For the complete documentation index, see llms.txt. This page is also available as Markdown.

Aggregator Fees

No standard fee

Hypertrade Aggregator does not add a platform fee to your swap. There is no percentage taken from your input amount and no markup added to the route. The quote you see is built from the raw liquidity of the venues in the route.

Execution surplus

A swap is quoted at a minimum expected output based on current liquidity. By the time the transaction executes onchain, conditions can move in your favor, and the swap can return more than the quoted minimum. This difference is called execution surplus, also known as positive slippage.

At this stage, the protocol retains 100% of execution surplus. You always receive at least the quoted minimum output for your slippage setting. Surplus retention applies only to the upside beyond the quote, never to the quoted amount itself.

This policy funds the development and operation of the router and may change in future stages. Any change will be reflected on this page.

Integration fees

Apps and protocols that integrate the Aggregator API can attach their own fee to swaps routed through their integration using the fee parameter (in basis points) and referrerAddress. This fee is set by the integrator, not by Hypertrade, and is shown in the API response.

What you pay in total

  • Venue fees: each DEX pool in the route charges its own swap fee (for example, 0.30% on V2-style pools). These are venue fees, not Hypertrade fees, and they are already reflected in your quote.

  • Network gas: standard HyperEVM transaction costs.

  • Hypertrade fee: none added to the quoted amount. Execution surplus above the quote is currently retained by the protocol.

Last updated