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

# Providing Liquidity

## How do you Deposit Liquidity into an existing Pool?

1. Navigate to <https://potionprotocol.io/pool> in your browser.&#x20;
2. Click the **Connect** button at the center (or top right) of the screen.

   <figure><img src="/files/S0zhMS2qsdAovoEbWwmg" alt=""><figcaption><p>Note: Currently only browser-native wallets like Metamask are supported</p></figcaption></figure>
3. Scroll down view to the list of available Liquidity Pools.&#x20;

   Each pool displays the amount you have deposited.&#x20;

   <figure><img src="/files/eNFuxF2xDEmSpQNKzxSY" alt=""><figcaption></figcaption></figure>
4. To deposit NFTs and tokens into the pool, click the `Deposit NFT_NAME` button.&#x20;

   <figure><img src="/files/7VckpLT2Ubnmq9MXX3fz" alt=""><figcaption></figcaption></figure>
5. An overlay will appear. Select each NFT to you wish to deposit to the pool. The corresponding value of tokens to be deposited will be updated as well.&#x20;

   <figure><img src="/files/RMDACHXF9D8340PY9HLv" alt=""><figcaption><p>V1 Potion Pools require a 50-50 value of NFT to Token to be deposited.</p></figcaption></figure>
6. Confirm the quantities to deposit and click `Deposit QUANTITY`

   <figure><img src="/files/SePoBmXkbznTbwrFRyAN" alt=""><figcaption></figcaption></figure>
7. Confirm the transaction in your wallet to approve the deposit. **Note that the first time depositing to a pool, you will need to submit two transactions: 1st to approve transfers and 2nd to do the transfer. Both transactions will pop up in a sequence.**

   <figure><img src="/files/0v6RUhqLqZjaDz0Ntp3O" alt=""><figcaption></figcaption></figure>
8. The transaction will begin processing. To view the transaction on the block explorer, click the `Tx ID` at the bottom of the popup.

   <figure><img src="/files/oFDU0pA3vLxxQzEJSkYt" alt=""><figcaption></figcaption></figure>
9. If the transaction was successful, you will see a happy little wizard.

   <figure><img src="/files/Lh62rHHrp6NNEE3FEQYK" alt=""><figcaption></figcaption></figure>
10. If an error occurrs, you will see a JSON-formatted error string. Please come join our discord to report the issue: <https://discord.gg/potionprotocol>. We will ask you for a copy of this string to investigate your issue.&#x20;

    <figure><img src="/files/egufW55QbQd9MxvfbtsY" alt=""><figcaption><p>Refreshing the page usually fixes the problem.</p></figcaption></figure>

## How do you Withdraw Liquidity from Pools?

1. Navigate to <https://potionprotocol.io/pool> in your browser.&#x20;
2. Click the **Connect** button at the center (or top right) of the screen.

   <figure><img src="/files/S0zhMS2qsdAovoEbWwmg" alt=""><figcaption><p>Note: Currently only browser-native wallets like Metamask are supported</p></figcaption></figure>
3. Scroll down view to the list of available Liquidity Pools.&#x20;

   Each pool displays the amount you have deposited.&#x20;

   <figure><img src="/files/eNFuxF2xDEmSpQNKzxSY" alt=""><figcaption><p>For information about how pricing on pools is calculated, see <a href="/pages/JEpwysG3GNjRoVGREF8y">NFT Pricing</a>.</p></figcaption></figure>
4. To withdraw NFTs and tokens from the pool, click the `Withdraw NFT_NAME` button.&#x20;

   <figure><img src="/files/aT6SO2tePw6MJ4qBgEzu" alt=""><figcaption></figcaption></figure>
5. An overlay will appear. Drag the slider to set the percentage of assets you wish to withdraw from the pool.

   <figure><img src="/files/bzpTvuWkaksHEAvfts8C" alt=""><figcaption><p>Withdrawing fractions of NFTs will convert the fractions into the equivalent sale price of that fraction of NFT.</p></figcaption></figure>
6. Verify the amounts to deposit and click `Withdraw PERCENTAGE`

   <figure><img src="/files/ujDhxH0egrz4umSxXurA" alt=""><figcaption></figcaption></figure>
7. Confirm the transaction in your wallet to approve the withdrawal.

   <figure><img src="/files/jCAXl9J16jGXa5qVHOvc" alt=""><figcaption></figcaption></figure>
8. The transaction will begin processing. To view the transaction on the block explorer, click the `Tx ID` at the bottom of the popup.

   <figure><img src="/files/l7OWJyHH8AbUxR8LK5Dr" alt=""><figcaption></figcaption></figure>
9. If the transaction was successful, you will see a happy little wizard.

   <figure><img src="/files/rJtFEaJJBUJLDQJIAsme" alt=""><figcaption></figcaption></figure>
10. If an error occurrs, you will see a JSON-formatted error string. Please come join our discord to report the issue: <https://discord.gg/potionprotocol>. We will ask you for a copy of this string to investigate your issue.&#x20;

    <figure><img src="/files/egufW55QbQd9MxvfbtsY" alt=""><figcaption><p>Refreshing the page usually fixes the problem.</p></figcaption></figure>


---

# 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.potionprotocol.io/guides/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.
