> For the complete documentation index, see [llms.txt](https://docs.ht.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ht.xyz/faq/frequently-asked-questions.md).

# Frequently asked questions

1. **What is Hypertrade?**\
   Hypertrade is a native on-chain DEX (v2 + v3) and the only DEX aggregator on Hyperliquid that supports both HyperCore and HyperEVM.
2. **What are the fees on Hypertrade DEX?**\
   V3 pools: fee tiers from 0.01% to 0.30%. LPs get 86%, **protocol gets 14%.** V2 pools: fixed 0.30% fee split 0.25% to LPs and 0.05% to protocol.
3. **Does Hypertrade DEX Aggregator charge fees?**\
   There is no standard aggregator fee added to your swap. When a swap executes at a better price than quoted, the difference (execution surplus) is currently retained by the protocol. See the Fees page in the Aggregator section for details.
4. **How do I earn Hypertrade Points?**\
   By providing liquidity, swapping through the aggregator, and referring new users. Scoring is based on the fees your activity generates. Stage 1 runs June 10 – September 10, 2026, with a 700K daily points cap.
5. **How is Hypertrade R2 different from other aggregators?**\
   Hypertrade R2 is the only aggregator that supports any-to-any routing across HyperCore and HyperEVM, including HyperCore Spot.
6. **Can I integrate Hypertrade R2 into my own dApp?**\
   Yes. Use the Aggregator API and choose between EVM-only or EVM+CORE routing. The API returns ready-to-execute transactions and accurate quotes.
7. **Which liquidity sources does Hypertrade R2 use?**\
   HyperCore Spot, Hypertrade DEX, Hyperswap, ProjectX, Valantis, Hybra, Kittenswap, Ramses, Curve, Laminar, Gliquid, HyperCat, UltraSolid.
8. **What is the difference between Hypertrade DEX and the aggregator?**\
   Hypertrade DEX is the AMM (v3 concentrated liquidity + v2) where swaps and liquidity provision happen. Hypertrade R2 is the routing engine that finds the best execution across all DEXs.
9. **Is Hypertrade non-custodial?**\
   Yes. Hypertrade is fully non-custodial and permissionless. All operations happen directly on-chain without intermediaries.


---

# 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.ht.xyz/faq/frequently-asked-questions.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.
