> For the complete documentation index, see [llms.txt](https://o2dao.gitbook.io/o2-dao-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2dao.gitbook.io/o2-dao-documentation/fundamentals/tokenomics.md).

# Tokenomics

## Initial Discord Offering

The OG members of our Discord channel are eligible to participate in our IDO. The quota is full. However, there will be events and campaigns where anyone can earn a presale slot. We want the launch to be as fair as possible, aka without VC and whales scooping up all the supplies.

#### Rules <a href="#rules" id="rules"></a>

*Edited after gathering feedback from our community, see* [*here*](https://otwo-dao.medium.com/revising-our-reserve-model-5f51a2bd18cd)

* Only **non-US persons** who are whitelisted can participate in the IDO
* ~~699~~ 500 aOTWO will be offered for sale
* There will be two types of allocation
  * **Allocation A**: 0.015 wsOHM (\~~~$400~~) (\~$480) = 1 aOTWO
  * **Allocation B**: ~~450~~ 550 USDT = 1 aOTWO
* **Allocation A** is slightly cheaper (-10%) than **Allocation B**. The discounted price is for compensating the potential swap/bridge fee of acquiring wsOHM. Keep in mind you can always bridge (ws)OHM from Ethereum to Avalanche.
* aOTWO will be **linearly vested for 7 days** following protocol launch
* 1 aOTWO can redeem 0.01 OTWO
* OTWO that are not purchased will be burned
* The initial supply of OTWO will be \~**8 OTWO**
  * 10-30% of the total OTWO supply will be added as initial liquidity
  * OTWO-wsOHM pool will open at **1 OTWO = 3 wsOHM**
  * ~~OTWO-USDT pool will open at 1 OTWO = (3 wsOHM worth equivalent) USDT~~
* ~~10% of the total OTWO supply will be used for development and protocol growth~~
* All raised funds will be 100% put into the **treasury**&#x20;


---

# 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://o2dao.gitbook.io/o2-dao-documentation/fundamentals/tokenomics.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.
