# 10.1 トークン設計思想：Dual Token Modelとの比較とGETの優位性

GETは、「トークンは1つ、役割は多様、UXは簡潔」という設計方針のもと、従来の「デュアルトークンモデル」に代わる構造を構築しています。

## ◆ Dual Token Modelとは

多くのWeb3プロジェクトでは、ユーティリティとガバナンスの役割を分けた2種類のトークン（例：UTIL＋GOV）を発行していますが、以下のような課題があります。

* ユーザー体験が複雑化し、初心者が混乱しやすい
* トークンごとに価値が分散し、価格や用途が不安定
* スマートコントラクト設計や規制対応が煩雑になりがち

***

## ◆ GETモデル：1トークン × 2ポイントの構造

GETでは、1種類のブロックチェーントークン（GET）を軸に、以下の2種類の補助的ポイントを連携させることで、利便性と拡張性を両立したモデルを構築しています。

<table><thead><tr><th width="157.2666015625">資産</th><th width="216.0888671875">タイプ</th><th>主な役割</th></tr></thead><tbody><tr><td>GET</td><td>オンチェーントークン</td><td>投票、決済、NFT購入、支援、ステーキングなど、経済圏の基軸</td></tr><tr><td>GET Pay</td><td>オフチェーン通貨</td><td>ライブ・映画・物販等における即時・軽量決済を実現する“アプリ内ポイント”</td></tr><tr><td>GET Miles</td><td>オフチェーン報酬</td><td>投票、発信、貢献などの行動に対して付与される報酬ポイント</td></tr></tbody></table>

### モデル比較と優位性

<table><thead><tr><th width="192.2958984375">比較軸</th><th width="257.078125">Dual Token Model</th><th>GETモデル（1トークン＋2ポイント）</th></tr></thead><tbody><tr><td>UXのわかりやすさ</td><td>トークンの使い分けが煩雑</td><td>GETが軸、補助機能はアプリ感覚で扱える</td></tr><tr><td>流動性・価格形成</td><td>価値が分散し、価格形成が複雑になりやすい</td><td>GETに集中し、評価軸が明確</td></tr><tr><td>導入・開発の柔軟性</td><td>トークン毎に設計が必要</td><td>オフチェーンの補助設計で柔軟かつ軽快に対応</td></tr><tr><td>法的整理</td><td>トークンごとに規制や認可の整理が必要になる</td><td>トークン1種。補助ポイントはアプリ内通貨として区分可</td></tr></tbody></table>

このように、GETモデルは明快・堅牢・拡張性のあるトークノミクスとして、Web3の新しいスタンダードを志向しています。

<br>

<br>


---

# 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.global-entertainment-token.org/ja/10-tkuntotkunomikusu/101-tkundual-token-modeltonotogetno.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.
