# Contracts and Addresses

A smart contract is an automatically executable program code reflecting a specific function.

The Minto protocol uses the following smart contracts:

<table><thead><tr><th width="171">Smart Contract</th><th width="457">$BTCMT Address</th><th>Network</th></tr></thead><tbody><tr><td>Token</td><td><a href="https://bscscan.com/token/0x410a56541bD912F9B60943fcB344f1E3D6F09567">0x410a56541bD912F9B60943fcB344f1E3D6F09567</a></td><td>BNB</td></tr><tr><td>Manual Staking</td><td><a href="https://bscscan.com/address/0x78ae303182fca96a4629a78ee13235e6525ebcfb">0x78ae303182FCA96A4629A78Ee13235e6525EbcFb</a></td><td>BNB</td></tr><tr><td>Autofarm V2</td><td><a href="https://bscscan.com/address/0xe5c6596a6c8e252ae323191a4374b7098353105a">0xe5c6596A6c8E252Ae323191A4374b7098353105a</a></td><td>BNB</td></tr><tr><td>Treasury</td><td><a href="https://etherscan.io/address/0x005FE03e5D3A3390F7eC43d95aDf08Be4eE7C1c1">0x005FE03e5D3A3390F7eC43d95aDf08Be4eE7C1c1</a></td><td>Ethereum</td></tr></tbody></table>

<br>


---

# 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.minto.finance/technical-design/contracts-and-addresses.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.
