> 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/introduction.md).

# Introduction

**ChestFi** is a comprehensive Web App for deploying tokens, locking tokens & liquidity, managing vesting schedules, and multi-sending on Robinhood Chain. It gives you a simple, transparent platform for all of your token management needs.

* **Website:** [chestfi.cash](https://www.chestfi.cash)
* **Web App:** [app.chestfi.cash](https://app.chestfi.cash)
* **X / Twitter:** [@ChestFiCash](https://x.com/ChestFiCash)<br>

### Why ChestFi

**One-stop Web App.** Token Creation, Token Lock, Liquidity Lock, Token Vesting, Multi-Send, and Burn in a single unified interface. No more juggling five different tools.

**Robinhood-Only.** No multi-chain modes. ChestFi is built and optimized purely for Robinhood Chain performance and security.

**Transparent & Security First.** On-chain proofs, public explorer pages, and contract verification integrated by default.<br>

### What you can do

| Tool             | Status | Description                                                                      |
| ---------------- | ------ | -------------------------------------------------------------------------------- |
| Token Creation   | Live   | Deploy an ERC-20 with configurable name, symbol, decimals, supply, and owner.    |
| Token Locker     | Live   | Lock tokens on-chain until a chosen unlock date and generate public proof links. |
| Liquidity Locker | Soon   | Protect LP positions by locking liquidity and defining unlock schedules.         |
| Token Vesting    | Soon   | Structured vesting schedules with cliffs, gradual release, and self-claim.       |
| Multi-Send       | Soon   | Send tokens to multiple wallets in one transaction, saving time and gas.         |
| Burn             | Live   | Permanently remove tokens from circulation by sending them to a dead address.    |

> While Liquidity Locker is still in development, you can lock your LP tokens using the standard Token Locker — LP tokens are ERC-20s too.

### Important notes

* ChestFi is **non-custodial**. You keep control of your keys and your tokens at all times. ChestFi never holds your assets outside of the locker contracts you interact with.
* Blockchain actions are **irreversible**. Burns cannot be undone, and locks cannot be released before their unlock date.
* The marketing website (`chestfi.cash`) is **information only**. All actual token operations happen inside the Web App (`app.chestfi.cash`).
* ChestFi is **not affiliated with, endorsed by, or connected to Robinhood Markets, Inc.** ChestFi is an independent application deployed on the public, permissionless Robinhood Chain network.


---

# 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/introduction.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.
