# Liquidity lock

Locking your liquidity helps build trust for both the token and the project behind it.

{% hint style="info" %}
This liquidity lock option is only available in pools of [CPMM v2 type](/en/liquidity/pools/types.md#claimable-fees-pool-cpmm-v2).
{% endhint %}

If you want to lock your liquidity forever:

1. Go to liquidity pool's page. Let's assume it's [DUST/TON](https://dedust.io/pools/EQATCf6DbZhnkqGvWfVg4WjgLoS0J2GRSY7_DBx4yHenxdXQ) pool[^1], where we've already had ≈ $100 equivalent liquidity position.
2. Press **"Depoosit"**.
3. Input the amount you're going to lock forever in this specific pool. Let it be ≈ $10 in total.
4. Go to **Advanced** section and toggle ***Lock liquidity permanently*** switcher. And press **"Deposit"**.

{% hint style="warning" %}
Once permanently locked, this liquidity cannot be withdrawn. But it still belongs to you and lets you earn  share of liquidity providers earnings, from trading fees. As well as other earnings from this liquidity.
{% endhint %}

{% hint style="info" %}
Consider that even same-assets pools performance may differ — depending on trade fee tier, token(s) in which the fee is collected, and [other conditions](#user-content-fn-2)[^2]. And higher trade fee doesn't always mean higher APRs.
{% endhint %}

<div><figure><img src="/files/hHSaOnASAuHgyc184TLK" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/jEOlx4FCdQVO6idlwVFW" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/qXhOFMITdZrfslvDnpyQ" alt=""><figcaption><p>Step 3</p></figcaption></figure> <figure><img src="/files/TJeVvWD4bNSzg50yqzzw" alt=""><figcaption><p>Step 4</p></figcaption></figure></div>

5. Check all the details. ***Lock liquidity*** row will say "Yes". If everything is correct, press **"Confirm"**.
6. Sign the transaction in your wallet app.

{% hint style="success" %}
All done. Your liquidity is now permanently locked.
{% endhint %}

Check the **Pool summary**. There is now a row with pool's ***Permanently locked*** share of total liquidity.

And check the **Position** section. There is now an indication of your own liquidity share, that is locked.

<div><figure><img src="/files/cQqtooqcYnD87MUCevFQ" alt=""><figcaption><p>Step 5</p></figcaption></figure> <figure><img src="/files/K4DE7CkXwTvlNJEYLYKA" alt=""><figcaption><p>Step 6</p></figcaption></figure> <figure><img src="/files/6gn2dev8syeGYpgn8H2B" alt=""><figcaption><p>Pool summary</p></figcaption></figure> <figure><img src="/files/JBPC2Y2iNZSmX1bj8mBc" alt=""><figcaption><p>Position share locked</p></figcaption></figure></div>

[^1]: * Type: **CPMM v2**
    * Trade fee: **1.00%**
    * Fee earnings: **TON**

[^2]: Learn [how users' trades are routed](/en/trade/router.md).


---

# Agent Instructions: 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:

```
GET https://help.dedust.io/en/liquidity/deposit/advanced/lock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
