> For the complete documentation index, see [llms.txt](https://knowledge.flexytrade.com/flexytrade-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.flexytrade.com/flexytrade-help-center/challenge-step/what-are-the-rules-to-follow/commission-rates.md).

# Commission Rates

As defined, futures commission rates are the fees that futures brokers charge traders for executing futures trades.

At Flexytrade we offer a brokerage firm to provide near-live market data for our customers, below are the detailed prices and locations for Rithmic.&#x20;

Here is an overview of the commission rates for trading micro and mini contracts:

### **Micro Commissions**

Micro contracts offer a cost-effective way for traders to practice and develop their skills. Commissions for micro contracts are:

* $0.5 per side or $1 roundtrip

Some examples of micro contracts include:

* MES: Micro E-Mini S\&P 500 Futures
* MNQ: Micro E-Mini NASDAQ 100 Futures
* MCL: Micro Crude Oil Futures

### **E-mini Commissions**

For those of you who are seeking higher contract values, our standard e-mini contracts are available at this commission rate:

* $2.5 per side and $5 roundtrip trade

Some examples of e-mini contracts include:

* ES: E-Mini S\&P 500 Futures
* NQ: E-Mini NASDAQ 100 Futures
* YM: E-Mini Dow Futures

### **Where do I find my commissions?**

You can easily locate your commissions through R|Trader Pro. Simply follow these steps:

1. Sign in to your Rithmic account using your username and password, then navigate to the **"Trader’s Dashboard"** section within the platform.

<figure><img src="/files/EUURBaQqS8p3mB5Zymzq" alt=""><figcaption></figcaption></figure>

​2. On the second column, right-click your name and select "View Risk Parameters" from the menu.

<figure><img src="/files/5aMnHOl6J5XkpQCeFnCG" alt=""><figcaption></figcaption></figure>

​3. Within this window, you'll find a clear listing of all commission fills charged by instrument type. This covers ​buys, sells, and maximum order values.

<figure><img src="/files/nIuF7QklQYRRUj3KD75y" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Just a heads up, be sure to factor all commissions and fees into your risk management. These costs are included in your daily losses, so don't let them exceed the set limit in your account.
{% endhint %}


---

# 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://knowledge.flexytrade.com/flexytrade-help-center/challenge-step/what-are-the-rules-to-follow/commission-rates.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.
