# 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="/files/W4uGQTUtm3opqOEXW42r" 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="/files/VnjWzs2PU2aPYKoVw8CK" 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.


---

# 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.bool.network/evm-ecosystem/amt-bridges/bind-consumer-to-anchor.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.
