How-to guide
Handle resolution
Once an authoritative outcome exists, swaps and liquidity additions are closed but every asset you hold still has a defined exit. This guide takes each one in turn.
Unwind after resolution
- Remove LP into raw YES and NO (Remove liquidity).
- If the wallet holds complete sets and the pool still permits the operational path, redeem them explicitly.
- Redeem the winning share through
SecurityPool.redeemShares.
On an INVALID result, INVALID is the only winning share. Raw YES and NO balances, including pair fee accrual, are not valuable merely because they are nonzero. An interface must show the exact YES, NO, or INVALID result and never infer it from reserve prices.
In the live UI
In the market view, open the Settlement tab and, under Settlement operation, select Redeem YES (or whichever outcome won). Select Simulate authoritative settlement, then Submit settlement transaction. Submitting Redeem YES redeems the wallet's entire winning-share balance for the exact SecurityPool through redeemShares. Submission simulates again at the latest block and stops if the redemption would now fail. Choose Complete set instead to redeem an explicitly entered amount of matching INVALID, YES, and NO.