# Overview

This section outlines Brotocol contract deployments across supported blockchains.

## Chain-Specific Deployments

Brotocol's cross-chain system relies on dedicated contract deployments per chain. These typically include endpoint contracts, registry and helper contracts, and token contracts. For a deeper look at Brotocol's contract architecture, see [Brotocol Contracts](/developers/brotocol-contracts/contracts.md).

### Stacks

Deployments information for Stacks include:

* [**Chains Information**](/developers/deployments/chains/stacks/stacks-chains-info.md) - Maps Stacks chain IDs to their corresponding network names.
* [**Token Approved Pairs**](/developers/deployments/chains/stacks/stacks-token-approved-pairs.md) - Lists approved token pairs for cross-chain transfers from Stacks.
* [**Tokens Information**](/developers/deployments/chains/stacks/stacks-tokens-info.md) - Details supported tokens and their configurations on Stacks.

### EVM

Deployments information for EVM-compatible blockchains include:

* [**Contract Addresses**](/developers/deployments/chains/evm/ethereum-contract-addresses.md) - Lists contract addresses for supported EVM networks.
* [**Tokens Information**](/developers/deployments/chains/evm/ethereum-tokens-info.md) - Details supported tokens and their configurations on each EVM chain.

### Adding New Chains

As Brotocol expands to support additional blockchain networks, deployment information for new chains will be documented here using the same structure.


---

# 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/deployments/contract-deployment.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.
