Skip to content

Core Concepts

A quick reference for the vocabulary used throughout these docs.

A Loot is a verifiable reward campaign escrowed on-chain. It is the single object that holds the reward, the rules, and the page where your community gathers. At the contract layer, it is called a Pool; everywhere else, it is a Loot.

A Loot holds exactly one asset type for its entire lifetime:

TypeWhat it distributes
NativeThe chain’s native token
ERC-20Any ERC-20 token (stablecoin, governance token, your project token)
ERC-721Specific NFTs, by token ID

How the pool is split among claimers:

StyleAllocation
RandomLuck-based amounts, computed on-chain at claim time
EqualEvery qualified claimer gets the same share
CustomExact amounts or token IDs, set per recipient in advance

See play styles for what a participant actually receives.

Gates are participation requirements. A creator attaches Gates to a Loot; passing them makes you eligible to claim. Available Gates include allowlists, X follow, and platform follow — see Gates.

A Loot moves through three statuses, derived from on-chain state:

  • Pending — created and being funded, but not yet claimable.
  • Active — live; participants can claim.
  • Ended — the window closed, all seats were taken, or the balance was exhausted. Reclaim opens.
  • Creator — launches and funds a Loot.
  • Contributor — adds funds (the creator is one too).
  • Participant — passes the Gates and claims.
  • Verifier — the protocol service that signs claim vouchers for eligible participants.

The signed authorization a participant receives after passing the Gates. It lets a specific wallet claim a specific Loot once — see claiming.