# How to deposit liquidity

{% hint style="success" %}
Here you'll learn how to add liquidity to **existing pool**. See [**pool creation**](/en/ru/liquidity/deposit/create.md#create-pool) and [new pool deposit](/en/ru/liquidity/deposit/create.md#deposit-liquidity) to learn more.
{% endhint %}

In liquidity provision, two tokens are usually added in equal proportions based on their current rate on DeDust. E.g. if you are adding 100 DUST, the exchange interface will automatically determine the necessary amount of TON or USDT to deposit into liquidity pool.

{% hint style="info" %}
[Blockchain fees](/en/ru/protocol/fees.md#blockchain-fees-or-network-fees) are applied when you add or withdraw tokens to / from liquidity pool. Therefore, it is advisable to always retain balance of at least 1.5 TON in your wallet. Still, these fees are relatively small.
{% endhint %}

## W**hat you need to add tokens to liquidity pool** <a href="#here-is-what-you-need-to-add-tokens-to-the-liquidity-pool" id="here-is-what-you-need-to-add-tokens-to-the-liquidity-pool"></a>

* A [non-custodial wallet](/en/ru/start/wallet.md), where you have logged in using a 12/24-word secret phrase (seed phrase).
* [Connect your wallet](/en/ru/start/connect.md) to DeDust.
* Tokens you plan to add to liquidity pool.

## How to add liquidity

1. Open the [Pools](https://dedust.io/pools) section.
2. Use filters to search for liquidity pair you want or just pick one from the list. Let's use DUST/TON pool as an example. Select the pool to see its summary.&#x20;

{% hint style="info" %}
You can also press '**Create pool**' button and select the desired assets (and other parameters — for [new pools](#user-content-fn-1)[^1]).
{% endhint %}

<div><figure><img src="/files/xg8Tr4RWz8T3yar7XUjE" alt=""><figcaption><p>Homepage</p></figcaption></figure> <figure><img src="/files/yIQXCUoZrMG6KUGHmvbb" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/YITF2NFJoW1CEozJju0o" alt=""><figcaption><p>Step 2. Pool types filter</p></figcaption></figure> <figure><img src="/files/vrfCXsbCmSi7YfBhLovu" alt=""><figcaption><p>Step 2. Coins filter</p></figcaption></figure></div>

3. On Pool summary page press **'Deposit'** button.

{% hint style="warning" %}
Depositing liquidity to a pool, pay attention to its [type](/en/ru/liquidity/pools/types.md) and conditions, defined at the moment of pool creation.
{% endhint %}

4. Enter TON amount you want to add or the amount of DUST tokens. The system will calculate the other token's amount for you. E.g. if you add 100 DUST, it will calculate the amount of TON you need.&#x20;
5. Press **'Deposit'** button to continue.

<div><figure><img src="/files/wVoqTpUmV7OLPADjdPZu" alt=""><figcaption><p>Step 3</p></figcaption></figure> <figure><img src="/files/LkeeFTgoWBgPg79QnKfL" alt=""><figcaption><p>Step 4 (empty)</p></figcaption></figure> <figure><img src="/files/E1rejr1kPkhFgP5ihwDz" alt=""><figcaption><p>Step 4 (filled)</p></figcaption></figure> <figure><img src="/files/AjSBa1jrReHrhGhqEMYA" alt=""><figcaption><p>Step 5</p></figcaption></figure></div>

6. DeDust will ask you to confirm the entry. If everything's correct, press **'Confirm'**.
7. Your wallet will ask to confirm the transaction. Confirm it in your wallet app and go back to DeDust.
8. Return to Pool summary to see tokens are added to your pool's share in ***My position*** section.

{% hint style="info" %}
Open [Portfolio](https://dedust.io/portfolio) -> ***Liquidity*** section or ***My pools*** tab on [Pools](https://dedust.io/pools) page, to also see your positions there.
{% endhint %}

<div><figure><img src="/files/vLkyK6lnTJjIZRXNwFZv" alt=""><figcaption><p>Step 6</p></figcaption></figure> <figure><img src="/files/D3jYFFWrxjeh9kbc5UvV" alt=""><figcaption><p>Step 7. Wallet</p></figcaption></figure> <figure><img src="/files/hDOzsVF7XakPKDOpoAMI" alt=""><figcaption><p>Step 7. DeDust</p></figcaption></figure> <figure><img src="/files/QKGPHLphlskGb1SGea9Z" alt=""><figcaption><p>Step 8</p></figcaption></figure></div>

{% hint style="info" %}
When you add liquidity (let's say, DUST and TON) to [**Classic pools**](/en/ru/liquidity/pools/types.md#classic-pool-cpmm-v1) or to [**Stable-swap pools**](/en/ru/liquidity/pools/types.md#stable-swap-pools), tokens are removed from your wallet, but you receive special LP[^2] tokens in return. These LP tokens prove that you own a part of DUST/TON pool and allow you to withdraw DUST and TON later on. Make sure to keep them safe.

When you add liquidity to [**CPMM v2 pools**](/en/ru/liquidity/pools/types.md#claimable-fees-pool-cpmm-v2), you won't have to worry about storage of any new tokens. All the records are always available in the blockchain and in DeDust user interface.
{% endhint %}

{% hint style="warning" %}
Depositing liquidity to a pool, pay attention to its type and conditions, defined at the moment of pool creation.
{% endhint %}

[^1]: Interface will notify you, once you try to create one more pool with already existing configuration. It will propose you to move to liquidity deposit step.

[^2]: Liquidity Provider


---

# 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/ru/liquidity/deposit.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.
