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

# SLICE Token

SLICE is the native token on SliceLedger Chain. It is used to secure the SliceLedger Chain network through staking, on-chain governance, and to pay for the transaction fees.

Total supply for SLICE is One Trillion.&#x20;

* Private sale (seed round + early supporters): **10%**
* Public Sale: **10%**
* Staking Rewards: **12%**
* Liquidity: **15%**
* Advisors: **3%**&#x20;
* Team: **5%**
* Marketing: **5%**&#x20;
* Partners: **15%**
* Ecosystem: **10%**
* Foundation: **15%**

The total supply is distributed over different token standards on different networks to ensure easier trading and liquidity diversification. All the SLICE tokens in addition over different blockchain networks will never exceed the maximum supply of One Trillion. Currently, SLICE is available as native mainnet token on SliceLedger Chain.

**See more details about SLICE Token:**

{% content-ref url="/pages/G9SKxSkexD4CXzFGddTN" %}
[Technical](/sliceledger/slice-token/technical.md)
{% endcontent-ref %}

{% content-ref url="/pages/RMXiXOzDU83qqsTZgESh" %}
[Utility](/sliceledger/slice-token/utility.md)
{% endcontent-ref %}

{% content-ref url="/pages/LPVZ1ZXiO9Mw9ZpB9iND" %}
[Coin Distribution](/sliceledger/slice-token/coin-distribution.md)
{% endcontent-ref %}

<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://slice-ledger.gitbook.io/sliceledger/slice-token.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.
