# Superchanics

**How It Works**

1 Point grants the right to buy 1 SUPER token. Points are distributed through 5 minute cycles. Every cycle, the amount of points to be distributed is calculated through a formula depicted below. The amount of points distributed per cycle can be expected to decrease over time as SUPER's market cap grows. The points allocation has a 80/20 split. 80% for traders, and 20% for inviters.

Trading points are determined by two factors: individual trading volume and the token’s performance.

Users that trade tokens with a higher market cap and more unique traders will earn more points earned per trade.

## Formulas

**Defining a 5-Minute Interval**

$$
\text{Interval Points Cap} = \frac{\text{Remaining SUPER in the Bonding Curve}}{28,800}
$$

**Trading Points Formula**

$$
\text{Token Parameter} = \text{Market Cap at End of Interval} × \text{Log (1 + Unique Traders in Interval)}
$$

$$
\text{Trading Points Earned} = \frac{(\text{Trade Volume} \times \text{Token Parameter})}{\sum (\text{Trade Volume} \times \text{Token Parameter})} \times \text{Interval Points Cap}\times 80%
$$

**Invitation Points Formula**

$$
\text{Inviter's Points} = \text{Invitee's Trading Points} \times 25%
$$


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.super.exchange/supernomics/superchanics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
