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. Information

TON ↔ WTON

TON ↔ WTON Etherscan guide

PreviousGet TONNextGlossary

Last updated 4 months ago

You can wrap TON into WTON or unwrap WTON back into TON via Etherscan.

  1. TON → WTON

    1. Step 1 : Approve

      1. Visit

      2. Spender : (fix value, WTON Contract)

      3. Amount : Amount to swap TON to WTON (TON decimal is 18)

        • Example : 1000000000000000000 (1 TON)

    2. Step 2 : swapFromTON

      1. Visit

      2. tonAmount : Enter the amount you want to swap TON to WTON (it must not be greater than the value you approved in Step 1).

  2. WTON → TON

    1. Visit

    2. wtonAmount : Amount to swap WTON to TON (WTON decimal is 27)

      • Example : 1000000000000000000000000000 (1 WTON)

📖
Approve
0xc4A11aaf6ea915Ed7Ac194161d2fC9384F15bff2
swapFromTON
swapToTON
Approve section of Etherscan
swapFromTON section of Etherscan
swapToTON of Etherscan