PoolTogether 3.0
HomeAppBuilder
v3.3.0
v3.3.0
  • ✨Introduction
  • Resources
    • 📡Contracts
      • Ethereum
      • Matic
      • Tokens
    • đŸ•šī¸ Apps
    • 📈Subgraphs
  • Protocol
    • 🌐Overview
    • 🏆Prize Pools
      • âš–ī¸ Fairness
      • đŸĨŠStake Prize Pool
      • 📈Yield Source Prize Pool
    • 💸Prize Strategies
      • 🤑Multiple Winners
    • 👨‍🌾 Yield Sources
    • đŸŽŸī¸ Tokens
      • đŸŽŸī¸ Ticket
      • 🎁Sponsorship
    • 🎲Random Number Generator
      • Blockhash
      • Chainlink VRF
    • đŸ´â€â˜ ī¸ Loot Box
    • 🐋Pods
  • Governance
    • đŸ›ī¸ Overview
    • đŸ•šī¸ Controls
    • đŸ—ŗī¸ Example Proposals
  • Contributing
    • 📐Smart Contract Guidelines
  • Security
    • Risks
    • Audits & Testing
    • Bounties
Powered by GitBook
On this page

Was this helpful?

  1. Protocol
  2. Prize Pools

Stake Prize Pool

Previousâš–ī¸ FairnessNextYield Source Prize Pool

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.

If you transfer the underlying tokens directly to the prize pool, they will be treated like interest

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