Setting Up Gates
Gates let you control who can participate in a sale. This guide walks through creating and managing gates on the Highlight dashboard.
Creating a gate
Section titled “Creating a gate”- Navigate to Gates in the dashboard
- Click Create Gate
- Add one or more conditions
- Choose a match mode (ALL or ANY)
- Save the gate
Configuring conditions
Section titled “Configuring conditions”Allowlist
Section titled “Allowlist”Add specific wallet addresses that should have access. You can paste addresses one at a time or in bulk.
Token Ownership
Section titled “Token Ownership”Require collectors to hold tokens from a specific contract:
- Enter the contract address
- Set the minimum number of tokens required
Specific Token
Section titled “Specific Token”Require ownership of a specific token ID from a contract:
- Enter the contract address
- Enter the token ID
Token Attribute
Section titled “Token Attribute”Require ownership of a token with a specific trait:
- Enter the contract address
- Specify the trait type and value (e.g., “Background: Gold”)
Currency Balance
Section titled “Currency Balance”Require a minimum wallet balance:
- Choose native currency (ETH) or an ERC-20 token
- Set the minimum balance amount
Farcaster Follow
Section titled “Farcaster Follow”Require the collector to follow a specific Farcaster account:
- Enter the Farcaster FID (user ID)
Applying gates to sales
Section titled “Applying gates to sales”When configuring a sale, set the access mode to Gated and select your gate. A single gate can be reused across multiple sales.
Want to do this programmatically?
Section titled “Want to do this programmatically?”See the Gates API for creating and managing gates via the SDK.
Related
Section titled “Related”- Gates — How gates work
- Configuring Sales — Attach gates to sales
- Gates API — API reference