The Crypto Arbitrage Profit Calculator tells you whether a price gap between two exchanges is actually worth trading once fees and slippage are accounted for. It computes the gross spread, the total cost drag, your net profit, and the minimum spread you need to break even.
How it works
Arbitrage means buying an asset where it is cheap (exchange A) and selling it where it is dear (exchange B). The economics are:
gross spread % = (priceB − priceA) / priceA × 100
gross profit = gross spread % × tradeSize
buy fee = tradeSize × feeA%
sell fee = tradeSize × feeB%
slippage cost = tradeSize × slippage% × 2 (both legs)
net profit = gross profit − buy fee − sell fee − slippage cost
The break-even spread is the spread at which net profit is exactly zero:
break-even % = feeA% + feeB% + slippage% × 2
Any real spread larger than this leaves a profit; anything smaller is a loss.
Example and notes
Buy BTC at $60,000 on A and sell at $60,180 on B — a 0.30% gross spread. On a
$10,000 trade that is $30 gross. With 0.10% taker fees on each side
($10 + $10) and 0.05% slippage per leg ($5 + $5), total costs are $30, so net
profit is roughly $0 — exactly break-even. The break-even spread here is
0.10 + 0.10 + 0.05 × 2 = 0.30%.
This model covers same-asset spot spreads only. Real cross-exchange arbitrage also pays withdrawal fees and bears the risk that the spread closes during the on-chain transfer. Treat the net-profit figure as the best case and size trades to the thinner order book of the two venues.