📖
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

Was this helpful?

  1. Crowdsale

Rate Configuration

  • Does your crowdsale sell tokens at a fixed price?

  • Does the price change over time or as a function of demand?

Understanding the rate of a crowdsale is super important, and mistakes here are a common source of bugs.

In Ether, the smallest unit of the currency is wei, and 1 ETH === 10^18 wei . You will have to set the number of tokens per wei payed.

PreviousERC721iNextDistribution

Last updated 2 years ago

Was this helpful?

📃