# Quick Start

{% 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 %}

## Connecting to Zircuit

There are only a few simple steps to get started with Zircuit:

1. Install a Browser Wallet
2. Add Zircuit Network to Your Wallet
3. Get Ether (ETH)
4. Deposit ETH from Ethereum to Zircuit (L1 -> L2)

**Install a Browser Wallet**

First, you'll need to Ethereum wallet such as [MetaMask](https://metamask.io/) or [Rabby](https://rabby.io/). Add the corresponding extension to your browser.

## Add Zircuit to Your Wallet

To start using Zircuit, you need to add the chain's RPC endpoint to your wallet. Navigate to the corresponding Chainlist page and add the Zircuit Network directly.

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

|                 | Zircuit Mainnet                     | Garfield Testnet                                 |
| --------------- | ----------------------------------- | ------------------------------------------------ |
| RPCs            | <https://chainlist.org/chain/48900> | <https://chainlist.org/chain/48898>              |
| Chain ID        | 48900                               | 48898                                            |
| Currency Symbol | ETH                                 | ETH                                              |
| Block Explorer  | <https://explorer.zircuit.com>      | <https://explorer.garfield-testnet.zircuit.com/> |


---

# 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.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.
