# Fees

**Worldbook charges only trading fees.**

✅ **No deposit fees**\
✅ **No withdrawal fees**

### Spot Trading Fee Schedule <a href="#spot-trading-fee-schedule" id="spot-trading-fee-schedule"></a>

Your fee tier is determined by your 14-day weighted trading volume. The higher your volume, the lower your fees.

<table><thead><tr><th width="84.32421875" align="center">Tier</th><th width="206.7109375" align="center">14d Weighted Volume ($)</th><th width="150.3515625" align="center">Taker</th><th width="165.046875" align="center">Maker</th></tr></thead><tbody><tr><td align="center">0</td><td align="center">-</td><td align="center">0.080%</td><td align="center">0.050%</td></tr><tr><td align="center">1</td><td align="center">>1M</td><td align="center">0.070%</td><td align="center">0.040%</td></tr><tr><td align="center">2</td><td align="center">>5M</td><td align="center">0.060%</td><td align="center">0.030%</td></tr><tr><td align="center">3</td><td align="center">>25M</td><td align="center">0.050%</td><td align="center">0.020%</td></tr><tr><td align="center">4</td><td align="center">>100M</td><td align="center">0.040%</td><td align="center">0.010%</td></tr><tr><td align="center">5</td><td align="center">>500M</td><td align="center">0.030%</td><td align="center">0.000%</td></tr><tr><td align="center">6</td><td align="center">>2B</td><td align="center">0.025%</td><td align="center">0.000%</td></tr></tbody></table>

## Fee Collection

All fees are collected in the token being received:

* **Buy orders**: Taker fees are paid in base tokens (the token you're buying)
* **Sell orders**: Taker fees are paid in quote tokens (the token you're receiving)
* **Maker rebates**: Paid in the same token type as the corresponding taker fee and never exceed the taker's fee for that match

Fees are automatically deducted from the filled amount and sent to the protocol fee collector address.


---

# 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://world-book.gitbook.io/worldbook/spot-trading/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.
