> 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/tokens.md).

# Tokens

### KLIMA

KLIMA is the primary currency token of KlimaDAO. Backed by carbon credits, KLIMA is the key liquidity pair for the Digital Carbon Market.

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

### sKLIMA

sKLIMA is the staked form of KLIMA. This allows stakers to gain rebasing rewards. &#x20;

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

### wsKLIMA

wsKLIMA is the wrapped, staked version of KLIMA. This allows you to get the rebasing rewards of sKLIMA, while having a static balance in your wallet. &#x20;

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

### aKLIMA

aKLIMA was Alpha KLIMA, and was given to the LBP participants. This was migrated 1:1 to KLIMA once the protocol was live. &#x20;

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

### alKLIMA

alKlima is Alchemist KLIMA, and was given to users participating in interim Crucible staking program for aKLIMA. This was traded 1:1 to KLIMA once the protocol was live. &#x20;

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

### pKLIMA

pKLIMA is a supply-vested KLIMA derivative token given to stakeholders, advisors, core team, and the DAO. It gives the holder the option to mint KLIMA by burning pKLIMA and providing the intrinsic value of KLIMA. For example, an investor would provide 1 BCT and 1 pKLIMA to mint 1 KLIMA.

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


---

# 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.klimadao.finance/developers/contracts/tokens.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.
