# Max OTC Percentage

**Max OTC Percentage** defines how much of an order can be executed via **RFQs (Request for Quotes)** instead of public exchanges. This setting helps balance **cost efficiency** and **execution speed** by determining the share of an order that can be filled **off-exchange** through OTC channels.

#### **How It Works**

* **Higher Max OTC Percentage** – More execution via **RFQs**, reducing **taker fees** and minimizing **market impact**.
* **Lower Max OTC Percentage** – More execution on **exchanges**, prioritizing **speed and liquidity access**.

#### **Considerations**

* **High Max OTC Percentage (e.g., 80%) – More RFQ Execution**
  * Best for **large trades**, minimizing **slippage and exchange fees**.
* **Low Max OTC Percentage (e.g., 20%) – More Exchange Execution**
  * Ideal for **fast execution** in **highly liquid markets**.

This setting allows traders to **optimize execution costs** while maintaining **control over order placement** between **OTC and exchange execution**.


---

# 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.tread.fi/creating-and-submitting-orders/advanced-settings/max-otc-percentage.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.
