PoolTogether 3.0
HomeAppBuilder
v3.2.0
v3.2.0
  • ✨Introduction
  • 📡Networks
  • 🚰Resources
  • Protocol
    • 🌐Overview
    • 🏆Prize Pools
      • âš–ī¸ Fairness
      • Compound Prize Pool
      • Stake Prize Pool
      • Custom Yield Sources
    • 💸Prize Strategies
      • Yield Sources
      • 🤑Multiple Winners
    • đŸŽŸī¸ Tokens
      • đŸŽŸī¸ Ticket
      • 🎁Sponsorship
      • 👂Token Listener
    • 🎲Random Number Generator
      • Blockhash
      • Chainlink VRF
    • đŸ´â€â˜ ī¸ Loot Box
    • â›ŊGas Usage
  • Governance
    • đŸ›ī¸ Overview
    • đŸ•šī¸ Controls
    • đŸ—ŗī¸ Process
  • Security
    • Risks
    • Audits & Testing
    • Bounties
Powered by GitBook
On this page

Was this helpful?

  1. Protocol
  2. Prize Pools

Stake Prize Pool

PreviousCompound Prize PoolNextCustom Yield Sources

Last updated 4 years ago

Was this helpful?

The Stake Prize Pool is a prize pool that uses an ERC-20 compatible token as the underlying asset.

Users's can stake their tokens to become eligible for whatever prize is defined as the prize strategy for that pool.

This is particularly useful for protocols that are sitting inactively in users's wallets - why not stake them in a pool and become eligible for rewards?

The returned can be thought of as a "proof-of-liquidity".

Retrieving the Underlying ERC-20

The underlying staked asset can be retrieved by calling:

function token() returns (address);
🏆
ticket