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

# Fees

## The schedule

| You are                                           | Fee                 |
| ------------------------------------------------- | ------------------- |
| Taking liquidity (market orders, crossing limits) | 2.0 bps of notional |
| Providing liquidity (resting limit orders)        | 0.0 bps             |

On a 20,000 USDC market order, 2.0 bps is 4.00 USDC. Lighter charges retail traders nothing, so on most trades our fee is the entire cost of the trade — and it is printed in the ticket before you can press anything, then again on every fill.

Maker flow is free on purpose. We would rather you post than cross, and a fee schedule should say that out loud instead of burying it in a document nobody opens.

## The ceiling you approve

Fees work through Lighter's permissionless integrator mechanism. Before we can charge anything, you sign a single approval that sets a ceiling on what NockTrade may collect — 2.0 bps taker, 0.0 bps maker. Mechanically:

* every order we build carries our integrator account index and the fee, inside the signed order itself;
* the venue enforces the ceiling: we cannot charge above what you approved without asking you to sign a new approval;
* you can revoke at any time by re-signing the approval with the fees set to zero.

## What we never touch

* Funding payments flow between longs and shorts. None of it comes to us.
* Deposits and withdrawals carry no NockTrade fee.
* There are no subscription tiers, no "VIP levels", no hidden spread.

## Current status

While our integrator account is being provisioned on the venue, the fee line in the ticket reads 0.0 bps and you are charged nothing. The ledger always shows exactly what the order carries — when the fee goes live, it will say so in the same row, in advance.


---

# 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.nocktrade.xyz/concepts/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.
