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

# FAQ

#### What is ChestFi?

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

#### Where do I deploy and manage tokens?

Inside the **ChestFi Web App** at [app.chestfi.cash](https://app.chestfi.cash). The main website is for information only — all actual token operations happen in the Web App.

#### Which networks are supported?

ChestFi is **exclusive to Robinhood Chain**. We focus solely on one chain to provide the best experience and security. Cross-chain support is not planned.

#### How secure is ChestFi?

ChestFi is non-custodial and prioritizes security first, with on-chain verification, automatic contract verification, and transparent proof systems. All operations are verifiable on the Robinhood Chain explorer. See Security for the guarantees and the limitations.

#### What fees are involved?

Token creation and each lock operation cost `0.000615 ETH`, plus network gas. Burning costs gas only. Full breakdown in Fees.

#### Do I need technical knowledge to use ChestFi?

No. ChestFi is designed to be user-friendly. You can deploy tokens, set up locks, and manage vesting without writing a line of code. You do need to understand that blockchain transactions are irreversible.

#### Is ChestFi affiliated with Robinhood?

No. ChestFi is an independent application deployed on Robinhood Chain, which is a public, permissionless network that anyone can build on. ChestFi is not affiliated with, endorsed by, or connected to Robinhood Markets, Inc.

#### Can I change my token's name, symbol, or supply after deployment?

No. All token parameters are immutable once the deployment transaction confirms. Tokens created through ChestFi have a fixed supply and no mint function.

#### Can I unlock my tokens early?

No. The unlock timestamp is enforced by the smart contract. There is no admin key and no early-release mechanism. This is a feature, not an oversight — it's what makes a lock credible to your community.

#### Can I lock any token?

Any standard ERC-20, yes. **Do not lock tokens with tax, fee-on-transfer, or rebasing mechanics** — the accounting breaks and your tokens can become permanently stranded. See Token Locker.

#### Can I lock LP tokens before Liquidity Locker launches?

Yes. LP tokens are ERC-20s, so the standard Token Locker handles them. Use the LP pair's contract address, not your token's.

#### Does burning tokens increase the price?

Burning reduces supply. It does not create demand. A burn funded by real revenue is a different economic event from burning idle treasury tokens that were never going to be sold, and markets generally treat them differently. See Burn.

#### Do I get a proof link I can share?

Yes. Every lock generates a public proof link, viewable from **Token Locker → My Locks**, that anyone can open to verify the lock independently.

#### What happens if I lose access to my wallet?

ChestFi cannot help. Your locked tokens can only be withdrawn by the address that created the lock. There is no account recovery, because there are no accounts — only wallets.

#### When are Liquidity Locker, Vesting, and Multi-Send launching?

No public date yet. Follow [@ChestFiCash](https://x.com/ChestFiCash) for announcements.

#### Is there a testnet?

Yes — Robinhood Chain testnet, Chain ID `46630`, with a free faucet. Test your full flow there before touching mainnet.


---

# 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/support/faq.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.
