> For the complete documentation index, see [llms.txt](https://gitbook.mapae.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mapae.io/tech/05-onchain-environment.md).

# 5. 확인된 온체인 환경

| 항목                          | 값                                                                                                                  |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| 네트워크                        | GIWA Sepolia (`eip155:91342`)                                                                                      |
| RPC                         | `https://sepolia-rpc.giwa.io`                                                                                      |
| MockUSDC                    | `0xcfeb694719A09caeb80798e2011298F29CDa4e92`                                                                       |
| EIP-712 도메인                 | name `Mock USDC` / version `2` / decimals `6`                                                                      |
| EntryPoint                  | canonical v0.7 `0x0000000071727De22E5E9d8BAf0edAc6f37da032`                                                        |
| Delegation Framework v1.3   | **GIWA 배포·검증 완료** — DelegationManager `0xF2F782Fa…F40C` (active, owner=admin, unpaused), 38-unit exact composition |
| owner 스마트계정 (payer)         | `0xA4e4d00E5860d3700aF2247fFa818Fb62BDDF382` (HybridDeleGator, owner EOA `0x011234B8…B901`)                        |
| ERC20PeriodTransferEnforcer | `0x700330288f6f094780121ea54cd2eDEfe45b3625`                                                                       |

이 표는 주소를 갖고 직접 읽어 확인한 항목만 담는다. Dojang은 로드맵에 등장하지만 이 저장소가 주소를 확인한 적이 없으므로 여기 포함하지 않는다 — 확인된 것과 계획된 것을 같은 표에 두지 않는다.


---

# 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://gitbook.mapae.io/tech/05-onchain-environment.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.
