# Maker vs Taker

### What Are Maker and Taker Fees?

Every trade in an orderbook has two sides:

* The **Maker** (provides liquidity)
* The **Taker** (removes liquidity)

Your fee depends on how your order interacts with the orderbook.

### Maker Fees (You Add Liquidity)

You are a “maker” when your order sits on the book and *waits* to be filled:

* Limit Buy/Long below market
* Limit Sell/Short above market
* Chase Limit
* TWAP with limit execution

Maker trades usually get lower fees, because you help the market by adding liquidity.

### Taker Fees (You Remove Liquidity)

You are a “taker” when your trade executes immediately:

* Market Buy
* Market Sell
* Conditional Market
* Limit orders that instantly match existing orders

Taker trades cost more because you consume liquidity instead of providing it.

### Why Maker Trades Are Cheaper

Liquidity stabilizes markets.\
Exchanges reward makers because:

* They tighten spreads
* Reduce volatility
* Improve trading experience for everyone

### How Supercexy Helps You Pay Less Fees

Supercexy gives you features designed to help you *become a maker more often*:

* Chase Limit keeps your order at the top of the book
* Limit orders execute at your set price
* TWAP spreads trades to avoid taker spikes
* Conditional + Limit executes transparently at planned levels

This empowers traders to optimize fee efficiency without compromising on execution speed.

### Should You Always Avoid Taker Fees?

Not necessarily.\
Sometimes paying taker fees is the right move:

* Fast-moving markets
* Urgent entries
* Managing liquidation risk
* Stopping cascading losses

Knowing the difference helps you decide when speed matters more than cost.


---

# 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://supercexy.gitbook.io/supercexy-docs/knowledge-base/maker-vs-taker.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.
