Overview
First-come first-served (FCFS) sales allow broad public participation while enforcing user purchase constraints through per-entity caps and total supply limits. This pattern is ideal for standard token launches.Use Case
- Open public sale with no allowlist requirements
- Per-entity caps to prevent individual dominance ($5k example)
- Multiple wallets per entity allowed for convenience
Contract Implementation
This example extends the baseExampleSale
contract. See the Smart Contract Integration Guide for the complete base implementation.
See Also
Smart Contract Integration
Implement this pattern in your sale contract
Allocation Management
Understand allocation tracking concepts
Frontend Integration
Build the frontend purchase experience
Allocation Management
How per-entity tracking works
Frontend Integration
Implement this pattern in your application