# Provide liquidity

Pools on Saber facilitate liquidity provision and token trading, enabling users to earn trading fees on the tokens they hold.

#### Deposit <a href="#deposit" id="deposit"></a>

1. Visit the [Saber dApp](https://saberdao.io/) and connect your wallet.
2. Choose the pool you would like to provide liquidity for.

<figure><img src="/files/5mHTp8Hohexe7Jt8GxX4" alt=""><figcaption></figcaption></figure>

3. Enter the amount of tokens you would like to supply as liquidity.

<figure><img src="/files/cppIjjB0Fvsmo8UlYvKk" alt=""><figcaption></figcaption></figure>

4. Click on 'Deposit' and confirm the TX in your wallet.

<figure><img src="/files/Tv8DXWQ5AarBkpj0m6us" alt="" width="375"><figcaption></figcaption></figure>

5. Your tokens are now successfully added as LP tokens.

<figure><img src="/files/Z7q9ckIfTrqxDjiMC5Ay" alt=""><figcaption></figcaption></figure>

Your tokens are successfully deposited and you are earning trading fees on the supplied pair.

#### Withdraw <a href="#withdraw" id="withdraw"></a>

1. Navigate to the 'Withdraw' section.

<figure><img src="/files/lbwisos2x3njUtnMsqmJ" alt=""><figcaption></figcaption></figure>

2. Enter the amount of tokens you would like to withdraw and click the 'Withdraw' button.

<figure><img src="/files/AslML52rV13JEA74H5aB" alt=""><figcaption></figcaption></figure>

3. Confirm the transaction in your wallet.

If you want to stake your LP tokens to earn additional yield besides trading fees, [learn here how to stake them](https://docs.saberdao.io/getting-started/stake-lp-tokens).


---

# 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://doc.saberdao.so/getting-started/provide-liquidity.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.
