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. Unstake
  • 2. Withdraw
  • 3. Restake
  1. Service Guide
  2. Staking & DAO
  3. Simple staking

Withdraw

Introducing the process of withdrawing staked TON.

PreviousStakeNextStaking reward

Last updated 1 year ago

There are two key points to note. First, withdrawing the staked amount requires two steps: unstaking and then withdrawing. Second, withdrawal is only possible after 93,046 blocks from unstaking (approximately 14 days).

Withdrawal delay period

  • Period: 93,046 blocks after unstaking (approximately equivalent to 14 days).

Sometimes, users say that even after waiting about two weeks (Withdrawal delay period), they haven't received their tokens. This problem usually happens when they forget to click the withdraw button after the unstaking period is over.

1. Unstake

  • When you press the Unstake button, a pop-up appears.

  • When the pop-up window appears, enter the amount of TON to be unstaked.

  • Click the Unstake button.

  • Click the confirm button in the Metamask popup that opens in the Metamask extension of the browser.

Before unstaking, check if there are any unclaimed staking rewards

  • After unstaking, any unclaimed staking rewards will be burned.

  • If there are unclaimed rewards, claim them to Your Staked first

2. Withdraw

  • You can withdraw after 93,046 blocks (~14 days) from unstaking. When you press the Withdraw button, a pop-up window appears.

  • The amount ready for withdrawal is shown in the Withdrawable Balance. This is the amount that has undergone the two-week delay period after unstaking.

  • If you press the Withdraw button, the whole amount available for withdrawal is taken out. Partial withdrawal is not an option.

  • Click the confirm button on the Metamask popup to complete the transaction.

3. Restake

After unstaking, you can restake at any time, provided you haven't made the withdrawal. The pending withdrawal amount will be displayed as 'Restakable Amount' in the pop-up window when you click the Restake button.

  • When you click the Restake button, a popup will appear.

  • The amount that can be restaked is displayed under the Restakable Amount. You can apply Restake to this entire amount at once, but not to just a portion of it.

  • Clicking the Restake button will open a Metamask popup window in your browser's Metamask extension. Confirm the action by pressing the confirm button.

⚙️