> For the complete documentation index, see [llms.txt](https://docs.wombat.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wombat.exchange/getting-started/yield-farming/providing-liquidity.md).

# Providing Liquidity

{% hint style="info" %}
Make sure to have some BNB in your wallet to pay for the gas fees in transactions.\
\
You will not gain yields by simply providing liquidity on Wombat; you **MUST** stake your assets to start reaping the rewards.&#x20;
{% endhint %}

1. Click the `POOL` tab on the panel to visit the pool page.
2. Locate the pool you wish to deposit to. Expand the card and click `LIQUIDITY`.&#x20;

   <figure><img src="/files/1KM9aidZ5tT7nGcsC9xo" alt=""><figcaption></figcaption></figure>
3. Enter the desired amount to deposit or stake; you may also click `MAX` to deposit all of your token balance.
4. Once you have entered the amount, transaction specifics will be displayed. After inspecting all details, click `APPROVE` and confirm the transaction in your wallet to grant Wombat access to the asset.&#x20;

   <figure><img src="/files/un7YN3lwdsuoRNkpBRCX" alt=""><figcaption></figcaption></figure>
5. Two options (`DEPOSIT` and `DEPOSIT & STAKE`) will be available upon approval. If you wish to provide liquidity without staking the asset, click `DEPOSIT` and confirm the transaction in your wallet.&#x20;

{% hint style="info" %}
A user can get more LP tokens than a deposit. When the coverage ratio deviates from 1, depositors will get a deposit reward as they help converge the coverage ratio. Details can be found at [Deposit Gain and Withdrawal Fee](/concepts/fees/deposit-gain-and-withdrawal-fee.md)
{% endhint %}

## Withdraw

You can navigate the withdrawal page by clicking the toggle at the top of the window.

### Withdraw in other assets

Wombat allows users to choose which assets they wish to withdraw from. It is equivalent to a withdrawal followed by a swap.

For example, if you have deposited USDC in our main pool, you can withdraw in the tokens of your choice, i.e., USDC, USDT, DAI, or BUSD.


---

# 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.wombat.exchange/getting-started/yield-farming/providing-liquidity.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.
