> For the complete documentation index, see [llms.txt](https://docs.gimswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gimswap.com/ko/undefined/undefined.md).

# 개요

<figure><img src="/files/qJWDOH102sJ2nHkhLcwD" alt=""><figcaption></figcaption></figure>

이 프로젝트는 **법정화폐 기반 자산**을 **원화 스테이블코인**으로 토큰화하여, 더 안정적이고 블록체인 친화적인 애플리케이션 생태계를 조성하기 위해 시작된 익명 프로젝트입니다. USDT, USDC 와 같은 달러 스테이블코인으로, Web2와 Web3의 경계를 넘어 블록체인 상에서도 자유로운 원화 거래를 활성화 시키기 위해 [카이아 체인](https://www.kaia.io/ko) 과[ BNB 체인](https://www.bnbchain.org/en)에 KRWO 를 발행하게 되었습니다.

{% hint style="info" %}
법정화폐 기반 자산 (Fiat-backed Asset) 이란?&#x20;

**법정화폐 기반 자산**은 법정화폐와 동일한 가치를 지니며, 언제나 동일한 금액으로 입출금이 가능한 자산을 의미합니다.
{% endhint %}

{% hint style="info" %}
원화 스테이블코인 (KRW stablecoin) 이란?

**원화 스테이블코인**은 한국 법정화폐인 원화에 가치를 고정한 암호화폐로, 가격 변동성이 없는 내재가치가 있는 자산입니다. 김스왑은 KRWO의 유통량과 원화 법정화폐기반 자산 담보를 1:1 비율로 유지하여 그 가치를 보존합니다.
{% endhint %}


---

# 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://docs.gimswap.com/ko/undefined/undefined.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.
