> For the complete documentation index, see [llms.txt](https://web3casino-gamefi.gitbook.io/web3casino.gamefi-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3casino-gamefi.gitbook.io/web3casino.gamefi-whitepaper/token-stages.md).

# Token Stages

Seed round (currently open as of July 15, 2023):

* Total issuance: 60,000,000 units
* $W3C Price: 1 W3C = US$0.003
* The minimum purchase amount for a single contract address is 1,000,000 units.
* The maximum purchase amount for a single contract address is 10,000,000 units.
* Duration: 14 days.
* Unsold coins will be automatically destroyed after the duration ends.
* 15% of the total issuance will be allocated to the contract address first.

ICO sales:

* Total issuance: 40,000,000 units.
* $W3C Price: 1 W3C = US$0.005.
* Duration: 15 days.
* The minimum purchase amount for a single contract address is 1,000,000 units.
* A single contract address can purchase up to 10,000,000 units.
* Coins sold during the ICO will be automatically destroyed after the duration ends.
* 20% of the total issuance will be allocated to the contract address first.

The DEX decentralized exchange liquidity pool (DYDX and Pancakeswap) will be opened within 24 hours after the ICO concludes:

* Total amount: 50,000,000 units (inflow phased over 12 months).
* Price: $0.0006 per unit.
* Purchase Quantity: Unlimited.

CEX public sale:

* Total issuance: 50,000,000 units.
* W3C Price: To be determined based on Coinmarketcap and Coingecko market float.
* Purchase Quantity: Unlimited.


---

# 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://web3casino-gamefi.gitbook.io/web3casino.gamefi-whitepaper/token-stages.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.
