# Overview

Brotocol's core on-chain functionalities are implemented through a set of smart contracts deployed on Stacks and EVM-compatible networks (see complete list of EVM chains [here](/developers/deployments/chains/evm/ethereum-contract-addresses.md)).

Their primary function is to provide a bridging mechanism, allowing the movement of assets between Bitcoin and other DeFi blockchain ecosystems. Additional features include Bitcoin swaps, cross-chain liquidity aggregation, integration of staking protocols and the Brotocol Governance System.

The subsections below describe the purpose, scope and interactions of the Brotocol contracts. Each subsection provides a detailed overview of each smart contract and its main variables, features, error codes and events.

## Chains

{% content-ref url="/pages/8Fa7T509jq5mqNYBWEct" %}
[Stacks](/developers/brotocol-contracts/chains/stacks.md)
{% endcontent-ref %}

{% content-ref url="/pages/WrVUBRpUgwblfhTBLzaU" %}
[EVM](/developers/brotocol-contracts/chains/evm.md)
{% endcontent-ref %}


---

# 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/brotocol-contracts/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.
