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

# Fees

Traders pay trading fees at every trade. Fees are charged as a percentage of the total transaction value (size). There are mainly 2 types of fees charged:

#### Maker fees

Maker fees are charged when a trader **adds liquidity** to the order book.

A maker order is typically a **limit order** that does not execute immediately and instead rests on the order book, waiting to be matched by another trader. By adding liquidity, makers help improve market depth and price discovery. As a result, maker fees are generally **lower than taker fees**, and in some cases may be incentivized.

**Example:** A limit order placed below the current market price that remains on the order book.

#### Taker fees

Taker fees are charged when a trader **removes liquidity** from the order book.

A taker order executes **immediately** against existing orders in the order book. This includes market orders and limit orders that are instantly matched upon placement. Because takers consume available liquidity, taker fees are typically **higher than maker fees**.

**Example:** A market order or a limit order that fills instantly at the current market price.

### MemeMax Fees

**Taker fee:** 0.15%

**Maker fee:** 0.005%


---

# 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://docs.mememax.com/trading/perpetuals/fees.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.
