Fees

Vane charges two fees: a flat per-transaction fee and a basis-point fee on swaps. Everything else — deposits, withdrawals, transfers between your own vaults — is free.

Beta pricing: all fees below are waived during the first round of beta testing. A beta access code is required to use Vane during this period. Fees will be enabled with advance notice before general availability.

Fee schedule

  • Flat transaction fee: 0.0000888 SOL (88,800 lamports) per vault transaction Vane broadcasts on your behalf.
  • Swap fee: 25 bps (0.25%) of the output amount on any swap routed through Vane. Applied by Jupiter on the output token and routed to Vane's fee account.

Vane's fees are separate from Solana network fees (priority fee + base signature fee) and from any DEX or aggregator fees charged by the underlying venue (Jupiter routing, Raydium/Orca/Meteora pool fees). Those continue to apply regardless of beta status.

Per-transaction breakdown

Every transaction Vane broadcasts falls into one of the categories below. The flat fee is charged once per on-chain transaction; composite operations that require multiple transactions (e.g. range adjustments) incur the fee for each underlying transaction.

Transaction typeDescriptionFlat feeSwap bps
swapSpot swap, rebalance swap, or DCA order execution0.0000888 SOL25 bps
sweepPost-cycle consolidation of residual tokens back to SOL0.0000888 SOL25 bps
openNewPositionOpen a new concentrated liquidity position0.0000888 SOL
initializeBinsMeteora bin array initialization (setup for new or wide ranges)0.0000888 SOL
addLiquidityAdd liquidity to an existing position0.0000888 SOL
removeLiquidityWithdraw liquidity from a position0.0000888 SOL
closePositionClose a position and reclaim position rent0.0000888 SOL
claimFeesHarvest accrued LP fees0.0000888 SOL
closeAtaClose an empty token account (ATA) and reclaim rent0.0000888 SOL
wrapSolWrap native SOL for venues that require WSOL0.0000888 SOL
depositUser-signed deposit into a vault
withdrawalWithdraw from a vault to the owner wallet
vault-to-vault transferMove assets between your own vaults
vaultCreationCreate a new embedded-wallet vault

Composite operations

Some Vane workflows execute as multiple underlying transactions. Each transaction in the sequence is charged independently.

  • Range adjust — close position → swap to rebalance → open new position. Three transactions, three flat fees, plus one 25 bps swap fee.
  • Wide-range Meteora position open — bin array initialization + chunked liquidity adds. Each chunk is a separate transaction and each carries the flat fee.
  • Full rebalance cycle — close → sweep → swap → open. Four transactions, flat fee on each, 25 bps applied on the swap and sweep legs.