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
  • Unstake TAN
  • How to Unstake TAN?
  • Conclusion
  1. GETTING STARTED
  2. Developer Guide
  3. Nodes And Validators

🔓How to Unstake TAN?

PreviousBecome a Validator🤝NextRPC

Last updated 4 months ago

Learn how to safely and efficiently unstake TAN from the network, ensuring smooth transition and management of your staked assets.

Unstake TAN

To remove your stake and free yourself from the validator node, initiate the unstaking process through the provided functionality on the TAN blockchain network. This process involves confirming the unstaking transaction to begin withdrawing your TAN tokens from the staking contract.

How to Unstake TAN?

Prerequisite: Before proceeding with the staking contracts, ensure you have a fully synchronized full node running in the current blockchain state of TAN.

Step 1: Clone the Repository from .

Step 2: Open cloned repository in terminal and install dependencies navigate to the cloned staking-contracts directory from the main branch and run npm i to install dependencies.

Step 3: To remove your stake and free yourself from the validator node, follow these command:

npm run unstake

Executing this command initiates the process to withdraw your TAN tokens from the staking contract. Monitor the blockchain for the completion of your unstaking request. Once finalized, your TAN tokens will be available for withdrawal into your wallet. This action releases your TAN from the staking.

Conclusion

Unstaking TAN from the TAN network is a straightforward process that allows you to withdraw your stake from the validator node. By using the npm run unstake command, you initiate the unstaking transaction, freeing your TAN from the staking contract. Monitor the blockchain for confirmation, and once completed, withdraw your tokens into your wallet. This flexibility ensures you can manage your assets independently outside of the validator node, aligning with your evolving participation in the TAN blockchain network.

🚀
👨‍💻
💻
GitHub