# Policy

The policy contract is an address guarded by a simple Gnosis safe implementation. The policy address manages adjustments of the monetary policy of the KlimaDAO protocol. This includes BCV and reward rate adjustments.&#x20;

Access to the policy address is controlled by a 3 of 5 multi-sig held by members of the Core Team. Changes made via the policy address are either voted on by the token holders specifically as a KIP, or implemented under a specific power delegated to the Policy Team via a KIP.

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


---

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