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

# macreBTC1 Contracts

## macreBTC1 Contracts

**macreBTC1** is the first vault to which acreBC is dispatching its underlying tBTC, as [approved in July 2025 by the Acre Security Countil](https://forum.acre.fi/t/ascp-acre-security-council-proposal-ascp-01/37). Vault infrastructure is provided by [Midas](https://midas.app/), and the strategy manager is [Re7 Labs](https://www.re7labs.xyz/).

<table><thead><tr><th width="205">Contract</th><th>Address</th></tr></thead><tbody><tr><td><strong>Proceeds Recipient</strong> (Receives deposits)</td><td><a href="https://debank.com/profile/0xbA53a278D6d68c2C8F6d600eA93581a702A6006A">0xbA53a278D6d68c2C8F6d600eA93581a702A6006A</a></td></tr><tr><td><strong>Allocation Wallet</strong> (Deploys into strategies)</td><td><a href="https://debank.com/profile/0x7C819F438250CD9331D3E8EA540B72B3FF702f07">0x7C819F438250CD9331D3E8EA540B72B3FF702f07</a></td></tr><tr><td><strong>Request Redeemer</strong> (Liquidity for Withdrawals)</td><td><a href="https://debank.com/profile/0x910CA844Fb578f670Ca5190c1cF4ab851155Bf99">0x910CA844Fb578f670Ca5190c1cF4ab851155Bf99</a></td></tr></tbody></table>

The bulk of tBTC routed to macreBTC1 is routed to two downstream vaults: **mRe7BTC** and **mRe7YIELD**:

### mRe7BTC Contracts

<table><thead><tr><th width="207.57421875">Contract</th><th>Address</th></tr></thead><tbody><tr><td>mRe7BTC Minter Vault - Ethereum</td><td><a href="https://etherscan.io/address/0x5E154946561AEA4E750AAc6DeaD23D37e00E47f6">0x5E154946561AEA4E750AAc6DeaD23D37e00E47f6</a></td></tr><tr><td>mRe7BTC Redemption Vault - Ethereum</td><td><a href="https://etherscan.io/address/0x4Fd4DD7171D14e5bD93025ec35374d2b9b4321b0">0x4Fd4DD7171D14e5bD93025ec35374d2b9b4321b0</a></td></tr><tr><td>Proceeds Recipient</td><td><a href="https://etherscan.io/address/0xbD899C31b81Ef3BD78D02FBF43826fb092738b17">0xbD899C31b81Ef3BD78D02FBF43826fb092738b17</a></td></tr><tr><td>Allocation Wallet (SMA wallet)</td><td><a href="https://etherscan.io/address/0x8E75F95B3337678785aA2C78B20a15f87A1CBcCb">0x8E75F95B3337678785aA2C78B20a15f87A1CBcCb</a></td></tr><tr><td>Request Redeemer</td><td><a href="https://etherscan.io/address/0xDc318e9C581A80655100AFfE641d9782dF62d4Cf">0xDc318e9C581A80655100AFfE641d9782dF62d4Cf</a></td></tr></tbody></table>

View full details here: <https://midas.app/mre7btc>

### mRe7YIELD

<table><thead><tr><th width="210.93359375">Contract</th><th>Address</th></tr></thead><tbody><tr><td>mRe7YIELD Minter Vault - Ethereum</td><td><a href="/users/aWUfmj46ZaSvnKKsEjf2YYodeXr1">0xcE0A2953a5d46400Af601a9857235312d1924aC7</a></td></tr><tr><td>mRe7YIELD Redemption Vault - Ethereum</td><td><a href="/users/aWUfmj46ZaSvnKKsEjf2YYodeXr1">0x5356B8E06589DE894D86B24F4079c629E8565234</a></td></tr><tr><td>Proceeds Recipient</td><td><a href="https://etherscan.io/address/0x748C6D9E78FEF3858BCae488400509E952d44c9f">0x748C6D9E78FEF3858BCae488400509E952d44c9f</a></td></tr><tr><td>Allocation Wallet (SMA wallet)</td><td><a href="/users/aWUfmj46ZaSvnKKsEjf2YYodeXr1">0xfa8E54aD80D5A0C25d225c04e44fb993Ad88e487</a></td></tr><tr><td>Request Redeemer</td><td><a href="https://etherscan.io/address/0x4331397Cc899947a6CD94d0F766CBCE7e3705b56">0x4331397Cc899947a6CD94d0F766CBCE7e3705b56</a></td></tr></tbody></table>

View full details here: <https://midas.app/mre7yield>


---

# 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:

```
GET https://docs.acre.fi/mainnet/macrebtc1-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.
