# Overview

**Brotocol** is a Bitcoin-first cross-chain protocol that powers BTCFi with bridging, swapping, and payments—secured by Bonbori as the off-chain consensus and validation layer.

## About

This documentation is designed for developers integrating with or building on top of the Brotocol ecosystem. Here you'll find:

🏗️ [Deployment information and contract addresses](/developers/deployments/contract-deployment.md)

🧬 [Integration guides](/developers/integrations/integrations.md)

🏛️ [Smart contracts documentation](/developers/brotocol-contracts/contracts.md)

🛡️ [Security audit reports](/developers/brotocol-contracts/security-audits.md)

## Need Help?

If you have questions or need assistance, join our developer community on [GitHub](https://github.com/Brotocol-xyz) or reach out to our team through [Discord](https://discord.gg/brotocol).


---

# 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.brotocol.xyz/developers/introduction/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.
