LogoLogo
English
English
  • ⚡Introduction
    • What is Tokamak Network?
    • Vision
    • Whitepaper
  • ⚙️Service Guide
    • Tokamak L2
      • Thanos Stack
        • Introduction
        • Differences Between Ethereum and Thanos Stack
        • Transaction Fee
        • L2 Native Token Bridge
          • Overview
          • Contracts Modifications
          • Deposit & Withdraw Flow
          • Security Considerations
        • Testnet Information
    • Staking & DAO
      • Simple staking
        • Stake
        • Withdraw
        • Staking reward
        • Contract addresses
        • Contract addresses (testnet)
      • Tokamak Network DAO
        • DAO candidates
          • DAO candidate registration
        • Propose
        • Agenda
        • Contract addresses
        • Contract addresses (testnet)
    • Rollup Hub
      • Devnet
        • Parameter Definitions
        • Creating your own rollup Devnet
      • Mainnet Beta
        • Deployment Configuration Parameters
        • Deploy with AWS
          • Introduction
          • Prerequisites
          • Deploy contracts
          • Building AWS infra with terraform
          • Deploy Thanos chain
        • Operation Guide
          • Chain Operators
            • Architecture
            • Node Operations
            • Chain Configurations
          • Developer Tools
            • SDK
              • Bridge ERC-20 tokens with the Thanos SDK
              • Bridge the Native Token with the Thanos SDK
              • Bridge ETH with the Thanos SDK
            • Contracts
            • About USDCBridge
        • Additional Features
          • Mini Bridge
            • Deployment Guide
            • How to use the Mini Bridge?
          • Seigniorage Rewards (Coming Soon)
      • Troubleshooting
    • Faucet (testnet)
  • 📖Information
    • Get TON
    • TON ↔ WTON
    • Glossary
    • Link
  • 😀Get Involved
    • Global Telegram
    • Community Discord
Powered by GitBook
On this page
  • 1. Create DAO candidate
  • 2. Register DAO candidate
  1. Service Guide
  2. Staking & DAO
  3. Tokamak Network DAO
  4. DAO candidates

DAO candidate registration

To become a candidate for a DAO, you must deploy and configure the contract and stake TON as collateral.

PreviousDAO candidatesNextPropose

Last updated 1 year ago

To join the DAO committee, you must create and register as a DAO candidate. This document provides instructions on how to create and register as a candidate if you aspire to serve on the DAO committee.

1. Create DAO candidate

  • To create a DAO candidate, navigate to the .

  • Click the Connect to Web3 button to link with your account.

  • Input the DAO candidate's name into the _memo field of the createCandidate function. Next, click on the Write button. This is the name it will show on simple staking and Tokamak Network DAO page.

2. Register DAO candidate

  • Verify if the DAO candidate, created as mentioned above, is listed on the simple staking page.

  • Stake more than 1,000.1 TON to the created DAO candidate. The staked 1,000 TON serves as collateral and is non-withdrawable.

Only the account that created the DAO candidate can stake 1,000.1 TON as collateral for that DAO candidate.

  • Once the staking is completed, if you navigate to the DAO page, you should see yourself listed as a DAO candidate.

⚙️
CommitteeProxy page