# Connect to GIWA

## GIWA Mainnet

> 🚧 GIWA Mainnet is currently under development. See you soon 👋

## GIWA Testnet

{% hint style="info" %}
A testnet is a blockchain environment where you can safely test smart contracts, transactions, and wallet integrations before deploying to mainnet. On the testnet, no real assets are used — instead, you use free ETH provided for development.

Sepolia is the name of an Ethereum testnet. The GIWA Testnet is a Layer 2 network connected to Ethereum Sepolia, which is why it is also referred to as GIWA Sepolia.
{% endhint %}

| Chain Name               | GIWA Sepolia                                                                                                                                                                                              |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chain ID                 | 91342                                                                                                                                                                                                     |
| RPC endpoint             | <p><a href="https://sepolia-rpc.giwa.io/"><https://sepolia-rpc.giwa.io></a><br><sup><mark style="color:$info;">rate-limited and should not be used in production</mark></sup></p>                         |
| Flashblocks RPC endpoint | <p><a href="https://sepolia-rpc-flashblocks.giwa.io/"><https://sepolia-rpc-flashblocks.giwa.io></a><br><sup><mark style="color:$info;">rate-limited and should not be used in production</mark></sup></p> |
| Currency Symbol          | ETH                                                                                                                                                                                                       |
| Explorer                 | [https://sepolia-explorer.giwa.io](https://sepolia-explorer.giwa.io/)                                                                                                                                     |

## Connect with a Wallet

### GIWA Wallet

> 🚧 GIWA Wallet is currently under development. See you soon 👋

### Metamask

#### Connect with a click of a button

With just a click of a button at the bottom of the [explorer](https://sepolia-explorer.giwa.io) site, you can easily connect to GIWA.

<div align="center"><figure><img src="/files/trcOy6lc1XABUuD0IdKO" alt="" width="208"><figcaption></figcaption></figure></div>


---

# 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.giwa.io/giwa-chain/en/get-started/connect-to-giwa.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.
