Skip to main contentOverview
Our asset token claims tab in the admin tool consists of three separate flows that comprise the entire claim page creation process:
- Allocation set up
- Claim page config
- User facing page config
Prerequisites
- Claim Page add-on enabled: Contact sales if you don’t have it
- ERC20 token to be claimed deployed: You should already have this and add it in the Contracts tab in the admin tool
- A CSV with the allocation filled in: Download the template from here and fill it out. The amount needs to be with the correct decimals.
- Click the Token claims tab in the admin tool and make sure all the prerequisites above are completed
- Fill out the name and select the token configured beforehand
- Upload the pre-filled allocations CSV. Contact us if your CSV has more than 100k rows.
- When the processing is finished, verify the data and deploy the contract
- Set the claim period, geo-blocking if needed and publish the claim
Build the Claim Page
1. Create the draft
- Navigate to Landing Pages and click Create page.
- In the layout picker choose Claim Page
- Fill out the details and select the token claim created at the previous step
- A draft page containing the recommended sections appears in the editor.
2. Configure page sections
The Claim Page uses purpose-built sections defined in LandingPage/sections.tsx:
- Claiming Box (mandatory). It includes the core flow. Checking allocation and the actual claiming.
- Claim Timer – Displays countdowns before
startTime and shows status when endTime is reached.
- Token Info – Long-form description, media, token symbol, and allocation stats.
You can mix in any other section types (strip, hero, FAQ, featured, etc.) to tell the story around your drop.
3. Attach the token claim and publish
Need help? Contact the Snag team and we’ll walk through your setup.