# Contracts

- [Contracts overview](https://docs.belt.fi/contracts/contracts-overview.md)
- [Contract operation & security](https://docs.belt.fi/contracts/contract-operation.md): Further description of operation and security of the contracts. Please refer to the contracts overview for more information on these contracts.
- [Contract deployed info](https://docs.belt.fi/contracts/contract-deployed-info.md)
- [HECO Belt Contracts](https://docs.belt.fi/contracts/contract-deployed-info/heco-belt-contracts.md)
- [KLAYTN Belt Contracts](https://docs.belt.fi/contracts/contract-deployed-info/klaytn-belt-contracts.md)
- [Dedaub Audit](https://docs.belt.fi/contracts/dedaub-audit.md): We've completed security audits, including the previously deployed contracts, and all discovered vulnerabilities are now completely fixed.


---

# 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.belt.fi/contracts.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.
