> For the complete documentation index, see [llms.txt](https://wingsfit.gitbook.io/wingsfit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wingsfit.gitbook.io/wingsfit/game-fi-system/tax-and-fee-system.md).

# Tax and Fee System

<figure><img src="/files/Qm4MbyeXGYq1Ob8cvGuc" alt=""><figcaption></figcaption></figure>

Users have to pay a certain amount of taxes and fees for some In-App Activities.

| In-app Activities       | Tax (%) |
| ----------------------- | ------- |
| Marketplace Trading Fee | 2       |
| Marketplace Royalty Fee | 4       |
| Sneaker Minting         | 6       |
| Sneaker Renting         | 8       |

Transaction fee between in-app wallet when transferring WFT, WST Tokens:

* From Spending to Wallet: gas fee BNB + 30 WST Token
* From Wallet to Spending: gas fee BNB

Transaction fee between in-app wallet when transferring Gears/ Gearboxes:

* From Spending to Wallet: gas fee BNB + WFT Tokens (Depend on Gears/ Gearboxes Quality)
* From Wallet to Spending: gas fee BNB + WST Tokens (Depend on Gears/ Gearboxes Quality)


---

# 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://wingsfit.gitbook.io/wingsfit/game-fi-system/tax-and-fee-system.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.
