# Testnet Beta Tasks

3 categories of tasks can be performed by  Testnet Beta participants:&#x20;

### 1. Swaps

You can complete swaps between several pools. In the testnet alpha, we provide 8 assets. Since Nabla pools are single-sided, you can trade any combination of assets.&#x20;

* Swap Task 1: Do at least one [swap](/nabla-testnets/testnet-beta/performing-a-swap.md) between assets ( *100 $AMBER points*)

### 2. Liquidity Provisioning

An AMM without LPs is unimaginable. Please provide liquidity in:

1. Swap Pools: Nabla offers low-risk LPing thanks to its novel pool architecture. Provide liquidity to the pools using your test tokens.
   * LP Task: [Add liquidity](/nabla-testnets/testnet-beta/managing-swap-pool-liquidity.md#depositing-into-the-swap-pool) to at least one swap pool ( *100 $AMBER points*)
2. Backstop Pool (BSP): The swap pool market-making risks (inventory risk and other risks) are confined to the backstop pool.&#x20;
   * BSP LP Task: Provide [liquidity to BSP](/nabla-testnets/testnet-beta/managing-backstop-pool-liquidity.md#depositing-into-the-backstop-pool) to secure the liquidity of the protocol. ( *200 $AMBER points*)

### 3. Liquidity Withdrawal

As an LP you can withdraw liquidity anytime, and Nabla offers several options to withdraw liquidity

1. Withdraw your asset from the swap pool: LPs can provide liquidity and withdraw liquidity as in any AMM. You'll get your share of the pool assets depending on the pool coverage.&#x20;
   * Task: [Withdraw](/nabla-testnets/testnet-beta/managing-swap-pool-liquidity.md#withdrawing-from-the-swap-pool) liquidity from a swap pool ( *100 $AMBER points)*<br>
2. Withdraw assets from the backstop pool: Nabla's innovation allows both BSP LPs and swap pool LPs to withdraw tokens from BSP.&#x20;
   1. BSP pool LPs can withdraw their assets from the BSP. This is the default option.
      * Task:[ Withdraw](/nabla-testnets/testnet-beta/managing-backstop-pool-liquidity.md#withdrawing-from-the-backstop-pool) liquidity from the BSP. ( *150 $AMBER points)*<br>
   2. Swap pool LPs can withdraw from the BSP: If a swap pool  is not 100% full the LP has the option to withdraw liquidity from the backstop pool in the BSP asset (currently USDC)&#x20;
      * Task: [Redeem the swap pool’s](/nabla-testnets/testnet-beta/redeem-swap-pool-shares-via-backstop-pool.md) LP shares via the Backstop pool(BSP). ( *200 $AMBER points)*<br>
   3. BSP LPs can withdraw assets from any swap pool if that pool has more assets compared to its liabilities (Coverage ratio >100%)
      * Task: Withdraw Backstop Pool Liquidity via [Excess Swap Pool](/nabla-testnets/testnet-beta/withdraw-backstop-pool-liquidity-via-excess-swap-pool.md) ( *150 $AMBER points)*

### Your feedback is appreciated!

If you encounter any bugs or have questions, please use the "Feedback" link on the right-hand side of the page.

We appreciate all the feedback you can give to help us build a better product. To provide more detailed feedback, please use [this form](https://tally.so/r/mRzrkP).&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.nabla.fi/nabla-testnets/testnet-beta/testnet-beta-tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
