> For the complete documentation index, see [llms.txt](https://docs.vulpefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vulpefi.com/aggregation-protocol/limit-order-protocol/limit-vs.-rfq-orders.md).

# Limit vs. RFQ Orders

The Limit Order Protocol provides users with options to place both Limit orders and Request For Quote (RFQ) orders. Select the appropriate order type based on your specific needs.

### Comparison Table[​](https://docs.1inch.io/docs/limit-order-protocol/types#comparison-table) <a href="#comparison-table" id="comparison-table"></a>

|           Criteria          |                                     Limit Order                                    |                                                     RFQ Order                                                    |
| :-------------------------: | :--------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: |
|       **Suitable for**      |                                       Traders                                      |                                                   Market Makers                                                  |
| **Flexibility of features** |                 High; includes Order predicates, callbacks. Details                | Limited due to gas optimization; Supports expiration time, partial fills (once), and cancellation by ID. Details |
|        **Execution**        |                      Uses Pathfinder algorithm for liquidity.                      |                      Exposed via API; requires quote requests; optimized for one-time fills.                     |
|   **Key Characteristics**   | Offers at a fixed price (0 slippage); various trading features/tools can be built. |                  Mirrors "request for quotation"; designed for market makers and gas efficiency.                 |

Both order types support ERC20, ERC721, and ERC1155 tokens. Other token standards might be supported in the future.

### More resources[​](https://docs.1inch.io/docs/limit-order-protocol/types#more-resources) <a href="#more-resources" id="more-resources"></a>

**Further Reading**: Explore Limit Order and RFQ Order here.

* Try directly at VulpeFI dApp.
* View the Smart Contracts repository.
* Developers, check out the Utils library repository.


---

# 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:

```
GET https://docs.vulpefi.com/aggregation-protocol/limit-order-protocol/limit-vs.-rfq-orders.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.
