# 7.1 トークン設計の全体像

SyFuは「持続的でバランスの取れたエコシステム」を築くために、\
**2つのオンチェーントークン**と、**1つのゲーム内通貨**を採用しています。

### SFT（エコシステムトークン）

エコシステム全体の価値を蓄積する長期トークン。\
長期ホルダーやコミュニティ貢献に紐づく設計です。

***

### EVT（Excavation Token）

ユーザーが日常の決済データをBINDすることで「発掘」されるユーティリティトークン。\
ゲームプレイやNFT利用に直結します。

***

### Econ（ゲーム内通貨）

Econは、**アプリ内で利用する内部通貨**です。\
NFT育成・修理・チェックイン回復・福袋の開封など、ゲーム内の主要アクションに使用されます。

* Econは **アプリ内残高として管理**されます
* Econは **外部での取引はできません**

また、Econは アプリ内、**SyFuマーケットプレイス（割安）で購入**できます。

* **クレジットカード：購入可能**
* **EVT / BNB / SFT：今後追加予定**

👉 Econの購入は、SyFuマーケットプレイスをご確認ください：\
<https://manekineko.syfu.io/>

***

👉 役割を分けることで、**ゲームの使いやすさ（即時性）**&#x3068;、**エコシステムの安定性（供給バランス）**&#x3092;両立します。

※現在、福袋機能は未実装となり、Mainnet β（オープンβ版）公開後に、他の機能とあわせて段階的にリリース予定です。


---

# 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.syfu.io/ja/token-design/overview.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.
