> For the complete documentation index, see [llms.txt](https://learn.cheqd.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.cheqd.io/governance/advanced/liquidity-pool/participate.md).

# How to take part in a Liquidity Pool

## How to take part in a Liquidity Pool

At the time of writing **CHEQ** is currently only available for liquidity providing on the Osmosis DEX.

The CHEQ token is available in two pools:

### Pool #602: CHEQ / OSMO

{% embed url="<https://app.osmosis.zone/pool/602>" %}

### Pool #617 : ATOM / CHEQ

{% embed url="<https://app.osmosis.zone/pool/617>" %}

First, head to [Osmosis](https://osmosis.zone/) and click enter the lab.

Once you’ve agreed to terms and you’re ‘in the lab’ you’ll see some trading pairs and a button to connect your wallet (bottom left of the dashboard).

![Osmosis - Homepage](/files/O7i5wVDgE11580OtDQ1t)

You can then select Keplr wallet which will automatically connect to your [Keplr wallet](https://blog.cheqd.io/were-launching-the-cheq-token-very-soon-here-s-how-you-can-get-ready-8fc6a7833fbb) if you’ve already set it up as a Browser extension.

![Osmosis - Wallet Connect](/files/U4QOnbQNLmQdBEh77Ugi)

Next, you’ll need to deposit the assets you would like to contribute towards a Liquidity Pool. You can see the available Liquidity Pools under ‘[Pools](https://app.osmosis.zone/pools)’. For example, if you would like to contribute to the Pool #602 : CHEQ / OSMO, you will need to deposit both of these tokens.

To do so, select ‘[Assets](https://app.osmosis.zone/assets)’ and find the tokens you would like to deposit to contribute to the pool.

![Osmosis - CHEQ asset](/files/PF5ggBHeHaF4Jpsax6dG)

Note: if you already hold OSMO in your Keplr wallet you won’t be required to deposit.

Once you have deposited enough tokens for both sides of the pools (i.e. ensure that if the pool is setup as 50:50, you must have the equivalent amount is USD on both sides)

Next, find your pool and select ‘**Add/ Remove Liquidity**’.

![Osmosis - Pool 602](/files/XZvCFkPHBxVxEKST4nkn)

Here you’ll be able to add tokens on both sides of the pool.

![Osmosis - Add liquidity](/files/eGkfoTZcVS9Tvt7eIvNq)

On selecting ‘**Add Liquidity**’ you’ll then be directed back to Keplr to approve the transaction (a small fee is required).

Once you have added liquidity to the pool, you’ll receive your LP tokens (a token representing your share of the total pool). Now it’s time to start ‘Liquidity Mining’.

You’ll now be able to see your total Available LP tokens. Below this you’ll see an option to **Start Earning**.

![Osmosis - Available LP Tokens](/files/M7HgAQWLViwrgTXRIQCa)

Once here you’ll see a few options for your unbonding period (i.e. the amount of days it takes to remove your tokens from the pool if you decide to withdraw). The longer you choose to bond your tokens, the higher the rewards you’ll be eligible to earn.

Next select the amount of your LP tokens you’d like to contribute to the pool and finally hit ‘Bond’ (this will kick off another approval through a Keplr pop-up).

![Osmosis - LP Bonding period](/files/7FTtG3iUq0h6YWDnLShG)

You’ll now see your total bonded tokens. Each day rewards will then be distributed. When you decide to withdraw from the pool you’ll simply need to select ‘Remove Liquidity’ and select the amount you’d like to withdraw.

![Osmosis - LP manage liquidity](/files/6IW4fP1lfhm4iM9UYITX)

## Conclusion

Overall, Liquidity Pools are an incredibly exciting and equalising tool, which represent the true nature of the DeFi and Web3.0 movement. Where for many years engaging in and benefiting from such financial systems was reserved solely for the wealthiest individuals and large organisations, now anyone can gain access and start contributing to their favourite projects, voting on their future direction and earning from the part they play.


---

# 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://learn.cheqd.io/governance/advanced/liquidity-pool/participate.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.
