Skip to main content

Access Rules

TODO

This section is mostly AI fluff and requires substantial revision to reflect actual protocol design decisions.

Access rules are configurable constraints that control who can participate in a Raredrop and how much they can acquire. These rules enable collections to shape their initial distribution, prevent whale concentration, and comply with regulatory requirements.

Overview

ParameterDescriptionTypical Range
Access RuleRestricts early participantse.g. $1k max allocation per wallet

Common access rules include per-wallet caps, KYC/whitelist requirements, geographic restrictions, and time-based access tiers.

Per-wallet allocation caps

Limits the maximum amount any single wallet can purchase during the Raredrop. This promotes broad distribution and prevents large holders from dominating early supply.

Example: $1k maximum allocation per wallet

Purpose: Ensures fair access for retail participants and prevents concentration risk.

KYC/whitelist requirements

Restricts participation to wallets that have completed identity verification or been pre-approved. This enables collections to comply with regulatory requirements while maintaining on-chain transparency.

Purpose: Supports compliant launches for regulated asset classes (e.g., tokenized securities, real estate).

Geographic restrictions

Excludes participants from specific jurisdictions based on regulatory constraints. Implemented through off-chain verification with on-chain enforcement.

Purpose: Enables global launches while respecting local regulations.

Time-based access tiers

Grants early access to specific groups (e.g., existing token holders, community members) before opening to the public. Creates staged participation that rewards community engagement.

Purpose: Aligns incentives between long-term supporters and new participants.


Enforcement

Access rules are enforced at the smart contract level, not through off-chain gatekeeping. Transactions that violate access rules revert on-chain, creating transparent and predictable restrictions.

Collections can combine multiple access rules to create sophisticated distribution strategies that balance fairness, compliance, and community alignment.