Skip to main content

What is early exit?

Early exit closes your position before the market resolves. The position becomes final after a successful exit and cannot later claim a payout or refund.

Eligibility

You can exit only when:
  • The market is active and has not reached its closing time
  • Your position has not already been claimed or exited
  • No claim, refund, or exit is already in progress for your position
  • The global minimum holding period has elapsed
  • No other Arcium computation is currently updating the market
The minimum holding period is a global on-chain setting and may change between deployments. Flew enables the exit action only after the configured period has elapsed.

Manual-market exit

For a manually resolved market, click Exit Early (Capital). This mode performs capital recovery:
  • Flew removes your net position amount from its encrypted side of the pool.
  • Your gross exit value equals that net position amount.
  • The protocol placement fee you paid when entering the position is not returned.
  • If an early-exit fee is configured, Flew deducts it from the gross exit value.
This mode does not use the pool ratio to generate an early profit.

Switchboard-market exit

For a Switchboard market, click Exit Early (Oracle Price). Flew verifies a fresh Switchboard quote and estimates the probability of your private side using:
  • Whether the current feed value satisfies the market threshold
  • How far the market has progressed toward closing
  • A maximum payout derived from the available market pools
The quote must be no more than 150 Solana slots old. A stale quote causes the transaction to fail. The oracle exit value can be above or below your net position amount. It cannot exceed the position’s maximum proportional payout from the current pools.

Exit sequence

Fees

Flew applies the configured early-exit fee to the gross exit value:
The placement fee and early-exit fee are separate. See Fees.

Finalization

Early exit has two stages: your wallet first submits the Solana transaction, then Arcium finalizes the computation before the market transfers the net exit payment. Keep the page open until Flew reports completion. A transaction signature alone does not mean the Arcium callback has finalized.

Privacy boundary

The position side and updated aggregate pools remain encrypted during the computation. The wallet executing the exit, the market, transaction timing, and final exit payment are public on Solana. Your original position amount was already public when you entered the market.
Early exit is terminal. After it succeeds, you cannot claim the final market payout or an unresolved-market refund for that position.