# GIWA 체인에 연결하기

## GIWA 메인넷(Mainnet)

> 🚧 GIWA 메인넷은 현재 개발 중이에요. 곧 만나요 👋

## GIWA 테스트넷(Testnet)

{% hint style="info" %}
테스트넷은 메인넷에 배포하기 전에 스마트 컨트랙트(Smart Contract), 트랜잭션(Transaction), 지갑 연동 등을 안전하게 테스트해 볼 수 있는 블록체인 환경이에요. 테스트넷에서는 실제 자산을 사용하지 않으며, 무료로 지급받은 테스트 ETH를 이용해 기능을 실험해볼 수 있어요.

세폴리아(Sepolia)는 이더리움 테스트넷의 별칭이에요. GIWA 테스트넷은 레이어 2로서 [이더리움 세폴리아](https://ethereum.org/ko/developers/docs/networks/#sepolia)와 연결되어있으며, 때문에 GIWA 테스트넷도 GIWA 세폴리아라는 별칭을 가지고 있어요.
{% endhint %}

| 체인 이름                    | GIWA 세폴리아(Sepolia)                                                                                                                                                                                |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 체인 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 limit이 걸려있어 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 limit이 걸려있어 production 사용에는 적합하지 않아요</mark></sup></p> |
| Currency Symbol          | ETH                                                                                                                                                                                               |
| 익스플로러                    | [https://sepolia-explorer.giwa.io](https://sepolia-explorer.giwa.io/)                                                                                                                             |

## 지갑으로 연결하기

### GIWA 월렛

> 🚧 GIWA 월렛은 현재 개발 중이에요. 곧 만나요 👋

### Metamask

#### 버튼으로 간단하게 연결하기

[익스플로러](https://sepolia-explorer.giwa.io) 사이트 하단에서 아래 버튼을 클릭하면 간편하게 GIWA 체인에 연결할 수 있어요.

<div align="center"><figure><img src="https://783684250-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyF9U2zMg6tHCwlFYIiB4%2Fuploads%2FITWgFEMnSwojKfEFnh4S%2FScreenshot%202025-08-28%20at%202.40.38%E2%80%AFPM.png?alt=media&#x26;token=4bca735c-3c03-4940-b058-449da10dcbee" 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/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.
