πŸ“–
Launchifi Docs
Quick LinksHelp
  • πŸ“–Launchifi Documentation
  • βš™οΈSetup
  • πŸ“„Ultimate Guide for Beginners
    • Smart Contracts Explained
    • What is a Dapp?
    • What is Etherscan?
    • P2P NFT Marketplaces
  • πŸš€Getting Started with Launchifi
    • Getting Started!
    • Contracts
  • πŸ€”How to
    • Connect
    • Choosing the Network Chain You Want to Use
    • Choose your contract
    • Upload to IPFS
    • Copy and Deploy
    • Gas Fees
    • Profile page
    • Contract Manager
  • πŸ“ƒContract Types
    • Token Contract
    • Standard NFT Collection
    • Low Gas NFT Collection
    • Fungible NFTs
    • Free Mint NFT Collection
    • English Auction
    • Dutch Auction
    • NFT Staking
    • LP Token
  • ⁉️What to Choose
    • ERC20 vs ERC721
    • ERC721A vs ERC721
    • ERC721 vs ERC1155
    • ERC721i
  • πŸ“ƒCrowdsale
    • Rate Configuration
    • Distribution
    • Token Emission
    • Validation
Powered by GitBook
On this page
  • CappedCrowdsale
  • IndividuallyCappedCrowdsale
  • WhitelistCrowdsale
  • TimedCrowdsale

Was this helpful?

  1. Crowdsale

Validation

  • Are there KYC / AML checks?

  • Is there a max cap on tokens?

  • What if that cap is per-participant?

  • Is there a starting and ending time frame?

There are a bunch of different validation requirements that your crowdsale might be a part of:

CappedCrowdsale

Adds a cap to your crowdsale, invalidating any purchases that would exceed that cap

IndividuallyCappedCrowdsale

Caps an individual’s contributions.

WhitelistCrowdsale

Only allow whitelisted participants to purchase tokens. this is useful for putting your KYC / AML whitelist on-chain!

TimedCrowdsale

Adds an openingTime and closingTime to your crowdsale

PreviousToken Emission

Last updated 2 years ago

Was this helpful?

πŸ“ƒ