Outcome Resolution
At the predetermined expiration time (or trigger moment), the market closes and no further bets are allowed. Polypump’s resolution mechanism now kicks in. The system checks the condition attached to the token’s address:
If the condition is met, the outcome is determined to be “Yes.”
If the condition is not met, the outcome is “No.”
For instance, if the market question was about a token’s market cap and the target was surpassed by the deadline, that yields a “Yes” outcome. If not, “No” wins. This check is done automatically via on-chain queries or an oracle, ensuring fairness and accuracy. In our example screenshot question “Will more than 500 shitcoins migrate today?”, at the end of the day the system would count the actual number of token migrations that occurred on pump.fun that day by reading the platform’s contract state. Based on that count, it would resolve the market to Yes or No accordingly.
Last updated