# FBTC

## FBTC

- [Overview](https://docs.fbtc.com/introduction/overview.md)
- [Architecture](https://docs.fbtc.com/system-components/architecture.md)
- [Custodial Addresses](https://docs.fbtc.com/system-components/custodial-addresses.md)
- [Onchain Smart Contracts](https://docs.fbtc.com/system-components/onchain-smart-contracts.md)
- [FBTC Bridge](https://docs.fbtc.com/system-components/onchain-smart-contracts/fbtc-bridge.md)
- [FBTC Minter](https://docs.fbtc.com/system-components/onchain-smart-contracts/fbtc-minter.md)
- [FBTC Token](https://docs.fbtc.com/system-components/onchain-smart-contracts/fbtc-token.md)
- [Fee Model](https://docs.fbtc.com/system-components/onchain-smart-contracts/fee-model.md)
- [Offchain Service](https://docs.fbtc.com/system-components/offchain-service.md)
- [Locked FBTC Token](https://docs.fbtc.com/ecosystem/locked-fbtc-token.md)
- [Locked FBTC Protocols Information](https://docs.fbtc.com/ecosystem/locked-fbtc-token/locked-fbtc-protocols-information.md)
- [Roles](https://docs.fbtc.com/security/roles.md)
- [Contract Permission](https://docs.fbtc.com/security/contract-permission.md)
- [Bitcoin Reserve Address](https://docs.fbtc.com/security/bitcoin-reserve-address.md)
- [Risk Management](https://docs.fbtc.com/security/risk-management.md)
- [Pausing](https://docs.fbtc.com/security/risk-management/pausing.md)
- [Upgradability](https://docs.fbtc.com/security/risk-management/upgradability.md)
- [Custody](https://docs.fbtc.com/security/risk-management/custody.md)
- [Proof of Reserve](https://docs.fbtc.com/proof-of-reserve/proof-of-reserve.md)
- [FBTC-BTC Price Feed](https://docs.fbtc.com/proof-of-reserve/fbtc-btc-price-feed.md)
- [Smart Contracts](https://docs.fbtc.com/developers/smart-contracts.md)
- [FAQs](https://docs.fbtc.com/more/faqs.md)
- [Audit Reports](https://docs.fbtc.com/more/audit-reports.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.fbtc.com/introduction/overview.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.
