> For the complete documentation index, see [llms.txt](https://docs.suipad.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suipad.xyz/tokenomics.md).

# Tokenomics

<figure><img src="/files/doosREXFaVJkam91M9Mv" alt=""><figcaption></figcaption></figure>

### Token information

**Type:** Sui Token on Sui Network\
**Ticker:** SUIP\
**Total supply:** 100,000,000 SUIP (fixed)\
**Token contract:** TBA

**Initial circulating supply:** 20,696,000 SUIP (of which 10,000,000 is liquidity)\
**Initial market cap:** $1,034,800 USD (of which $500,000 is liquidity)

**Private sale price:** $0.035 USD\
**Public sale price:** $0.05 USD

### Token distribution

Both our seed and private sale rounds are distributed over many different participants. By distributing our seed, private and public sales we are trying to create the most fair token distribution on launch possible with no single entity holding large quantities of the supply.&#x20;

<table><thead><tr><th width="194">$SUIP</th><th width="125">Percentage</th><th width="132">Tokens</th><th>Vesting Period</th></tr></thead><tbody><tr><td>Team</td><td>20%</td><td>20,000,000</td><td>12 months Cliff, 5% each month thereafter</td></tr><tr><td>Advisors</td><td>3%</td><td>3,000,000</td><td>6 months Cliff, 10% each month thereafter</td></tr><tr><td>Pre-Seed</td><td>2%</td><td>2,000,000</td><td>3% TGE, then 3 months cliff, 10% each month thereafter, 7% last month</td></tr><tr><td>Institutional Investor (Seed Round)</td><td>14.2%</td><td>14,200,000</td><td>8% TGE, then 3 months cliff, 10% each month thereafter, 2% last month</td></tr><tr><td>Strategic Sale (Private Round)</td><td>22%</td><td>22,000,000</td><td>10% TGE, then 3 months cliff, 10% each month thereafter</td></tr><tr><td>IDO</td><td>9.8%</td><td>9,800,000</td><td>50% TGE, then 25% each month thereafter</td></tr><tr><td>Initial Liquidity</td><td>10%</td><td>10,000,000</td><td>No Vesting</td></tr><tr><td>Marketing &#x26; Community</td><td>4%</td><td>4,000,000</td><td>50% TGE, 10% each month thereafter</td></tr><tr><td>Launchpool</td><td>2%</td><td>2,000,000</td><td>20% TGE, 25% each month thereafter</td></tr><tr><td>DAO Treasury</td><td>13%</td><td>13,000,000</td><td>100% locked by default, usage to be decided by DAO</td></tr><tr><td>Total</td><td>100%</td><td>100,000,000</td><td></td></tr></tbody></table>

<br>


---

# 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://docs.suipad.xyz/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.
