> For the complete documentation index, see [llms.txt](https://guide.gameclub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.gameclub.com/trading/markdown.md).

# Fee

GameClub does not charge fees on most markets. However, **Crypto markets** have taker fees enabled to fund the **Maker Rebates Program.**

***

### Fee-Free Markets

The vast majority of markets on GameClub have no trading fees:

* No fees to deposit or withdraw USDT
* No fees to trade shares

***

### Market With Fees

**Crypto markets** charge a small taker fee on each trade. These fees are collected and redistributed to market makers as rebates, incentivizing deeper liquidity and tighter spreads.

***

### Fee Structure

Fees are calculated using the following formula:

```
fee = shares × price × feeRate × (p × (1-p))^exponent
p = price of the shares
```

* Taker fees are calculated in USDT and vary based on the share price.
* Buy orders: fees are collected in shares
* Sell orders: fees are collected in USDT
* The effective rate peaks at 50% probability (1.50%) and decreases symmetrically toward the extremes.

### Fee Curves

The chart below illustrates how the effective fee rate changes with share price. Fees peak at 1.50% when the probability is 50% and approach zero near the extremes.

<figure><img src="https://1640665720-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ9jggVWLuTKeEtlWYMVY%2Fuploads%2F8S2zZNdC8KOUgANCQafZ%2Fimage%20(1).png?alt=media&amp;token=103c73f7-5e42-4843-8ad7-ff40d1a50ab6" alt=""><figcaption></figcaption></figure>

### Fee Precision

Fees are rounded to 4 decimal places. The smallest fee charged is 0.0001 USDT. Anything smaller rounds to zero, so very small trades near the extremes may incur no fee at all.

***

### Maker Rebates Program

Taker fees collected on eligible markets fund the **Maker Rebates Program** — daily rebates paid out to liquidity providers.

Deeper liquidity means tighter spreads, lower price impact, more reliable fills, and greater resilience during volatility. Rebates are designed to encourage consistent, competitive quoting.

#### How It Works

Rebates are paid daily and are performance-based: you earn a share of the rebate pool proportional to the maker liquidity you actually provided that was traded against.

**Eligibility:** Your resting (maker) orders must be filled — i.e., another trader takes your liquidity. Simply posting orders does not earn rebates.

**Payouts:** Rebates are paid out in a daily batch at 16:00 UTC\
(A minimum of 0.01 USDT in accumulated rebates is required for payout.)

#### Funding Structure

A flat **20%** of taker fees collected on eligible markets is allocated to the maker rebate pool

The program currently applies to **eSports markets only**, with more categories to be added over time.

<table><thead><tr><th>Category</th><th>Maker Rebate</th><th data-hidden></th></tr></thead><tbody><tr><td>eSports</td><td>20%</td><td></td></tr></tbody></table>

***

### Notes

* All fees are subject to change. Any updates will be announced in advance through our official channels.
* Network (gas) fees are determined by the underlying blockchain and are entirely outside of our control.


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.gameclub.com/trading/markdown.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
