Market Resolution Logic:
Each market has a predefined condition that must be checked at resolution. Polypump’s backend will automatically verify the market condition once the expiration time is reached (or immediately when a triggering event occurs, if it’s an event-driven market). This verification is done by retrieving on-chain data or via an oracle:
If the condition is met, the outcome is Yes, otherwise No. Importantly, this check is trustless and automatic — once the smart contract or oracle confirms the data, the outcome is decided without manual intervention.
Last updated