A challenge fee is only one part of cost. The verified base profit split determines how much gross account profit produces the same trader share as that fee; refunds, failed attempts, recurring billing, activation charges, and consistency-based payout gates determine the actual cash result. This guide defines each number before comparing products captured through 2026-08-28.
- Minimum cost to funded — the captured list-price floor, including a required after-pass or activation payment where structured.
- Fee-recovery profit — gross account profit whose trader share equals that cost:
cost ÷ base split. - Refund-adjusted cash cost — cash paid minus refunds actually received; eligibility and timing matter.
- Cost / loss-room ratio — fee-recovery profit divided by the captured starting maximum-loss amount.
- Standardized growth days — a 1% compounded-growth comparison, not a pass forecast or payout wait.
What “break-even profit” means on TradersFundHub
The codebase retains the field name breakEvenProfit for compatibility with existing review tables. Its precise meaning is fee-recovery profit before counting a refund:
fee_recovery_profit = minimum_cost_to_funded / (base_profit_split_pct / 100)
If the minimum cost is $549.99 and the base split is 80%, the computed fee-recovery profit is $549.99 ÷ 0.80 = $687.49. At that gross profit, the trader’s 80% share is $549.99. The calculation does not claim that $687.49 is a minimum payout, a likely result, or the point when a separately refundable fee arrives.
Actual cash outcome needs a second equation:
cash_net = trader_share_received + fee_refunds_received - cash_paid
A fully refunded fee can make cash net positive at a lower gross profit once every payout and refund condition is met. A non-refundable fee requires the trader share to recover the cost. A refund promised only at a later reward cannot be counted in an earlier withdrawal.
Current product examples from the same calculator
| Product / tier | Minimum cost | Base split | Fee-recovery profit | Cost / loss-room | 1% growth days | Captured |
|---|---|---|---|---|---|---|
| FundedNext Stellar 2-Step $100K | $549.99 | 80% | $687.49 | 0.069 | 1 | 2026-08-27 |
| FundedNext Stellar Instant $10K | $299.99 | 70% | $428.56 | 0.714 | — | 2026-08-27 |
| FTMO 2-Step $100K | €540 | 80% | €675 | — mixed currency | — | 2026-08-28 |
| Topstep Standard Path $100K | $248 floor | 90% | $275.56 | — unstructured tier loss | — | 2026-07-27 |
All 4 rows use challengeTierEconomics(), which calls the same computeTrueCost() helper audited in firm reviews. FundedNext Stellar 2-Step uses the $549.99 list fee and 80% base split; Stellar Instant uses its non-refundable $299.99 fee and 70% split. FTMO remains in euros, and Topstep’s $248 floor assumes 1 monthly $99 payment plus the required $149 activation.
Refund timing changes the cash break-even
FundedNext Stellar 2-Step records a fee refund with the first approved reward. At $687.49 of gross approved profit, the 80% trader share is $549.99; if the $549.99 registration-fee refund arrives in the same payment, the cash receipt is $1,099.98 against the original $549.99 registration cost. The trader is $549.99 cash-positive before processing costs, not merely at zero.
That example proves why fee-recovery profit and refund-adjusted cash break-even are different measures. The actual lower cash-positive threshold depends on first-payout eligibility, minimum reward, KYC, rule compliance, and the refund’s named conditions. FundedNext’s current first standard eligibility is 21 days; a 1-day standardized growth result does not override it.
FundedNext Stellar Instant is different: its $299.99 fee is non-refundable. At $428.56 gross profit and a 70% split, the trader share is $299.99, so the fee-recovery calculation is also the cash break-even before processing costs. The FundingPips Zero guide documents another non-refundable phase-0 model, while FundingPips 2 Step Standard creates a third case because its captured refund arrives only at the 4th reward.
Failed attempts and recurring billing belong in total cost
total_cash_cost = attempt_fees + recurring_charges + activations + resets + add_ons - refunds_received
Suppose a trader buys 3 FundedNext Stellar 2-Step $100K attempts at $549.99 each, loses 2, and receives the successful attempt’s $549.99 refund with an approved reward. Initial cash paid is $1,649.97; after that one refund, net challenge cost is $1,099.98. At the 80% base split, recovering the 2 failed fees requires $1,099.98 ÷ 0.80 = $1,374.98 of gross approved profit, before platform add-ons or processing costs.
Recurring products need elapsed time in the cost basis. Topstep Standard Path at $100K is $99 per month plus a $149 activation after passing. The 1-month floor is $248 and its 90% fee-recovery profit is $275.56. Passing after 2 paid months raises cost to $347 and fee-recovery profit to $385.56. The static calculator intentionally shows the 1-month floor; it cannot predict the user’s paid billing cycles.
Do not turn a published pass-rate percentage into an “average attempts” estimate by taking its reciprocal. Topstep’s 2025 initiation and participant statistics do not provide a cohort-level retry distribution, independence assumption, or the spend per successful participant required for that calculation.
What the cost / loss-room ratio does—and does not—say
cost_loss_ratio = fee_recovery_profit / captured_starting_maximum_loss
FundedNext Stellar 2-Step’s $687.49 fee-recovery profit divided by its $10,000 static starting maximum loss is 0.0687, displayed as 0.069. That means the fee-recovery profit equals about 6.9% of the product’s starting maximum-loss allowance. It does not mean the trade has a 0.069 R-multiple, a 93.1% safety margin, or a predictable chance of passing.
The denominator also needs context. A static maximum-loss line remains fixed, while a trailing line can move after profit. Tier-specific dollar limits cannot be replaced with one product-wide percentage. For FTMO, the fee is EUR while the account label is USD, so TradersFundHub omits the ratio and standardized days instead of inserting an exchange rate that will go stale.
Why standardized growth days are not payout days
days = ceil( ln(1 + fee_recovery_profit / account_size) / ln(1 + assumed_daily_growth) )
assumed_daily_growth = min(1%, captured_daily_loss_pct)
The day field normalizes tiers under the same artificial 1% compounded-growth assumption. It is not described as realistic, conservative, or attainable. FundedNext Stellar 2-Step returns 1 standardized day because $687.49 is about 0.69% of $100K, yet the product records 21 days before first standard payout eligibility. The rule controls payout timing; the model only compares fee size.
A blank day field is information, not zero. Stellar Instant has no captured daily-loss percentage, Topstep’s daily-loss control is optional rather than a breach rule, and EUR-native FTMO would mix fee and account currencies. The model leaves those comparisons blank instead of manufacturing inputs.
When the model must not calculate a number
- No verified base split: FXIFY Lightning publishes only “up to 90%,” so its structured
profitSplitPctis null and fee-recovery profit is undefined. Any exact calculation using an assumed base split would be unsupported. - No verified fee: a null tier price cannot be replaced with a coupon, neighbouring tier, or remembered checkout value.
- Mixed currencies: a euro fee against a USD notional account supports euro fee-recovery math, but not an honest cost / dollar-loss ratio without a dated FX rate.
- Recurring or split billing: “minimum cost to funded” must state the assumed billing cycles and required after-pass payments.
- Missing loss fields: fee-recovery profit can still be calculated, but the ratio or standardized-day field stays blank.
Use the number in the right decision
- Compare the same cost basis and currency. Start with the currency-separated minimum-cost ranking; a USD list fee, EUR list fee, coupon fee, 1-month subscription floor, and multi-attempt spend are different quantities.
- Separate purchase cost from execution risk. Use the risk-plan worksheet for position sizing and the lifecycle guide for payout and refund gates.
- Recheck current inputs. The challenge comparison exposes product-level prices and rules, the change ledger shows material updates, and the checked-offer hub keeps public codes, automatic savings, and conditional coupons separate.
- Read the product context. Use the 19-firm source-dated ranking only to shortlist; the FTMO review, FundedNext review, and Topstep review state the currency, refund, and billing assumptions beside their generated tables.
Fee recovery is only 1 input in the trader’s result. Use the prop-firm profitability guide to combine approved payouts and refunds actually received with every paid attempt, subscription, activation, reset, platform add-on, and withdrawal cost.