# 資産移動と手数料（ガス代 / 出金手数料）

### ✅ まず理解するポイント（ガス代 と 手数料は別物）

#### 1) ガス代（Network Fee）

ブロックチェーン（BNB Chain）上でNFTやトークンを動かすための **ネットワーク手数料** です。\
基本的に、**SyFuウォレット（Standard Wallet）側のオンチェーン操作**で発生します。

#### 2) 出金/出庫手数料（SyFu Fee）

SyFu内で「ゲーム外へ持ち出す」系の操作を安全に運用するための **固定手数料** です。\
不正対策・運用コスト・ネットワーク処理コストの補填を目的に設定されています。

***

### 🔁 どの操作で、何がいくらかかるのか

> 表示される手数料・受取額は、アプリの確認画面が最終的に正です（今後仕様更新が入る場合があります）。

#### 手数料一覧

<table><thead><tr><th>操作</th><th>方向</th><th align="right">支払い通貨</th><th width="128" align="right">金額</th><th>どこから差し引かれる？</th><th>補足</th></tr></thead><tbody><tr><td><strong>NFT出庫（Withdraw）</strong></td><td>Game → SyFuウォレット</td><td align="right">EVT</td><td align="right"><strong>2 EVT / 1体（固定）</strong></td><td>Game内のEVT残高（Spending側）</td><td>例：3体出庫なら 6 EVT<br>※今後実装予定</td></tr><tr><td><strong>BNB出金（Withdraw）</strong></td><td>Spending → SyFuウォレット</td><td align="right">BNB</td><td align="right"><strong>0.001 BNB（固定）</strong></td><td>出金額から天引き</td><td><strong>%手数料なし（固定のみ）</strong></td></tr><tr><td><strong>BNB最低出金額</strong></td><td>Spending → SyFuウォレット</td><td align="right">BNB</td><td align="right"><strong>0.01 BNB</strong></td><td>-</td><td>※今後実装予定</td></tr><tr><td><strong>EVT出金（Withdraw）</strong></td><td>Spending → SyFuウォレット</td><td align="right">EVT</td><td align="right"><strong>1 EVT（固定）</strong></td><td>出金額から天引き</td><td>%手数料なし（固定のみ）</td></tr><tr><td><strong>EVT最低出金額</strong></td><td>Spending → SyFuウォレット</td><td align="right">EVT</td><td align="right"><strong>20 EVT</strong></td><td><strong>-</strong></td><td></td></tr></tbody></table>

#### 例：BNB出金の受取額

* 出金額：0.05 BNB を申請\
  → 手数料：0.001 BNB\
  → **受取：0.049 BNB**
* 出金額：0.01 BNB を申請（最低出金額）\
  → 手数料：0.001 BNB\
  → **受取：0.009 BNB**

#### **例：EVT出金の受取額**

* 出金額：50 EVT を申請\
  → 手数料：1 EVT\
  → **受取：49 EVT**
* 出金額：20 EVT を申請（最低出金額）\
  → 手数料：1 EVT\
  → **受取：19 EVT**

***

### 🧩 今後実装予定の手数料

* **SFT出金（Spending → SyFuウォレット）の手数料（※今後公開）**

***

### ⛽ 入庫（Deposit）側の費用について

#### SyFuウォレット → Game（入庫）

* **SyFuが追加で取る手数料：0**
* ただし、**BNB Chainのガス代（BNB）が必要**になります。\
  ※ガス代はネットワーク側のコストのため、ユーザー負担になります

***

### 🕒 出金待機時間（Trust Rank）について

不正対策のため、出金/出庫などの「Exit系操作」には\
**トラストランクに応じた待機時間**が適用される場合があります。

* 詳細：[`8.2 ランク別仕様一覧`](/ja/trust-rank/specs.md) を参照してください

***

### ✅ よくあるつまずき

* **NFTを入庫できない**：SyFuウォレットにガス代となるBNBが不足している可能性
* **出金がすぐ反映されない**：Trust Rankの待機時間が適用されている可能性があります


---

# 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/quick-start/syfu-wallet/fees.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.
