Skip to content

Core Concepts

A one-page 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. (On the contract layer it’s called a Pool; everywhere else it’s a Loot.)

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

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

How the pool splits 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 the conditions to participate. A creator attaches Gates to a Loot; passing them makes you an eligible participant who can 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; not yet claimable.
  • Active — live; participants can claim.
  • Ended — window closed, all seats taken, or balance 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.