Prize Strategies
Customize how a Prize Pool distributes prizes
Last updated
Was this helpful?
Customize how a Prize Pool distributes prizes
Last updated
Was this helpful?
A Prize Strategy handles prize distribution for a . When a Prize Pool is constructed it is configured with a Prize Strategy. The Prize Strategy has the privileged ability to award tokens from the Prize Pool.
The first Prize Strategy that PoolTogether is offering is the strategy.
Prize Strategies must implement the interface so that they can be aware of the full token lifecycle.
A Prize Strategy is able to award tokens held by the Prize Pool contract. The Prize Strategy is able to:
that has accrued in the Prize Pool
held by the Prize Pool
owned by the Prize Pool
A Prize Strategy must implement the interface so that it can listen to pool token mint, transfer and burn actions.