The Crypto Break-Even Price Calculator finds the exact price you must sell at to recover your cost basis once entry and exit trading fees are included. It is the honest answer to “what price do I need just to get my money back?”.
How it works
Your real cost is more than the purchase price, because the exchange charges a fee on the way in and again on the way out. First compute total cost:
Total cost = quantity × buy price × (1 + entry fee) + extra costs
The sale must produce proceeds, net of the exit fee, equal to that cost. Since
selling quantity units at price P nets quantity × P × (1 − exit fee), the
break-even price is:
Break-even price = total cost ÷ (quantity × (1 − exit fee))
Because fees apply on both sides, the break-even price is always above the purchase price even in a perfectly flat market.
Worked example
For example, buying 2 units at $1,000 with a 0.1% entry fee:
- Total cost:
2 × 1,000 × 1.001 = $2,002 - Break-even price after 0.1% exit fee:
$2,002 ÷ (2 × 0.999) = $1,002.00per unit
That is 0.2% above the entry price — a small but non-zero hurdle the price must clear before the position is profitable. For leveraged or high-fee environments the gap widens considerably.
How maker vs taker fees change the picture
Most exchanges charge a lower maker fee (for limit orders that add liquidity to the order book) and a higher taker fee (for market orders that remove liquidity). A common fee tier might be 0.10% taker and 0.05% maker. If you enter with a market order (0.10%) and exit with a limit order (0.05%), the combined fee burden is 0.15%, and the break-even price rises by roughly 0.15% above your entry.
If you place both legs as limit orders at 0.05% each, the combined drag drops to 0.10%, and the break-even price is correspondingly lower. This is why active traders use limit orders wherever possible, especially on exits: saving a few basis points per trade adds up significantly over hundreds of trades.
Adding extra costs
The extra costs field captures anything beyond exchange trading fees: network (gas) fees, withdrawal fees, or spread costs on a DEX. On Ethereum for example, a gas fee to bridge or swap tokens can be meaningful for small positions. Adding these real costs to the calculator gives a more honest break-even figure than looking at trading fees alone.
Using break-even to decide whether to hold
Compare the break-even price to the current market price. If break-even is close to the current price, a small rally recovers the position. If it is far above the current price, the market has to move significantly before you are whole. This figure helps you judge objectively whether a recovering position is worth continuing to hold versus cutting the loss and redeploying the capital elsewhere.