> For the complete documentation index, see [llms.txt](https://docs.syfu.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syfu.io/quick-start/syfu-wallet/fees.md).

# Asset Transfers & Fees

✅ Key Point to Understand (Network Fee vs. SyFu Fee)

#### 1) Network Fee (Gas Fee)

This is the **network fee** required to move NFTs or tokens on the blockchain (**BNB Chain**).\
In general, it occurs when you perform **on-chain actions from your SyFu Wallet (Standard Wallet)**.

#### 2) Withdrawal / Transfer Fee (SyFu Fee)

This is a **fixed fee** designed to safely operate “exit-type” actions within SyFu (i.e., moving assets **out of the game**).\
It is set for purposes such as **fraud prevention**, **operational costs**, and **covering network processing costs**.

***

🔁 Which actions cost what, and how much?

The **fee and final received amount shown on the in-app confirmation screen** are the authoritative values\
(as the specs may be updated in the future).

#### Fee List

| Action                                      | Direction              | Fee Currency |                    Amount | Where is it deducted from?          | Notes                                          |
| ------------------------------------------- | ---------------------- | -----------: | ------------------------: | ----------------------------------- | ---------------------------------------------- |
| **NFT Withdrawal (Withdraw)**               | Game → SyFu Wallet     |          EVT | **2 EVT per NFT (fixed)** | EVT balance in-game (Spending)      | Example: Withdrawing 3 NFTs costs 6 EVT        |
| **BNB Withdrawal (Withdraw)**               | Spending → SyFu Wallet |          BNB |     **0.001 BNB (fixed)** | Deducted from the withdrawal amount | **No % fee (fixed only)**                      |
| **BNB Minimum Withdrawal Amount (Planned)** | Spending → SyFu Wallet |          BNB |              **0.01 BNB** | -                                   | May be implemented in a later update if needed |
| **EVT Withdrawal**                          | Spending → SyFu Wallet |          EVT |         **1 EVT (Fixed)** | Deducted from withdrawal amount     | No % fee (fixed fee only)                      |
| **Minimum EVT Withdrawal Amount**           | Spending → SyFu Wallet |          EVT |                **20 EVT** | **-**                               |                                                |

***

#### Example: Net amount received for a BNB withdrawal

**Request amount: 0.05 BNB**\
→ Fee: 0.001 BNB\
→ **Net received: 0.049 BNB**

**Request amount: 0.01 BNB (minimum withdrawal amount)**\
→ Fee: 0.001 BNB\
→ **Net received: 0.009 BNB**

#### **Example:** Net amount received for a **EVT Withdrawal**

**Request amount: 50 EVT**\
→ Fee: 1 EVT\
→ **Net received: 49 EVT**

**Request amount: 20 EVT** (minimum withdrawal amount)\
→ Fee: 1 EVT\
→ **Net received:** **19 EVT**

***

🧩 Fees planned for future implementation

* **SFT withdrawal fee (Spending → SyFu Wallet) (※To be announced in the future)**

***

⛽ Costs on the deposit side (Deposit)

#### SyFu Wallet → Game (Deposit)

* **Additional SyFu fee:** 0
* However, a **BNB Chain gas fee (BNB)** will be required.\
  \* Since gas fees are network costs, they are paid by the user.

***

🕒 Withdrawal waiting time (Trust Rank)

For fraud prevention, “exit-type actions” such as withdrawals/transfers may have a **waiting time applied** depending on your **Trust Rank**.

For details, please refer to: [**8.2 Trust Rank Specifications**](/trust-rank/specs.md)

***

✅ Common issues

* **Unable to deposit an NFT:** You may not have enough **BNB in your SyFu Wallet** to cover the gas fee.
* **Withdrawal is not reflected immediately:** A **Trust Rank waiting time** may be applied.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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