# オフチェーントークンとオンチェーントークン

サービスの中で流通するトークン「オフチェーントークン」、及びサービス外で流通するトークン「オンチェーントークン」という二種類のトークンに分けることで、ユーザビリティの高いトークン流通を実現します。

通常、EMPLとして取引所で流通するのはオンチェーントークンですが、日本法に準拠するためにサービス内ではオフチェーントークンが利用されます。オフチェーントークンは、サービス外で使用できるトークンであるオンチェーントークンに等価で変えることができます。

オフチェーントークンとオンチェーントークンの比較は以下の通りです。

| <p><br></p> | オフチェーントークン | オンチェーントークン |
| ----------- | ---------- | ---------- |
| 法的位置付け      | 無償ポイント     | 暗号資産       |
| トークンの役割     | アプリ内流通     | 換金・交換      |
| トークン規格      | -          | ERC-20     |

オフチェーントークンの特徴は以下です。

* 無償で付与される
* アプリ内の経済圏で利用が可能
* 手数料がかからないためユーザビリティが高い
* 法定通貨に直接換金はできない
* 申請することでオンチェーントークンに変換し、アプリ外へ出金可能

オンチェーントークンの特徴は以下です。

* パブリックブロックチェーン上のFT
* アプリ外で流通
* 取引所における法定通貨や他の暗号資産との交換が可能


---

# 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://yay.gitbook.io/yay-wiki/gXshG5HUzNFvUEPwI9fM/information/ofuchntkuntoonchntkun.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.
