> For the complete documentation index, see [llms.txt](https://docs.native.org/aqua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/aqua/introduction/regular-traders.md).

# Regular Traders

Trading on Native benefits immensely from RFQ (Request for Quote) system and the deep liquidity provided by Aqua, enhancing RFQ provider's ability to offer even more competitive quotes.&#x20;

The RFQ system offers several advantages over AMM (Automated Market Maker) systems, including zero-slippage, resistance to MEV (Maximum Extractable Value), improved capital efficiency, and more.

For traders utilising Native swaps, these benefits are fully realised. With Aqua's support, RFQ providers can offer more competitive quotes, unrestricted by their inventory. This becomes apparent in larger orders, where the zero-slippage feature of RFQ systems proves to be particularly advantageous. Aqua's strength lies here.

Traders benefit from increased price competition among multiple market makers, resulting in competitive prices driven by the ample liquidity they have access to.

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


---

# 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://docs.native.org/aqua/introduction/regular-traders.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.
