> For the complete documentation index, see [llms.txt](https://docs.nabla.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nabla.fi/nabla-testnets/testnet-alpha/managing-swap-pool-liquidity.md).

# Managing Swap Pool Liquidity

Learn more about Swap Pools [**here**](https://docs.nabla.fi/liquidity-pools/swap-pools)**.**

1 - Go to the Swap Pool page [**here.**](https://app.nabla.fi/swap)

2 - Connect your wallet by selecting the option in the top right corner.

<figure><img src="/files/YmNPZIyZPsv4l3ucyi3F" alt=""><figcaption></figcaption></figure>

3 - Select **Manage** next to the asset you wish to add or withdraw from the Swap Pool.

<figure><img src="/files/S607i1CaxX7yBCpP3Apy" alt=""><figcaption></figcaption></figure>

## Depositing into the Swap Pool

1 - Select **Add Liquidity.**

<figure><img src="/files/PJWGfUTJIL09kjKBj1ZF" alt=""><figcaption></figcaption></figure>

2 -  A wallet pop-up with transaction details will appear. First, you need to grant Nabla permission to spend your assets. Click **Next** and then **Approve** to enable spending USDC.

<figure><img src="/files/mL0kOSw1EM2f73DfilTc" alt=""><figcaption></figcaption></figure>

3 - After approving Nabla to spend your USDC, click **Deposit.**

A wallet pop-up with transaction details will appear.  Click **Confirm** to complete the deposit.

<figure><img src="/files/E8xnzxdNBvtKwZJshjsR" alt=""><figcaption></figcaption></figure>

## Withdrawing from the Swap Pool

1 -  Select **Manage** next to the asset you wish to withdraw from the Swap Pool.

<figure><img src="/files/Ta25Cm5EGFobfg9LgjfH" alt=""><figcaption></figcaption></figure>

&#x20;2 - Enter the amount you want to withdraw from the Backstop Pool.

A wallet pop-up with transaction details will appear.  Click **Confirm** to complete the withdrawal.

<figure><img src="/files/9lBLJ7wqEOHmt3EGqRPw" alt=""><figcaption></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.nabla.fi/nabla-testnets/testnet-alpha/managing-swap-pool-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.
