# Maker/Takers on Kwenta

### Traditionally

In derivatives trading, makers are traders who create orders that add liquidity to the market, while takers are those who accept those orders, taking liquidity away, commonly via an order book system. Makers help keep the market running smoothly by ensuring there are enough orders (liquidity) on the order books, while takers help execute those orders and keep the market active.

{% hint style="info" %}
Often, makers will receive a discount for having preset "resting" orders (liquidity) executed vs. market buying (taking) liquidity.
{% endhint %}

> Imagine you're at a lemonade stand in a marketplace. The people who set up the stand and put up a sign with the lemonade price are like "makers" in derivatives trading. They create offers in the market, providing liquidity. The people who come to buy the lemonade at the displayed price are like "takers." They accept the offers created by makers, quickly filling orders and removing liquidity.

### On Kwenta&#x20;

Kwenta uses an automated market maker, or AMM, which fills all orders at a skew-adjusted oracle price by leveraging the Synthetix liquidity pool. In the Kwenta system, "maker" orders are those placed against the [current market skew](https://docs.kwenta.io/using-kwenta/funding#how-does-funding-work-on-kwenta), which results in a trader paying lower maker fees. "Taker" orders are placed with the skew, and result in higher taker fees. If a trade causes the overall market skew to change from positive to negative, a trader may have an order partially filled at each fee tier.&#x20;

[To understand the fees you will pay on a trade, check the market skew as demonstrated below, or see the estimated fee in the trade preview.](#user-content-fn-1)[^1]

<figure><img src="https://2231722757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MigG4JjHTDtxrb2SknW%2Fuploads%2FR9QVWYMx8Zyx7YYXXBcN%2FScreenshot%202023-04-18%20at%2012.47.42%20PM.png?alt=media&#x26;token=04218ddd-a1f8-415e-a15a-b8975f870c88" alt=""><figcaption><p>FLOW-PERP is skewed $4,000 short</p></figcaption></figure>

{% hint style="info" %}
**Example**

The market above has $4,000 higher short open interest than long open interest, indicating a short skew of $4,000.&#x20;

* All short traders will pay taker fees.&#x20;
* Long traders up to $4,000 will pay maker fees.&#x20;
* A long trader opening a trade larger than $4,000 will pay maker fees on the first $4,000, and taker fees on the remaining size of the position.
  {% endhint %}

[^1]:


---

# 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://docs.kwenta.io/using-kwenta/perpetual-futures/maker-takers-on-kwenta.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.
