# GIWA 플레이그라운드

## GIWA Playground

### [GIWA Sepolia Playground](https://sepolia-playground.giwa.io/)

플레이그라운드에서 GIWA 생태계의 다양한 기능들을 테스트해보세요.

### 사용 방법

#### 1. 지갑 연결하기

플레이그라운드에 접속하여 지갑을 연결하세요.

<figure><img src="/files/J0I02ap8X0fKhGdjGzKb" alt=""><figcaption><p>플레이그라운드 첫 화면</p></figcaption></figure>

<figure><img src="/files/9Ga55hxhjLzuemY9y64b" alt=""><figcaption><p>지갑 선택</p></figcaption></figure>

<figure><img src="/files/BoV319D6JwSZb4UlSK4f" alt=""><figcaption><p>계정 선택</p></figcaption></figure>

{% hint style="info" %}
지갑에 GIWA Sepolia 네트워크가 추가되어 있지 않다면, **GiwaSepolia 추가** 버튼을 눌러 네트워크를 추가할 수 있어요. 지갑이 연결되지 않았거나, 다른 네트워크에 연결되어 있을 때 버튼이 표시돼요.
{% endhint %}

<figure><img src="/files/rudBgCgdw5feK10OjKO3" alt=""><figcaption><p>GIWA Sepolia 네트워크 추가</p></figcaption></figure>

#### 2. Dojang, 테스트용 토큰, Upbit Web3 Names 발급받기

{% hint style="info" %}
**Dojang**은 오프체인 정보를 온체인 attestation 형태로 발급하는 서비스에요. 자세한 내용은 [Dojang](/giwa-ecosystem/dojang.md) 문서를 참고하세요. 발급받은 Dojang은 Dojang 취소 버튼을 눌러 해지할 수도 있어요.

**테스트용 토큰**은 24시간마다 클레임할 수 있어요.

**Upbit Web3 Names**는 `0x1234..` 같은 지갑 주소 대신 `username.up.id` 형태로 사용할 수 있는 사용자 이름이에요. 자세한 내용은 [Upbit Web3 Names](/giwa-ecosystem/up-id.md) 문서를 참고하세요.

Attester 및 컨트랙트 주소는 [Dojang 컨트랙트](/giwa-ecosystem/dojang/contracts.md) 및 [GIWA 컨트랙트](/network-information/contracts.md)에서 확인할 수 있어요.
{% endhint %}

{% hint style="warning" %}
**Upbit Web3 Names 변경 정책**

Upbit Web3 Names는 기본적으로 변경이 불가능해요. 단, Dojang을 해지한 후 30일이 지나고 다른 사람이 해당 이름을 가져간 경우에만 새로운 이름을 설정할 수 있어요.

예를 들어, Alice가 `alice.up.id`를 사용하다가 Dojang을 해지했어요. 30일이 지난 후 Bob이 `alice.up.id`를 가져갔다면, Alice가 다시 Dojang을 발급받을 때 새로운 이름을 설정해야 해요. 만약 아무도 가져가지 않았다면, Alice는 기존 `alice.up.id`를 그대로 사용할 수 있어요.
{% endhint %}

지갑 연결 후 순서대로 **Dojang 발급** → **VerifiedToken 클레임** → **UP ID 발급** 버튼을 눌러 각각 발급받으세요. 각 단계마다 트랜잭션을 전송해야 하며, 가스비가 소모돼요. 테스트 ETH가 없다면 [테스트용 ETH 받기](/get-started/faucets.md)에서 받을 수 있어요.

<figure><img src="/files/kHtGNu16OvLMHyvV9wdx" alt=""><figcaption><p>트랜잭션 전송 요청</p></figcaption></figure>

모든 발급이 완료되면 아래와 같이 표시돼요.

<figure><img src="/files/LGCJkzvXfuMcztKVmMAE" alt=""><figcaption><p>모든 발급 완료</p></figcaption></figure>


---

# 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/giwa-playground.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.
