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

# ChestFi Token

## ChestFi Token

The official utility token of ChestFi.

### Contract

| Field            | Value                                             |
| ---------------- | ------------------------------------------------- |
| Name             | TBA                                               |
| Symbol           | TBA                                               |
| Contract Address | `TBA`                                             |
| Decimals         | TBA                                               |
| Total Supply     | TBA                                               |
| Network          | Robinhood Chain (Chain ID `4663`)                 |
| Explorer         | `https://robinhoodchain.blockscout.com/token/TBA` |

> ⚠️ Always verify the contract address against this page or the official [chestfi.cash](https://www.chestfi.cash) site before buying. Fake tokens using the ChestFi name and symbol can be deployed by anyone in under a minute.

### Utility

*Describe what holding the token actually does. Be specific and be honest — vague utility sections destroy credibility. Some directions to consider:*

* Fee discounts on ChestFi operations
* Access to premium features or higher limits
* Governance over protocol parameters
* Revenue share from service fees

*Delete whatever doesn't apply. Do not list utility that isn't implemented; mark planned items clearly as planned.*

### Distribution

| Allocation | %   | Amount | Vesting |
| ---------- | --- | ------ | ------- |
| TBA        | TBA | TBA    | TBA     |
| TBA        | TBA | TBA    | TBA     |
| TBA        | TBA | TBA    | TBA     |

Percentages must sum to 100%. For each allocation, link the on-chain lock or vesting proof — ChestFi is a token-locking product, so the token's own allocations should be locked and publicly verifiable. Practice what you sell.

### Where to buy

* **DEX:** TBA
* **Pair:** TBA
* **Liquidity lock proof:** TBA

### Disclaimer

The ChestFi Token is a utility token, not an investment product. It carries no claim on revenue, profit, or assets unless explicitly stated above and implemented in code. Nothing on this page is financial advice. Token prices can fall to zero. Do your own research and never commit more than you can afford to lose entirely.


---

# 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.chestfi.cash/protocol/chestfi-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.
