🟦
CryptoDo
LaunchDapp
English
English
  • 🔷CryptoDo Introduction
  • 💡Smart contracts
    • 💎Token (ERC-20 Contract)
    • 💰Crowdsale (ICO Contract)
    • 🖼️NFT Collection (ERC-721)
    • 🏦DAO Contract
    • 🎲Lottery Contract
      • Win-win Lottery
      • Jackpot Lottery
      • Prize draw
    • 📤Multisender/AirDrop
    • Multisig
    • 🔒Vesting
  • ⚙️How to Use CryptoDo
    • 💎How to create a smart contract (ERC-20)
    • 💰How to create a smart contract (ICO)
    • 🖼️How to create a smart contract (ERC-721)
    • 🏦How to create DAO
    • 🎲How to create lottery
    • 📤How to create a smart contract (Multisender/AirDrop)
    • 🔒How to create vesting contract
  • 🚰Faucet
    • 🚿How to use CryptoDo Faucet
  • 🔹CryptoDo Token (CDO)
  • 🧩Modules
  • ✔️CryptoDo use cases
  • 🔗Blockchains
    • Ethereum
    • Binance Smart Chain (BSC)
    • Polygon
    • Aurora
    • Optimism
    • Avalanche
    • Mantle
    • OKX
  • 🖇️Links
Powered by GitBook
On this page
  • What is Crowdsale?
  • Basic usage scenarios:
  1. Smart contracts

Crowdsale (ICO Contract)

PreviousToken (ERC-20 Contract)NextNFT Collection (ERC-721)

Last updated 2 years ago

What is Crowdsale?

Crowdsale or ICO (Initial Coin Offering) is an analog of an IPO from the world of cryptocurrencies. This is the initial sale of the project tokens to a large circle of investors.

After the purchase or after the end of the lock-up period, the issued cryptocurrency is distributed among investors in proportion to their deposits. ICO is a form of crowdfunding in the blockchain, in which participants finance the development of the company in return for the provision of project tokens.

Crowdsale passes through a special smart contract that accepts payments from investors for the purchase of tokens at a price set by the owner.

In CryptoDo, you can create your own Crowdsale contract and a web interface for the sale of tokens (ICO) without having to write code and understand the technology.

Basic usage scenarios:

1. Attracting business investments. In this case, the tokens being sold will be an analogue of your company's shares.

2. Crowdfunding. You can start collecting money from your audience in a convenient format to finance any initiatives.

💡
💰
💰How to create a smart contract (ICO)