# Bridge to Zircuit

{% hint style="info" icon="triangle-exclamation" %}

## Note that [SLS](https://docs.zircuit.com/info/architecture/sls) is not enabled while we [focus](https://www.zircuit.com/blog/a-new-chapter-for-zircuit-from-l2-to-defi) on Zircuit Finance. Zircuit Finance does not rely on the Zircuit chain.

{% endhint %}

## Mainnet

Zircuit uses ETH for gas. If you don't already have some in your wallet, you'll need to acquire some

{% embed url="<https://ethereum.org/en/get-eth/>" %}

### Deposit ETH from Ethereum to Zircuit (L1 -> L2)

You can bridge your ETH to Zircuit via the Zircuit Bridge. To do so, simply:

1. Connect your wallet on <https://bridge.zircuit.com/>
2. Make sure you're connected to Ethereum
3. Enter how much ETH you would like to bridge to Zircuit
4. Click `Bridge`
5. Review the transaction and click `Approve transaction in your wallet`
6. Click `Confirm` in the MetaMask popup
7. After a few seconds, your transaction should be confirmed, and you should see the updated balance

## Garfield Testnet

If you are deploying on Zircuit Garfield Testnet, you can get Testnet ETH from the faucet located [here](https://ethglobal.com/faucet/zircuit-garfield-testnet-48898).

{% hint style="info" %}
If you get Garfield Testnet ETH this way, you do not need to bridge.
{% endhint %}

If you have [Sepolia ETH](https://chainstack.com/sepolia-faucet/) and would like to bridge:

### Deposit ETH from Sepolia to Garfield Testnet (L1 -> L2)

You can bridge your Sepolia ETH to Garfield Testnet via the Zircuit Bridge. To do so, simply:

1. Connect your wallet on <https://bridge.garfield-testnet.zircuit.com/>
2. Make sure you're connected to Sepolia
3. Enter how much Sepolia ETH you would like to bridge to Zircuit
4. Click `Bridge`
5. Review the transaction and click `Approve transaction in your wallet`
6. Click `Confirm` in the popup
7. After a few seconds, your transaction should be confirmed, and you should see the updated balance


---

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