# Welcome to Quote

### Introduction to Quote

Quote is a perpetuals execution layer. Traders' orders submitted via Quote are routed through the Quote Execution Engine (QEE) before being submitted to Hyperliquid, with the parents' orders optimized down to the child order level, guaranteeing privacy for standing orders.

<figure><img src="https://4082675139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhURgR92OECYWj7OaMgcs%2Fuploads%2FYhEKjlOM17vVsLy4TfwS%2FScreenshot%202026-02-20%20at%206.04.44%E2%80%AFpm.png?alt=media&#x26;token=29d7a0f8-a914-4bff-b51c-fbe1542d4001" alt=""><figcaption><p>Figure 1. Quote Order Flow through the Quote Execution Engine.</p></figcaption></figure>

The QEE minimizes the Implementation Shortfall (or the cost of completing trades) by:

* Prioritizing passive execution to optimize for fees
* Pacing execution dynamically based on real-time volumes, target participation rates, or pre-defined schedules
* Sizing orders according to real-time orderbook depth
* Turning aggressive fills when liquidity is favorable

More information about the Quote order types can be found in the [Algorithmic Execution Suite](https://quote.gitbook.io/quote-docs/trading/algorithmic-execution-suite) section.

### The problem

<figure><img src="https://4082675139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhURgR92OECYWj7OaMgcs%2Fuploads%2FVf91AYHM3FYb8ID7iHYf%2FScreenshot%202026-02-20%20at%206.09.48%E2%80%AFpm.png?alt=media&#x26;token=23b7f791-4f4e-4011-897b-0d0b01bd4135" alt=""><figcaption><p>Figure 2. Hidden costs of trading perpetual derivatives</p></figcaption></figure>

Quote aims to solve several problems for traders in the perpetuals market, including:

* Spread crossing
* Slippage and adverse selection
* High exchange fees
* Lack of professional services for pro-retail

### The Solution <a href="#technical-overview" id="technical-overview"></a>

The Beta version of Quote was developed from first principles. The QEE leverages battle-tested algorithmic logic and a HyperCore specialized Data Engine to execute trades. The Data Engine was tailor-built to leverage the rich HyperCore data streams.

Once an order is submitted through the Quote UI or via the Traders API, trader order data is routed through the QEE, which uses recorded market data to optimize the parent order by breaking it into child orders and submitting them to Hyperliquid via Builder Codes.

<figure><img src="https://4082675139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhURgR92OECYWj7OaMgcs%2Fuploads%2FR6csesV9sUO0rzqJqd4g%2FScreenshot%202026-02-20%20at%206.14.36%E2%80%AFpm.png?alt=media&#x26;token=a2612fec-73ab-40dc-a415-5308ea98c791" alt=""><figcaption><p>Figure 3. Quote Execution Engine Flow.</p></figcaption></figure>

Quote addresses the structural inefficiencies of the perpetuals market by introducing a permissionless trading desk. Our platform puts institutional-grade algorithms and trading execution strategies at anyone's fingertips, leveraging liquidity from Hyperliquid.

* Executions are continuously optimized with real-time market data from the Quote Data Engine, to capture the best possible prices, inclusive of exchange fees
* Instead of sending a naive order to the book, the QEE breaks parent trades into multiple optimized child orders
* Orders are routed through Hyperliquid via Builder Codes, maintaining a non-custodial environment that enables us to deliver professional execution while traders retain control of their assets

By using Quote, we expand an institutional service to on-chain traders, internalizing part of the value leakage from Market Makers, Sophisticated Traders, and Exchanges.


---

# 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://quote.gitbook.io/quote-docs/about-quote/welcome-to-quote.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.
