> For the complete documentation index, see [llms.txt](https://docs.compendium.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compendium.finance/cmfi-token/staking-and-liquidity-pools/orca-liquidity-pools.md).

# Orca Liquidity Pools

On Solana, you can provide CompendiumFi liquidity on Orca. This enables you to receive a dynamic APY% incentive for supplying liquidity.

{% hint style="warning" %}
There is a risk of Impermanent Loss (IL) while supplying liquidity for decentralized pools.  Please ensure you are familiar with this practice before providing liquidity on any decentralized protocol.
{% endhint %}

## Adding Liquidity To Orca Pools

To supply liquidity on Orca, simply head to <https://www.orca.so/pools>.

![](https://lh3.googleusercontent.com/NfRL0--B8BuQIpJiYRaTqNTAy420QHdwN5jnsx4_SS6fuJZlbSzs1byhetdRFB3Oxg_ZLEApl7wgMKLgaknYcYatOaHu7Nh4yXGzSddchIq-PWfQeEBdnBs6jsnF0QLF0WBUx3jOet-cxQBxjEU)

Connect a Solana-supported wallet by clicking the top right tab “Connect Wallet.”\
\
Find **CMFI** liquidity pool by filtering your search by writing **CMFI** in the text box.

![](https://lh6.googleusercontent.com/cU-3ec7KPnKkEPl_tsbo2SDdy2uPChpplhOnW7OkCVFcopqjM9aCaM_A7qGnA-ApAD9J2BsDu7rU8Q16T0qo9uMLApoELZ8SJO2cEDSSlAVLx2BIZOPZcvJpQVAzcs1_333QBjTmhlNNVVPoD-Y)

To deposit funds simply click “Deposit” and determine the amount of CMFI you wish to deposit into the liquidity pool.

![](https://lh6.googleusercontent.com/gVmGBBcQOVEBRS4hMfz_ggJAxp7RHIonijf_M3-d8r_OaMnHFiIBR-PKNaW3pj4vuhMFOdtLDpysPSWC-OoBkh0QN0e6WrRj-MwwryxcNStr3flvy4-0UcIqRWoB0IPxBynxxqJg-Iimtywy02w)

After you click deposit, you will be required to approve the transaction via your wallet extension.

## Removing Liquidity From Orca

To remove your deposit from a liquidity pool, you need to click “Withdraw” on the Orca dashboard. This will open a new display that enables you to withdraw any percentage amount of your deposit.

![](https://lh6.googleusercontent.com/5lKb9GfVSqLJZe1XlWL8iSnDSpf_4h7ua73CjKvw0QUmkjf6-_h5n9VC5m4gjvhT92iU0pAESbsIXSVqprvnRy31XA6Ezc1JNbNTqPKNcL_g53dQ7AuKQAsxn7Ze5Y1_m4cmQnddUu9eGBrBqA)


---

# 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.compendium.finance/cmfi-token/staking-and-liquidity-pools/orca-liquidity-pools.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.
