Skip to main content
RAVN’s swap fee is 0 bps on every route, for every integrator tier, and for every access door (REST, MCP, x402). Quotes still expose a fee object so you can read the applied fee programmatically; today it always reports zero.

Integrator swap fee by route

Direct users on the consumer app also pay zero RAVN markup. Venue or network costs that appear in a quote (for example gas on non-gasless routes) are not RAVN fees; they are part of the route economics RAVN ranks for best execution.

Fee object on every quote

Every successful POST /quote includes:
  • bps is the integrator fee in basis points applied to that quote.
  • amount is that fee in the fee token’s smallest unit.
  • Both are 0 / "0" under the default pricing.
Do not hard-code the assumption that the fee will stay zero forever if you build billing dashboards off this field: read fee.bps and fee.amount from the quote.

Same price on every tier and door

The x402 amounts are API access fees, not swap fees. They pay for the HTTP call when you choose the metered door; the swap itself remains 0 bps. See x402 Payments. Rate limits and keys live on Authentication.

Enterprise fee arrangements

Need a dedicated fee schedule, rev-share, or custom limits? DM @ravnexchange or reach out via ravn.exchange with a short note on what you are building.