> For the complete documentation index, see [llms.txt](https://docs.bool.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bool.network/evm-ecosystem/amt-bridges/bind-consumer-to-anchor.md).

# Bind Consumer to Anchor

To activate your bridge, there are several steps left to finish the whole process:

1. Fetch the Anchor address, pass it as a constructor parameter and deploy your application contract (should have implemented `BoolConsumerBase.sol`). An application contract example can be found [here](/evm-ecosystem/application-examples/helloweb3.sol.md).

   <figure><img src="https://362083554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBPzEwQWF8yFmEtNtg2pz%2Fuploads%2F6wZ4sg4pGP8uVYQzkgbE%2F1706707030709.png?alt=media&amp;token=3018bc77-761a-4a2f-b7fd-785a5507d117" alt=""><figcaption></figcaption></figure>
2. Get the address of your application, and go back to your Dashboard. Click `View` and `Update` to have your application connected to a selected Anchor

   <figure><img src="https://362083554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBPzEwQWF8yFmEtNtg2pz%2Fuploads%2FaK5YMxkTrFuTdylReeH7%2F1706707137503.png?alt=media&amp;token=0e5c9a51-8555-48db-ac92-aade8945dba8" alt=""><figcaption></figcaption></figure>
3. You may encounter a misconfiguration error here, which implies that either your application does not implement `BoolConsumerBase.sol` or the anchor address in your application does not match the currently selected one.
4. Please refer to our repo at <https://github.com/boolnetwork/advanced-solidity-tutorials?tab=readme-ov-file#tokenbridgesol---a-burn--mint-erc20-token-bridge> and follow the steps in the section **TokenBridge-3** to configure remote anchors.
5. If everything goes perfectly, you can now send your first cross-chain message and monitor the lifecycle of a message on [BoolScan](https://bridge.boolscan.com/amt/?network=testnet) later.
