> For the complete documentation index, see [llms.txt](https://docs.zircuit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zircuit.com/build/start/bridge.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zircuit.com/build/start/bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
