Explanation
The liquidity-provider position
An LP token is a proportional claim on YES and NO reserves and nothing else. This page explains how that claim is minted and what it does not cover.
How LP supply is scaled
Initial LP supply uses the smaller reserve as an accounting scale. The pair permanently mints 1,000 units to a locked address, then mints min(YES, NO) − 1,000 to the initializer. At very large Zoltar share scales this avoids an overflowing geometric-mean multiplication. The absolute LP supply is arbitrary; wallet LP / total LP defines ownership.
- LP → Router:
addLiquidityWithEthwith ETH - Router → SecurityPool:
createCompleteSet() - SecurityPool → Router: equal INVALID, YES, NO
- Router → Pair: add largest proportional YES + NO
- Pair → LP: LP tokens
- Router → LP: all INVALID + unused YES/NO
What the token claims
Direct valid YES and NO donations are synchronized into the reserves and accrue to existing LPs. Removal returns proportional raw shares even after trading closes. The coverage shown in the portfolio is an estimate comparing separately held wallet INVALID with the LP reserve claim; the LP token itself is never called insured.