Tan Docs
  • 📚INTRODUCTION
  • 📖BASIC KNOWLEDGE
    • 🌐⛓️What is Blockchain
    • EVM
    • 💻Node
  • WELCOME TO TAN NETWORK
    • 💡About TAN
    • 🪙TAN (Native Coin of Tan)
    • 🫂Community
  • 🚀GETTING STARTED
    • 👨‍💻Developer Guide
      • 💻Nodes And Validators
        • ⬇️Install TAN-Chain
        • 👨‍🏫Full Node Instructions
        • 🔏How to Stake TAN?
        • Become a Validator🤝
        • 🔓How to Unstake TAN?
      • RPC
      • TAN Testnet
      • TAN explorers
      • 📃Deploy Smart Contracts
        • TEP-20
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
        • TEP-721
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
        • TEP-1155
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
    • 🦊Add TAN to Metamask
    • 🪙Get Testnet Funds
    • Core Concepts
      • Genesis File
      • Consensus
      • Proof of Stake(Pos)
      • ⚙️TAN Consensus(BPoS)
        • 💰Validators Reward
        • Burn Subsidy
        • Ecosystem Incetives
      • Scalability
  • Governance
    • TAN Improvement Proposal
  • ❓FAQ's
Powered by GitBook
On this page
  • To Become a Validator
  • 1- Stake TAN :
  • 2- Check Staked Amount on Explorer:
  • 3- Initiate Validator Setup:
  • Step 1: To Register Yourself as a Block Validator
  • Step 2: Checking Total Number of Validators
  • Conclusion
  1. GETTING STARTED
  2. Developer Guide
  3. Nodes And Validators

Become a Validator🤝

Previous🔏How to Stake TAN?Next🔓How to Unstake TAN?

Last updated 4 months ago

Learn how to become a validator on the TAN blockchain network, securing transactions and contributing to network integrity through staking TAN .

To Become a Validator

To become a validator on the TAN blockchain network, follow these steps:

1- Stake TAN :

Ensure you have staked TAN on the network as detailed previously.

2- Check Staked Amount on Explorer:

Verify your staked amount on the blockchainto confirm your stake.

3- Initiate Validator Setup:

Now, proceed with setting up as a validator on the TAN network to actively participate in transaction validation and network consensus.

Step 1: To Register Yourself as a Block Validator

Start by registering as a validator using the following command:

npm run register-blskey

This command registers your BLS key with the network, indicating your readiness to participate in block validation.

After registering, wait for the creation of the next epoch block. Validator status and responsibilities are activated upon the generation of this block.

Step 2: Checking Total Number of Validators

Execute the following command in your terminal:

npm run info

This command provides information including the total number of validators on the network.

After running the command, review the output to see the total count of validators and verify your own address among them.

Conclusion

Becoming a validator on the TAN blockchain network involves registering your BLS key and awaiting the creation of the next epoch block to activate your validator status. By following these steps and monitoring the network, you contribute to its security and decentralization. Stay informed about your validator status using the npm run info command to track network dynamics and your role as a validator.

🚀
👨‍💻
💻
explorer