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

# Reference

- [Protocol overview](https://docs.klimaprotocol.com/reference/overview.md): The Klima Protocol is open, rules-based infrastructure designed to support carbon credit intake and retirement through transparent execution terms and onchain settlement.
- [Governance](https://docs.klimaprotocol.com/reference/governance.md): What allocation does, how it shapes the protocol, and when doing nothing is perfectly fine.
- [Governance (Archived)](https://docs.klimaprotocol.com/reference/governance-archived.md)
- [Liquidity](https://docs.klimaprotocol.com/reference/liquidity.md): Learn how Klima’s kVCM liquidity pools internalise carbon inventory, route all economic activity through a single fungible token, and let users provide the liquidity that powers the system.
- [Incentives](https://docs.klimaprotocol.com/reference/incentives.md)
- [Token Distribution](https://docs.klimaprotocol.com/reference/token-distribution.md)
- [Glossary](https://docs.klimaprotocol.com/reference/glossary.md)
- [Protocol Implementation & Upgrade Transparency](https://docs.klimaprotocol.com/reference/protocol-implementation-and-upgrade-transparency.md): This document explains how the protocol’s software implementation is maintained, upgraded, and secured over time.
- [Fair Launch](https://docs.klimaprotocol.com/reference/fair-launch.md): Klima's Fair Launch ran from April 2025 until October 2025. A final window for genuine legacy KLIMA holders who missed the it can convert KLIMA into kVCM at a fixed 1 : 1 rate.
- [Bug Bounty Programme](https://docs.klimaprotocol.com/reference/bug-bounty-programme.md): Effective date: 21st July, 2026 Last updated: 21st July, 2026 Status: Active


---

# 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.klimaprotocol.com/reference.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.
