# GIWA Playground

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

Test various features of the GIWA ecosystem in the playground.

### How to Use

#### 1. Connect Wallet

Access the playground and connect your wallet.

<figure><img src="/files/FzsBrN0yGc9vlngD2FWL" alt=""><figcaption><p>Playground home screen</p></figcaption></figure>

<figure><img src="/files/cJwrBFyjlEONMbPuacHl" alt=""><figcaption><p>Select wallet</p></figcaption></figure>

<figure><img src="/files/RiqdDqYV1wGE8BkLWIgf" alt=""><figcaption><p>Select account</p></figcaption></figure>

{% hint style="info" %}
If GIWA Sepolia network is not added to your wallet, click the **Add GiwaSepolia** button to add the network. This button appears when your wallet is not connected or connected to a different network.
{% endhint %}

<figure><img src="/files/4SxBqdC8WjcITBraGVaC" alt=""><figcaption><p>Add GIWA Sepolia network</p></figcaption></figure>

#### 2. Get Dojang, Test Tokens, and Upbit Web3 Names

{% hint style="info" %}
**Dojang** is a service that issues off-chain information as on-chain attestations. For more details, see the [Dojang](/giwa-chain/en/giwa-ecosystem/dojang.md) documentation. You can revoke issued Dojang by clicking the **Revoke Dojang** button.

**Test tokens** can be claimed every 24 hours.

**Upbit Web3 Names** is a username that can be used in the format `username.up.id` instead of wallet addresses like `0x1234..`. For more details, see the [Upbit Web3 Names](/giwa-chain/en/giwa-ecosystem/up-id.md) documentation.

Attester and contract addresses can be found in [Dojang Contracts](/giwa-chain/en/giwa-ecosystem/dojang/contracts.md) and [GIWA Contracts](/giwa-chain/en/network-information/contracts.md).
{% endhint %}

{% hint style="warning" %}
**Upbit Web3 Names Change Policy**

Upbit Web3 Names cannot be changed by default. However, you can set a new name only if someone else has taken your name after 30 days have passed since you revoked your Dojang.

For example, Alice was using `alice.up.id` and then revoked her Dojang. After 30 days, if Bob took `alice.up.id`, Alice must set a new name when she issues Dojang again. If no one took it, Alice can continue using her existing `alice.up.id`.
{% endhint %}

After connecting your wallet, click the buttons in order: **Issue Dojang** → **Claim VerifiedToken** → **Issue UP ID** to issue each one. Each step requires sending a transaction, which consumes gas fees. If you don't have test ETH, you can get some from [Claim Test ETH](/giwa-chain/en/get-started/faucets.md).

<figure><img src="/files/uAGEWvsZW1EaeRCYZfBj" alt=""><figcaption><p>Transaction request</p></figcaption></figure>

Once all issuances are complete, it will display as shown below.

<figure><img src="/files/sbWkK48BWXTClPY15uqM" alt=""><figcaption><p>All issuances complete</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/giwa-chain/en/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.
