# Deposits and Redemptions

This guide will show you how to deposit and redeem TCO2 tokens from a carbon pool using Toucan's app UI. If you'd like to redeem with code, refer to our [developer docs](/developers/toucan-developer-resources.md).

{% hint style="success" %}
To **deposit** into a carbon pool, you need to have eligible TCO2 tokens in your wallet.

To **redeem** from a carbon pool, you need to have carbon pool tokens in your wallet.
{% endhint %}

{% tabs %}
{% tab title="Deposit" %}

1. Go to <https://app.toucan.earth/> and click **Connect wallet** sign in
2. Scroll down to see the TCO2 tokens and amounts that you hold. Click **Deposit.**
3. Select which TCO2 tokens and the amount that you want to deposit.
4. Review the information carefully. If it's all correct, **Approve** the transfer of the TCO2 tokens, then click **Deposit Now**. Each step will require you to confirm a transaction with your wallet.
5. Once the transaction is complete, the carbon pool tokens will be in your wallet and visible through the Toucan app interface.
   {% endtab %}

{% tab title="Redeem" %}

1. Go to <https://app.toucan.earth/> and click **Connect wallet** sign in
2. Scroll down to see the pool tokens and amounts that you hold. Click **Redeem.**
3. Select the project and number of credits that you want to redeem.
4. Review the information carefully. If it's all correct, click **Redeem Now**.
5. **Confirm** the transaction in your wallet pop-up window.
6. Once the transaction is complete, the TCO2 tokens will be in your wallet and visible through the Toucan App interface.
   {% endtab %}
   {% endtabs %}


---

# 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.toucan.earth/toucan/carbon-pools/deposits-and-redemptions.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.
