> For the complete documentation index, see [llms.txt](https://docs.klimadao.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klimadao.finance/developers/contracts/retirement.md).

# Retirement

## Aggregator

Unified interface for consuming tokenized carbon credits. Allows the user to provide a variety of input tokens (e.g. USDC, KLIMA, sKLIMA, wsKLIMA) and retire from a selection of different carbon credit pools (e.g. BCT, MCO2).

* V1: [0xEde3bd57a04960E6469B70B4863cE1c9d9363Cb8](https://polygonscan.com/address/0xEde3bd57a04960E6469B70B4863cE1c9d9363Cb8)
* V2: [0x8cE54d9625371fb2a068986d32C85De8E6e995f8](https://louper.dev/diamond/0x8cE54d9625371fb2a068986d32C85De8E6e995f8?network=polygon)&#x20;
  * More details can be found [here](/developers/contracts/retirement/v2-diamond.md).

## Bridge-Specific Retirements

Helper contracts for consuming credits from a specific carbon bridge or on-chain issuer.

### C3

* V1: [0x933AF8c652c696FB0969Eb85DDd111edb2b4E057](https://polygonscan.com/address/0x933AF8c652c696FB0969Eb85DDd111edb2b4E057)

### Moss

* V1: [0xa35f62dbdb93e4B772784E89B7B35736A4aeaCc5](https://polygonscan.com/address/0xa35f62dbdb93e4B772784E89B7B35736A4aeaCc5)

### Toucan

* V1: [0xCefb61aF5325C0c100cBd77eb4c9F51d17B189Ca](https://polygonscan.com/address/0xCefb61aF5325C0c100cBd77eb4c9F51d17B189Ca)

## Retirement Storage

Simple storage contract for recording how much a given address has retired, as well as tracking reward points for using the KlimaDAO retirement aggregator.

* V1: [0xac298CD34559B9AcfaedeA8344a977eceff1C0Fd](https://polygonscan.com/address/0xac298cd34559b9acfaedea8344a977eceff1c0fd#code)


---

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

```
GET https://docs.klimadao.finance/developers/contracts/retirement.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.
