Skip to main content

Fees

Today

  • Swaps: 25 bps of the output amount, taken in the output token (Jupiter's platformFeeBps on Solana, LiFi's integrator fee on EVM). Fees accrue to a platform fee account per chain.
  • Bridges: 10 bps via LiFi's integrator fee.
  • Pendle trades: No Flip fee. Pendle's own AMM fee is surfaced separately on the recap.

Pricing visibility

The Flip fee is displayed on the simulation recap before you sign, alongside any router and gas costs. No hidden cuts.

What's coming

  • Workflow revshare — KOLs who author and share workflows get a cut of platform fees from runs attributed to their share link.
  • API + SDK — pricing locked after a market scan; free tier visible on day-1 docs.

How the Solana fee works under the hood

Jupiter requires the fee token account to already exist on-chain. Flip handles this by switching to Jupiter's /swap-instructions endpoint and prepending an idempotent associated-token-account-create for the platform fee account. First trade into any output token self-provisions the platform's fee ATA; every trade after is a no-op. See Security for the trust model around fee-account derivation.