> 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/tools/liquidity-locker.md).

# Liquidity Locker

Protect LP positions by locking liquidity and defining unlock schedules.

* **Path:** Web App → **Liquidity Locker**
* **Status:** Coming soon

### Current status

> **Coming Soon** — Liquidity Locker is not available yet. For now, you can use Token Locker to lock your LP tokens.

Opening the module today shows a "Coming Soon" notice over the interface. Nothing is charged and nothing is deployed.

### Lock LP tokens today with Token Locker

You don't have to wait. LP tokens issued by AMMs are themselves ERC-20 tokens, which means the existing Token Locker can hold them.

1. Add liquidity on a DEX deployed to Robinhood Chain. You receive LP tokens.
2. Copy the **LP token contract address** from your wallet or the explorer. This is *not* your token's address — it's the address of the pair contract.
3. Go to **Token Locker → Create Lock** and paste the LP token address.
4. Set the amount and unlock date, then lock.
5. Share the proof link.

To a holder checking your project, an LP lock via Token Locker is functionally identical to one via a dedicated Liquidity Locker: the tokens are in escrow, the unlock timestamp is on-chain, and the proof is public.

> ⚠️ If the token *inside* the pair has transfer tax or rebasing mechanics, the LP token may inherit unsafe behaviour. See the warning in Token Locker.

### What the dedicated module will add

The purpose-built Liquidity Locker is designed to go beyond a generic ERC-20 lock:

* **Pair recognition** — automatic detection of the underlying pair, so the UI shows `TOKEN / ETH` instead of an opaque LP address.
* **Position value display** — see what's actually locked, in both tokens.
* **Unlock schedules** — release liquidity in tranches rather than all at once.
* **Purpose-built proof pages** — a public page a community can read without knowing what an LP token is.

### Why locking liquidity matters

When a project's liquidity is unlocked, the team can withdraw the entire pool at any moment, leaving holders with a token that has nothing to trade against. This is the mechanical form of a rug pull, and it is the single most common failure mode in new token launches.

A liquidity lock removes that possibility for the duration of the lock. It doesn't make a project good — plenty of locked projects go to zero on their own merits — but it removes one specific, catastrophic risk, and its absence is a reasonable reason for a buyer to walk away.

Follow [@ChestFiCash](https://x.com/ChestFiCash) for the launch announcement.


---

# 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/tools/liquidity-locker.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.
