> For the complete documentation index, see [llms.txt](https://supeer.gitbook.io/supeertoken/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supeer.gitbook.io/supeertoken/users-guide/airdrop-shedule.md).

# AirDrop Shedule

**Airdrop Market Cap formula:** $$Airdrop Market Cap=Total Airdrop Token Number×Price Per TokenAirdrop Market Cap=Total Airdrop Token Number×Price Per Token$$

For instance, if 40 billion tokens are going to be airdropped and the price per token is $0.00015, then:

<figure><img src="/files/LHqM8WaAQoklhHlnUWMY" alt=""><figcaption><p>AirDrop - 40B $PEER</p></figcaption></figure>

$$\text{Airdrop Market Cap} = 40 , \text{billion} \times $0.00015 = $6 , \text{million}$$

{% content-ref url="/pages/1ZLfDuYg8P18ZJng1qtc" %}
[Token Architecture](/supeertoken/usdsupeer-tokenomics/token-architecture.md)
{% endcontent-ref %}

<figure><img src="/files/KA9uRNQl4aySvH4ICuD4" alt=""><figcaption><p>AirDrop Vesting Shedule</p></figcaption></figure>

To calculate the amount of airdrop a user will receive, you can distribute the total points among users based on their points. To calculate the token value of each point, divide the total number of airdrop tokens by the total number of points:

$$Token Value Per Point=Total Airdrop Token NumberTotal PointsToken Value Per Point=Total PointsTotal Airdrop Token Number​$$

**For instance, if a total of 4 trillion points have been collected:**

$$Token Value Per Point=40 billion4 trillion=10 tokensToken Value Per Point=4trillion40billion​=10tokens$$

In this case, a user with 1 million points will receive:

$$1 million points×10 tokens=10 million tokens1million points×10tokens=10million tokens$$

To calculate the dollar value of the airdrop for this user, multiply the number of tokens they receive by the price per token:

$$10 , \text{million tokens} \times $0.00015 = $1,500$$

**So, a user with 1 million points will receive an airdrop valued at $1,500.**![](/files/VcYuxHIGGfqD9Cp4vlxs)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://supeer.gitbook.io/supeertoken/users-guide/airdrop-shedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
