> For the complete documentation index, see [llms.txt](https://xai-foundation.gitbook.io/xai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-2/undefined.md).

# 교환 절차

{% hint style="info" %}
esXAI 교환은 <https://app.xai.games/redeem>에서 할 수 있습니다.
{% endhint %}

XAI와 esXAI는 별개의 토큰입니다. 교환 절차를 마치면 한 코인은 소각되고 다른 한 코인은 발행됩니다.

### **XAI를 esXAI로 교환하기**

XAI는 제약이나 불이익 없이 언제든 esXAI로 교환할 수 있습니다. 교환 비율은 항상 1:1(100%)이며, 잠금 해제 기간은 없습니다.

### **esXai를 XAI로 교환하기**

esXai를 XAI로 교환하는 절차에는 잠금 해제 기간이 포함되어 있으며, 이 기간은 사용자가 선택할 수 있습니다. 교환 비율은 이 기간의 길이에 비례해 증가합니다.

* 최단 교환 기간 15일 선택 시 교환 비율은 1:0.25(25%)입니다.
  * 나머지 75%의 esXAI는 교환 완료와 동시에 소각됩니다.
* 중간 교환 기간 90일 선택 시 교환 비율은 1:0.625(62.5%)입니다.
  * 나머지 37.5%의 esXAI는 교환 완료와 동시에 소각됩니다.
* 최장 교환 기간 180일 선택 시 교환 비율은 1:1(100%)입니다.
* 사용자는 교환을 완료하지만 않는다면 잠금 해제 기간이 끝나더라도 esXAI 교환 절차를 언제든 자유롭게 취소할 수 있습니다.
* 완료 이전에 교환을 취소한다면 그때까지 진행된 모든 절차가 무효화됩니다. 사용자는 전체 esXAI를 돌려받으며, XAI는 지급되지 않습니다. 다른 교환 절차를 시작하더라도 잠금 해제 기간은 처음부터 다시 카운트됩니다.

Xai 재단은 15일 및 90일 교환 절차상 소각될 예정인 esXAI 중 최대 50%를 Xai 재단의 네트워크 지원을 위한 예비금으로 보유할 수 있습니다.

{% embed url="<https://www.loom.com/share/04a9894909d04bf19d5a6dea10001a46?sid=2ed5f6dc-5caa-4354-92dc-710358b24e1e>" %}
교환 절차 시연
{% endembed %}


---

# 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://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-2/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.
