Overview
Allocations set purchase limits for specific wallet addresses. They let you create allowlists, reserve amounts for strategic investors, and prevent whale dominance. Allocations are set per wallet address. Your contract enforces these limits during purchases.Allocation Types
Reserved Amount: Guaranteed allocation for investors. Minimum Amount: Minimum purchase requirement to meet your sale criteria. Maximum Amount: Total purchase limit per wallet.Allocation Modes
- Required Allocation
- Optional Allocation
Only wallets with pre-set allocations can purchase.
Setting Allocations
Contact support@echo.xyz to configure allocations for your sale.Contract Integration
Your contract receives allocation data in purchase permits and enforces the limits. See the Smart Contract Guide for implementation details.See Also
Allocation Recipes
Complete examples of different allocation strategies
Purchase Permits
How permits enforce allocation limits
Smart Contract Guide
Implement allocation tracking in your contract
Purchase Permits
How allocations are included in purchase permits
Smart Contract Guide
Complete contract implementation examples