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

# Tokenomics

The $UCHN token is designed to function as the core economic engine of the ecosystem, balancing accessibility, demand generation, and long‑term sustainability.

The total supply of SOLANA UNCHAINED is fixed at 100,000,000 tokens, with no inflation and no additional minting after deployment. This creates a closed system where all value must circulate within a finite supply.

The allocation of tokens is structured to support rapid growth while maintaining sufficient control over liquidity, incentives, and long‑term development:

* 60,000,000 tokens (60%) – Presale (Community Distribution)\
  The majority of the supply is allocated to the community through a phased presale structure. This ensures wide distribution, strong initial participation, and alignment with early supporters. Pricing across phases increases progressively, rewarding early entry while maintaining accessibility for later participants.
* 10,000,000 tokens (10%) – Liquidity Provision\
  A dedicated portion of tokens is allocated to liquidity pools to support market stability and enable efficient price discovery. Liquidity is funded directly from presale proceeds, ensuring that the market is sufficiently capitalized at launch.
* 5,000,000 tokens (5%) – Marketing and Growth\
  This allocation is used to drive adoption through strategic campaigns, partnerships, influencer outreach, and community incentives. The focus is on high‑impact visibility and sustained user acquisition.
* 5,000,000 tokens (5%) – Ecosystem and Expansion\
  Reserved for future integrations, partnerships, and ecosystem incentives. This pool supports the onboarding of developers, tools, and additional services into the Solana Unchained platform.
* 10,000,000 tokens (10%) – Team Allocation\
  Allocated to core contributors and developers, subject to strict vesting schedules. This ensures long‑term commitment and alignment with the success of the project.
* 10,000,000 tokens (10%) – Staking Rewards\
  Dedicated to incentivizing long‑term participation through the Solana Unchained Vault. These rewards are distributed gradually, encouraging users to lock tokens and remain engaged within the ecosystem.


---

# 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://solana-unchained.gitbook.io/whitepaper/token-details/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.
