# Contracts

### Overview

The Zunami Protocol repository is hosted on GitHub and contains the source code and documentation for the protocol. It is designed to provide users with a decentralized solution for managing their digital assets efficiently. To explore the code, report issues, or contribute to the project, visit the [Zunami Protocol GitHub Repository](https://github.com/zunamiprotocol).

{% embed url="<https://github.com/zunamiprotocol>" %}
Repository
{% endembed %}

## Sections:

{% content-ref url="/pages/Ey3ywflpCZ01DcGrR2sJ" %}
[zunUSD](/zunami-docs/developers/contracts/zunusd.md)
{% endcontent-ref %}

{% content-ref url="/pages/nlbt3KthOvGWS1JMxB4j" %}
[zunETH](/zunami-docs/developers/contracts/zuneth.md)
{% endcontent-ref %}

{% content-ref url="/pages/guwtvKxTV4iSft602b8q" %}
[zunBTC](/zunami-docs/developers/contracts/zunbtc.md)
{% endcontent-ref %}

{% content-ref url="/pages/avbs26MkJiP6NWkJclE4" %}
[Governance](/zunami-docs/developers/contracts/governance.md)
{% endcontent-ref %}


---

# 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://zunamilab.gitbook.io/zunami-docs/developers/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.
