# What does RFQ mean?

## Introduction

RFQ stands for Request for Quote, which is a trading mechanism which allows traders to request a price quote for a specific trade from liquidity providers, rather than relying on the traditional order book system.&#x20;

## Benefits

RFQ gives traders more control over the execution of their trades, while also providing full transparency into the prices quoted by liquidity providers. RFQ can be more efficient, cost-effective, and less impactful on the market than other trading mechanisms, making it an attractive option for many traders in the DeFi space.

#### Customization

RFQ allows traders to request a price quote for a specific trade, giving them greater control over the execution of their trades. This can be particularly useful in situations where market conditions are volatile or liquidity is limited.

#### Transparency

RFQ provides traders with full transparency into the prices quoted by liquidity providers. This allows traders to compare prices and select the best option for their needs.

#### Efficiency

RFQ can be more efficient than other trading mechanisms, such as order books, as it eliminates the need for traders to wait for orders to be filled. Instead, traders can quickly obtain a price quote and execute their trade.

#### Reduced Market Impact

RFQ can help reduce market impact by enabling traders to trade without revealing their full intentions to the market. This can be especially important for large trades, where revealing the full size of the order could lead to unfavorable price movements.

#### Lower Costs

RFQ can be more cost-effective than other trading mechanisms, such as market orders or limit orders, as traders can negotiate the price directly with liquidity providers. This can result in lower transaction costs and better pricing for the trader.


---

# 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.31third.com/31third-api/what-does-rfq-mean.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.
