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 type | Description | Flat fee | Swap bps |
|---|---|---|---|
swap | Spot swap, rebalance swap, or DCA order execution | 0.0000888 SOL | 25 bps |
sweep | Post-cycle consolidation of residual tokens back to SOL | 0.0000888 SOL | 25 bps |
openNewPosition | Open a new concentrated liquidity position | 0.0000888 SOL | — |
initializeBins | Meteora bin array initialization (setup for new or wide ranges) | 0.0000888 SOL | — |
addLiquidity | Add liquidity to an existing position | 0.0000888 SOL | — |
removeLiquidity | Withdraw liquidity from a position | 0.0000888 SOL | — |
closePosition | Close a position and reclaim position rent | 0.0000888 SOL | — |
claimFees | Harvest accrued LP fees | 0.0000888 SOL | — |
closeAta | Close an empty token account (ATA) and reclaim rent | 0.0000888 SOL | — |
wrapSol | Wrap native SOL for venues that require WSOL | 0.0000888 SOL | — |
deposit | User-signed deposit into a vault | — | — |
withdrawal | Withdraw from a vault to the owner wallet | — | — |
vault-to-vault transfer | Move assets between your own vaults | — | — |
vaultCreation | Create 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 bpsswap 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 bpsapplied on the swap and sweep legs.