# Acre Documentation

## Acre

- [Introduction](https://docs.acre.fi/readme.md)
- [FAQ](https://docs.acre.fi/faq.md)
- [Overview](https://docs.acre.fi/overview.md)
- [Deposit & Withdraw Durations](https://docs.acre.fi/overview/durations.md)
- [Fees](https://docs.acre.fi/overview/fees.md): The Acre protocol includes the following fees. Any and all changes are subject to governance approval.
- [Supported Wallets](https://docs.acre.fi/overview/supported-wallets.md)
- [No Lockups](https://docs.acre.fi/overview/no-lockups.md)
- [Key Concepts](https://docs.acre.fi/key-concepts.md)
- [Acre Security Council](https://docs.acre.fi/key-concepts/acre-security-council.md)
- [Acre Deployment Policy](https://docs.acre.fi/key-concepts/acre-deployment-policy.md): Deployment Policy Adopted by Acre DAO Security Council vote on Jul 27, 2025
- [acreBTC Deposit Token](https://docs.acre.fi/key-concepts/stbtc.md)
- [stBTC -> acreBTC Migration](https://docs.acre.fi/key-concepts/stbtc/stbtc-greater-than-acrebtc-migration.md)
- [Acre Dispatch Service](https://docs.acre.fi/key-concepts/acre-dispatcher.md): The governed dispatch service reviewed and managed by the Acre Security Council and DAO.
- [tBTC Decentralized Bitcoin Bridge](https://docs.acre.fi/key-concepts/tbtc.md): Acre has selected a permissionless, decentralized bridged bitcoin (tBTC) as part of the infrastructure behind the Acre protocol.
- [Acre DApp](https://docs.acre.fi/acre-dapp.md)
- [Acre Dashboard](https://docs.acre.fi/acre-dapp/portfolio-view.md)
- [How to Sign In](https://docs.acre.fi/acre-dapp/sign-in.md): The basics of connecting your wallet and signing in to Acre.
- [Sign in with Ledger (via Xverse)](https://docs.acre.fi/acre-dapp/sign-in/sign-in-with-ledger-via-xverse.md)
- [Sign in with Xverse](https://docs.acre.fi/acre-dapp/sign-in/sign-in-with-xverse.md)
- [Sign in with Unisat](https://docs.acre.fi/acre-dapp/sign-in/sign-in-with-unisat.md)
- [Sign in with OKX](https://docs.acre.fi/acre-dapp/sign-in/sign-in-with-okx.md)
- [How to Deposit](https://docs.acre.fi/acre-dapp/how-to-deposit.md): A simple guide to get you started with Acre.
- [Deposit with Ledger (via Xverse)](https://docs.acre.fi/acre-dapp/how-to-deposit/deposit-with-ledger-via-xverse.md)
- [Deposit with OXK](https://docs.acre.fi/acre-dapp/how-to-deposit/deposit-with-oxk.md)
- [Deposit with Unisat](https://docs.acre.fi/acre-dapp/how-to-deposit/deposit-with-unisat.md)
- [Deposit with Xverse](https://docs.acre.fi/acre-dapp/how-to-deposit/deposit-with-xverse.md)
- [How to Withdraw](https://docs.acre.fi/acre-dapp/how-to-withdraw.md): A simple guide to get you started with Acre.
- [Ledger Clear Signing](https://docs.acre.fi/acre-dapp/ledger-clear-signing.md)
- [Acre Points](https://docs.acre.fi/acre-points-program.md): Overview of Community and Depositor Points
- [Acre Points](https://docs.acre.fi/acre-points-program/acre-points.md)
- [Vault Partner 1 Mezo: mats (July 2024-July 2025)](https://docs.acre.fi/acre-points-program/acre-points/vault-partner-1-mezo-mats-july-2024-july-2025.md): Acre and Mezo have partnered for the mainnet launch of vault 1 on Acre to give access to mats for depositors.
- [Community Engagement Points](https://docs.acre.fi/acre-points-program/community-engagement-points.md): The Acre Community utilizes DripBot to provide an enhanced user engagement experience.
- [FryFi: tots](https://docs.acre.fi/acre-points-program/community-engagement-points/fryfi-tots.md)
- [HiveFi: bees](https://docs.acre.fi/acre-points-program/community-engagement-points/hivefi-bees.md)
- [Technical Architecture](https://docs.acre.fi/technical-architecture.md)
- [macreBTC1 Architecture](https://docs.acre.fi/technical-architecture/macrebtc1-architecture.md)
- [Contracts](https://docs.acre.fi/mainnet.md)
- [macreBTC1 Contracts](https://docs.acre.fi/mainnet/macrebtc1-contracts.md)
- [Testnet Contracts](https://docs.acre.fi/testnet.md)
- [API](https://docs.acre.fi/api.md)
- [stBTC](https://docs.acre.fi/api/stbtc.md)
- [BitcoinDepositor](https://docs.acre.fi/api/bitcoindepositor.md)
- [BitcoinRedeemer](https://docs.acre.fi/api/bitcoinredeemer.md)
- [MezoAllocator](https://docs.acre.fi/api/mezoallocator.md)
- [Governance](https://docs.acre.fi/governance.md)
- [Tokenomics](https://docs.acre.fi/tokenomics.md)
- [Dispatcher](https://docs.acre.fi/dispatcher.md)
- [Addresses](https://docs.acre.fi/addresses.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.acre.fi/readme.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.
