# 5.1 報酬の基本（Econ / EVT）

SyFuでは、チェックインと決済データのBINDによって Econ（ゲーム内通貨） または EVT（ユーティリティトークン） を獲得できます。

チェックイン時に Econ / EVT のいずれかを選択します。

* EVT条件を満たしていない場合は、自動的にEconが付与されます。
* EVT発掘条件を満たした場合でも、選択は1つのみです。

### Econ（インゲームトークン）

* **性質**：ゲーム内専用通貨（外部取引不可）
* **獲得開始**：NFTが Mini（Lv3以上） になってから
* **用途**：NFT育成、修理、チェックイン回復、福袋（アイテムBOX）開封、Breedコスト

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

### EVT（エクスカベーショントークン）

* **性質**：ユーティリティトークン（DEX取引予定あり）
* **獲得開始**：NFTが **Mini以降**で条件を満たしたとき
* **発掘条件**：
  1. 累積BIND金額が20ドル以上
  2. 同一カードで2回以上の決済＆BIND
* **制約**：条件達成後は **24時間のクールダウン** が発生
* **用途**：NFT寿命回復、Breed、Econ購入、アイテム利用


---

# 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/rewards/basics.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.
