Claim rewards
If you held a token that lost a battle, you can burn it for winner tokens at the rate locked in at the moment of elimination.
How the ratio is computed
When a token is eliminated, the protocol snapshots its sqrtPriceX96. At the winning token’s finalize, the protocol also reads the winner’s sqrtPriceX96. The conversion rate is:
This is a USD-fair, market-based ratio at the moment of elimination — so being eliminated late (when the loser was already pumped) costs you less than being eliminated early.
Flow
- Open the loser token’s page or the portfolio tab.
- Click Claim → on the LOST banner.
- Approve
ClaimManagerif needed (one-time, max-allowance). - Confirm the
claim(loserToken, amount)transaction. - Your loser tokens are burned. The winner tokens land in your wallet.
Constraints
- No deadline. Claim whenever.
- The reserve is pre-funded — the orchestrator already minted enough winner tokens to ClaimManager at battle finalize.
- One transaction per claim batch.