Mexico (MXN)
Platform fees are based on your rolling 30-day transaction volume β higher volume means lower fees:| 30-day volume (USD) | Fee |
|---|---|
| 0 β 5 million | 20 bps (0.20%) |
| 5 β 10 million | 15 bps (0.15%) |
| 10 β 50 million | 10 bps (0.10%) |
| 50 β 100 million | 8 bps (0.08%) |
| 100 million+ | 5 bps (0.05%) |
feeBps and feeAmount (feeAmount = sourceAmount Γ feeBps). feeAmount is denominated in the source asset β fiat for onramps, and the source token for offramps and swaps (e.g. USDC when selling USDC, the bond token when selling a bond). destinationAmount is already net of the fee: exchangeRate is the post-fee rate, so sourceAmount Γ exchangeRate = destinationAmount. Your current tier is applied automatically.
Partner fees
Organizations can configure an additional partner fee (up to 500 bps / 5.00%) on top of the platform fee. This is useful for capturing additional revenue depending on the price sensitivity of your customers.- Set a default via PUT /ramp/partner-fee or when creating a child org
- Override per-quote by passing
partnerFeeBpsin the quote request β itβs applied directly, with no separate βenableβ step - Resolution order: per-quote override > org default (
partnerFeeDefaultBps) > 0 - Check your current default via GET /ramp/me (
partnerFeeDefaultBps)
feeBps/feeAmount β it is not returned as a separate field. So feeBps already includes your partner fee. To get the Etherfuse platform portion, subtract the partnerFeeBps you sent (platformBps = feeBps β partnerFeeBps). Donβt add your partner fee on top of feeBps, and donβt deduct it again from destinationAmount (which is already net of all fees) β either one double-counts.
Partner fees are tracked on each order (partnerFeeBps, partnerFeeAmountFiat, partnerFeeStatus) and settled offline via finance β no on-chain component.
Swaps donβt itemize the partner fee yet.
POST /ramp/swap returns no fee breakdown, and the quote folds the fee into feeBps. For swaps, compute the partner amount client-side from the partnerFeeBps you sent.Payouts
Partner fees accrue to you as your customers transact β when apartnerFeeBps is applied to a quote, Etherfuse captures that amount on each transaction and accumulates it for you.
- Cadence β settled on a calendar-month basis, remitted ~2 weeks after month-end.
- Currency β paid out in the underlying currency currently in use (subject to change).
- Reporting β the running total and a per-fee breakdown are available in your dashboard under Reports.
Upcoming fiat rails
These fiat rails are coming soon. Pricing will be published here as each launches.| Market | Currency | Status |
|---|---|---|
| π§π· Brazil | BRL | Upcoming |
| π°π· Korea | KRW | Upcoming |
| π¦π· Argentina | ARS | Upcoming |
Want early access or market-specific pricing? Book a call with our team to talk pricing and upcoming fiat rails.