# Build a bridge

{% hint style="info" %}
NOTE that for security considerations, a committee can **only be used once** in Bool Network. Hence, building a bridge requires a minimum of two available committees.&#x20;
{% endhint %}

1. Move to `Bridge` the subpage under the Dashboard section.&#x20;

<div align="center" data-full-width="false"><figure><img src="/files/qrrTIXgAXURpdMPizqSO" alt=""><figcaption><p>Build a bridge - Starting building</p></figcaption></figure></div>

2. Choose one of the chains from our [supported list](/evm-ecosystem/technical-reference/chain-ids.md) and a committee you have created. By clicking on `Deploy`, an `Anchor` deployment transaction will be triggered where the committee selected will be automatically assigned to the Anchor to be created.

<figure><img src="/files/x0IxVdCBNRWk8NPDnRwF" alt=""><figcaption></figcaption></figure>

3. When you have deployed at least two Anchors on independent chains, you can choose either to create an AMT bridge by clicking `Submit` or to continue adding more chains to your bridge (also you can [add more chains](/evm-ecosystem/amt-bridges/other-operations.md#enable-a-new-chain) after the bridge construction).

<figure><img src="/files/V9hxxI50vZCeZNqtMc8s" alt=""><figcaption></figcaption></figure>

4. A few moments later, you should see a newly created bridge with several primary information, including committees' configurations, Anchor addresses and other related.

<figure><img src="/files/ZKUDPkluAvwfUnSFIstz" alt=""><figcaption></figcaption></figure>

5. **Congratulations!** You have created your first bridge on Bool Network. Now you can jump to the next section to finish your omni-chain application building process.&#x20;

{% hint style="info" %}
NOTE that it may **take a moment** to record information for a newly created bridge. Hence, it is normal to encounter the reminder of "<mark style="color:orange;">`Synchronizing contracts`</mark>" when you hit the `Sumbit` immediately after the last anchor has been deployed.&#x20;

Reach out to [us](https://t.me/BOOLDevCamp) if the problem persists.
{% endhint %}


---

# 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/build-a-bridge.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.
