Max Profit
Every position has a hard cap on how much profit it can realize. That cap is set when the position opens, based on how much collateral the pool sets aside to pay you out.
How it works
locked_usd = (size_usd × max_payoff_bps / 10000) + collateral_usdpayout = min(profit + collateral, locked_usd)max_profit = size_usd × max_payoff_bps / 10000Max Profit Price
Direction
Formula
Why this matters
Last updated
Was this helpful?

