🍪
DAOTON
  • 👋Welcome to DAOTON.io
  • Overview
    • ▶️Video Demo
  • 🪙Lockable Tokens Standard
  • BUIDL
    • 📪Use Cases
      • Create Token
      • Create NFT Collection
      • Create DAO
      • Submit Proposal
      • Vote
    • 🪙Lockable Tokens Standard
      • Introduction
      • Motivation
      • Sample Use Case
      • Code
      • Transactions without consensus
      • Financial Use Case
Powered by GitBook
On this page
  1. BUIDL
  2. Use Cases

Create Token

Create a fungible token for your DAO

  1. User clicks Create Token menu

  2. System opens Create Token Form

  3. User fills in the form to describe the token parameters like name, symbol, decimals, description, supply, mintable, pausable, stakable, network (mainnet, testnet)

  4. User clicks “Generate”.

  5. System generates and deploys the token contract and transfers the minted tokens to the user’s wallet address.

PreviousUse CasesNextCreate NFT Collection

Last updated 2 years ago

📪