> For the complete documentation index, see [llms.txt](https://docs.symbiosis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.symbiosis.finance/reward-programs/farming-on-octopools.md).

# Farming on Octopools

## Rewards for Providing Liquidity

The Symbiosis protocol owns two AMM multi-token liquidity pools: Octopools to implement cross-chain operations. The Symbiosis Octopools are located on the Symbiosis Host Chain.

Once you supply liquidity to one of these pools, you will become a liquidity provider and receive a share of liquidity provider fees at the time you will withdraw your assets from the pool. The longer assets stay in a liquidity pool, the more you receive.&#x20;

You can withdraw assets in full at any time at your convenience.

#### Liquidity Provider Fees

The liquidity provider fees are charged for all swaps performed on Octopools. The fees taken during trades are added to the total liquidity of the pool. When a liquidity provider withdraws their assets from the pool, they also receive a proportional share of all fees collected since the liquidity was first added. This mechanism is a part of the AMM pool protocol. The main points here:

* You get rewards once: when you withdraw liquidity,&#x20;
* The rewards are in the tokens of the pool,
* The reward amount depends on the trading activity in the pool.

## User Guide

### Adding Assets to Octopool

To add assets to a Symbiosis liquidity pool:

1. Open <https://app.symbiosis.finance/liquidity-v2/pools>
2. Connect your wallet.&#x20;
3. Press the **Manage** button below the token you are going to add.
4. If you see the *Switch network to \<Network name>* button, switch to the network by pressing the button and confirming the action in your connected wallet:
5. Enter an amount you are going to add and hit the **Add Liquidity** button below.
6. Once tokens get added, you will find them in [Symbiosis WebApp > the *Pools* tab > the *My liquidity* section](https://app.symbiosis.finance/liquidity-v2)

Done\
\&#xNAN;**∎**

### Checking and Claiming Rewards

Liquidity providers are eligible for proportional shares of all fees collected since the liquidity was first added. The reward amount depends on the trading activity in the pool and the liquidity providers will receive the reward at the time the assets are withdrawn from the pool.

To withdraw liquidity, please refer to [Octopool: Withdraw Liquidity](/user-guide-webapp/octopool-withdraw-liquidity.md)&#x20;

### Withdrawing Liquidity

To withdraw liquidity, please refer to [Octopool: Withdraw Liquidity](/user-guide-webapp/octopool-withdraw-liquidity.md)&#x20;


---

# 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.symbiosis.finance/reward-programs/farming-on-octopools.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.
