# Carbon Retirements

When a business or individual chooses to compensate their emissions with carbon credits, the credits must be permanently removed from circulation. The process of retiring – and irrevocably removing from circulation – tokenized carbon credits can be done through the Toucan app UI or programmatically.&#x20;

**Only TCO2 tokens can be retired on Toucan.** Carbon pool tokens such as CHAR must be redeemed for underlying TCO2 tokens. Retirements performed on Toucan will be synced with the Puro Registry.

{% hint style="info" %}
Developers looking to perform retirements using code should refer to [Toucan for Developers](https://docs.toucan.earth/developers/toucan-developer-resources).
{% endhint %}

## Guide to Retirement Through Toucan's App UI

1. Connect your wallet holding TCO2 tokens to our app at <https://app.toucan.earth/>. You'll then see your TCO2s displayed under the "My Carbon Assets" section. Click **Retire**.

<figure><img src="https://2853908522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLpTnsrf4b3tikThmBH8A%2Fuploads%2FNpLkoIq9N3MqRNXjHVog%2FScreenshot%202024-08-16%20at%203.29.31%E2%80%AFPM.png?alt=media&#x26;token=69dccb7e-d099-4fde-93d3-03f6921da265" alt=""><figcaption></figcaption></figure>

2. Select how many TCO2s you'd like to retire, and then click **Continue**.
3. Add relevant information, including:
   1. The name of the individual or organization performing the retirement
   2. The name of the individual or organization on who’s behalf the retirement is for
   3. The wallet address on who’s behalf the retirement is for, if available
   4. A message to your retirement transaction (e.g. a reason; max. 200 characters)
4. Click **Request retirement**
5. Once submitted, your retirement will enter a pending state until finalized in the Puro Registry. You can track the status of your submitted retirement at <https://app.toucan.earth/retirements>. It typically takes 2-3 business days for a retirement to finalize.
6. Lastly, Toucan will issue you a retirement certificate, viewable from <https://app.toucan.earth/retirements>. You may also download the certificate as a PDF.


---

# 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/retire-credits.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.
