Skip to content

Gates

A gate is a set of conditions that restrict who can participate in a sale. Gates are reusable — create one gate and apply it to multiple sales.

ConditionDescription
AllowlistOnly specific wallet addresses can mint
Token OwnershipMust own tokens from a specific contract (requires chainId)
Specific TokenMust own a specific token ID from a contract (requires chainId)
Token AttributeMust own a token with a matching trait (requires chainId)
Currency BalanceMust hold a minimum balance of native or ERC-20 currency (requires chainId)
Farcaster FollowMust follow a specific Farcaster account

When a gate has multiple conditions, the match mode determines how they combine:

  • ALL — The wallet must meet every condition (AND logic)
  • ANY — The wallet must meet at least one condition (OR logic)

Create a gate with a Token Ownership condition requiring collectors to hold at least 1 token from your previous collection. Apply it to an early-access sale before the public sale opens.

Create a gate with an Allowlist condition containing specific wallet addresses. Use it for private sales, team mints, or VIP access.

Combine Token Ownership + Currency Balance with ALL match mode to require collectors to both hold a specific NFT and have a minimum ETH balance.