> 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/monad-testnet/monad-testnet-tasks.md).

# Monad Testnet Tasks

You can do the following tasks to test the Nabla Finance app on Monad Testnet fully.&#x20;

### Add liquidity to the pools

{% embed url="<https://www.loom.com/share/02799f34fed0446a947f4504332abdd0?sid=24242fc6-7f9c-4abe-b4d6-3f5ca6011961>" %}

### Withdraw liquidity from the pools

{% embed url="<https://www.loom.com/share/a2a11c9c762e4d8396f8da65b111a4fc?sid=9cb7acdc-a115-4228-9078-e65c152016fb>" %}

### Swap tokens

{% embed url="<https://www.loom.com/share/c64ff249fdaf46bd8d87b120ecf9a986?sid=39decb9a-72e5-4904-9166-4986c457b28b>" %}

### Redeem Swap Pool shares via the Backstop Pool

> You can redeem shares from the Backstop Pool only for the pools with more liabilities than the reserves. This is a unique future for Nabla Finance that protects LPs.

{% embed url="<https://www.loom.com/share/f3f52e42f73d4829875aae144f7295b9?sid=3f61238f-eba5-4fcb-827a-5c9d54ec0aea>" %}


---

# 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/monad-testnet/monad-testnet-tasks.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.
