> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ravn.exchange/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> Route-based fees, fully transparent.

RAVN charges a small integrator fee that scales with the value of the route — **free** where
you'd compete on price with zero-fee aggregators, a premium only where RAVN is the best (or
only) option. The fee is **shown in every quote** (`fee.bps` / `fee.amount`) and is invisible
to your end users.

| Route                            | Fee        |
| -------------------------------- | ---------- |
| EVM same-chain (ERC-20 & native) | **0 bps**  |
| Solana → Solana                  | **0 bps**  |
| EVM cross-chain                  | **15 bps** |
| Cross-ecosystem (EVM ↔ Solana)   | **25 bps** |
| Native BTC                       | **30 bps** |

## How it's reported

Every quote includes a `fee` object:

```json theme={null}
"fee": { "bps": 25, "amount": "3827250", "token": { "symbol": "USDC", … } }
```

* `bps` — the fee applied to this quote, in basis points.
* `amount` — the fee in the output token's smallest unit.
* The figure is always the **real, effective** fee — `0` on free routes, never aspirational.

<Note>
  Enterprise partners can arrange a flat per-partner rate that overrides route-based pricing.
  Direct RAVN users (on the consumer app) always pay zero — the integrator fee applies only to
  the API.
</Note>
