# Canonical Bridge

## Zircuit Mainnet

{% embed url="<https://bridge.zircuit.com>" %}

The bridge is available for both deposits and withdrawals. For Zircuit deposits, you can also directly transfer ETH to `0x386B76D9cA5F5Fb150B6BFB35CF5379B22B26dd8`.

{% hint style="danger" %}
Do not transfer ERC20 tokens or any tokens other that native ETH to this address.

Smart contract method calls need to be used for such assets. A direct transfer will result in these tokens getting stuck in the canonical bridge smart contract.
{% endhint %}

## Garfield Testnet

{% embed url="<https://bridge.garfield-testnet.zircuit.com>" %}

The bridge is available for both deposits and withdrawals. For deposits, you can also directly transfer Sepolia ETH to `0x87a7E2bCA9E35BA49282E832a28A6023904460D8`.

{% hint style="danger" %}
Do not transfer ERC20 tokens or any tokens other that native Sepolia ETH to this address.

Smart contract method calls need to be used for such assets. A direct transfer will result in these tokens getting stuck in the canonical bridge smart contract.
{% 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.zircuit.com/infra/bridges/canonical.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.
