> For the complete documentation index, see [llms.txt](https://wiki-apps.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-apps.acala.network/acala-swap/lp-guide/tapio-lp-guide.md).

# Tapio LP Guide

## Video

{% embed url="<https://youtu.be/g8pjiV6ZaxY>" %}

## Adding Liquidity

1\) Go to the [Swap tab](https://apps.acala.network/swap/liquidity) on Acala Apps and click "Add Liquidity" in the upper ribbon. Select the pair you'd like to provide liquidity to from the dropdown. Tapio stable pairs are denoted by the green icon.&#x20;

![](/files/RiqXPro94PvYU7iLzKvi)

2\) Enter the amount of liquidity you'd like to add and then click `Add Liquidity`.

When adding liquidity, please note that you have the option to provide liquidity to any tokens in the pool (there is no requirement to provide liquidity to all tokens). In addition, you can provide these tokens in any ratios you see fit. You also have the option to add all assets in a balanced portion by selecting the toggle.

![](/files/AxrKwmZrFZNN2lZymIrv)

3\) If there is an incentive program running for the Tapio pair, you can stake your tokens in the [Earn tab](https://apps.acala.network/earn/loan-staking) under "Collateral Staking" in the upper ribbon.

![](/files/NtaUuBwla33aHrMFmpbu)

4\) You can return to the [Portfolio tab](https://apps.acala.network/portfolio) to see your Tapio LP tokens. You can track the trading volume of your pool [here](https://stats.acala.network/pools).

![](/files/HBvTPZCYOTvDEuJyI1tO)

## Withdrawing Liquidity

1\) Go to the [Swap tab](https://apps.acala.network/swap/liquidity) on Acala Apps and click "Withdraw Liquidity" in the upper ribbon. Select the pair you'd like to withdraw liquidity from the dropdown. Tapio stable pairs are denoted by the green icon.&#x20;

![](/files/moqbcXyTLgkPeYZXU9WH)

2\) Enter the amount of liquidity you'd like to withdraw. Click `Withdraw Liquidity.`

![](/files/bnYumDARuGWg6UUf0C6M)


---

# 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://wiki-apps.acala.network/acala-swap/lp-guide/tapio-lp-guide.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.
