Withdraw an ERC20 token | Ronin Docs (2024)

Overview

This guide describes how to use Ronin Bridge to send an ERC20 token from your Ronin Wallet to an Ethereum address.

Prerequisites

If you access Ronin Bridge on mobile, remember to import your Ethereum address to your mobile Ronin Wallet. To learn how to do that, see Importing Your MetaMask Wallet to Ronin Wallet.

Step 1. Add the sender and recipient addresses

  1. Open Ronin Bridge.Withdraw an ERC20 token | Ronin Docs (1)
  2. Switch to the withdrawal feature by selecting the button between the From and To fields.Withdraw an ERC20 token | Ronin Docs (2)
  3. Select the From field and connect your Ronin Wallet using the browser extension or mobile app for your device.Withdraw an ERC20 token | Ronin Docs (3)
  4. Select the To field and enter the Ethereum address that you want to bridge the token to. Double-check the recipient address to avoid sending your tokens to the wrong destination.

    Ronin Wallet app

    If you access Ronin Bridge through the Ronin Wallet mobile app, then you can enter any Ethereum address as a recipient, but only your imported Ethereum wallet can pay gas in ETH for the transaction.

    Withdraw an ERC20 token | Ronin Docs (4)

Step 2. Choose the token and amount

  1. Choose the ERC20 token that you want to withdraw, then enter the withdrawal amount manually or select Max to withdraw the entire balance of this token available in your wallet.Withdraw an ERC20 token | Ronin Docs (5)
  2. When prompted, select Approve to approve the new spending cap for the selected token.

    Spending cap

    When you bridge an ERC20 token for the first time, you need to set a spending cap. To do that, enter your desired token amount, then follow instructions on the screen to approve the cap. In the future, when you bridge an amount that exceeds your current cap, you will need to approve a new spending cap corresponding to the higher amount.

    Withdraw an ERC20 token | Ronin Docs (6)
  3. When prompted, sign the transaction in your Ronin Wallet.

Step 3. Confirm your withdrawal

  1. Review the transaction details, including the gas fees associated with the withdrawal. Make sure you have enough ETH in your Ethereum wallet to cover the fees. If everything looks correct, select Submit withdrawal.Withdraw an ERC20 token | Ronin Docs (7)
  2. When prompted, sign the transaction in your Ronin Wallet.
  3. Select Connect Wallet and connect your Ethereum wallet.Withdraw an ERC20 token | Ronin Docs (8)
  4. Wait for the transaction to be confirmed by the network. Be patient, however, as transactions can take some time to complete, depending on network congestion and gas fees.Withdraw an ERC20 token | Ronin Docs (9)
  5. When the amount is ready to be withdrawn, select Withdraw to bridge the tokens to your Ethereum address.Withdraw an ERC20 token | Ronin Docs (10)
  6. When prompted, sign the transaction in your connected Ethereum wallet to receive the tokens.

Step 4. Receive the tokens in your Ethereum wallet

When the withdrawal is complete, you'll see a "Withdrawal completed" window.Withdraw an ERC20 token | Ronin Docs (11)You can check your connected wallet to verify that the tokens have arrived successfully.

Withdraw an ERC20 token | Ronin Docs (2024)

FAQs

How to withdraw ERC-20 tokens? ›

Withdraw an ERC20 token
  1. Add the sender and recipient addresses​ Open Ronin Bridge. ...
  2. Choose the token and amount​ ...
  3. Confirm your withdrawal​ ...
  4. Receive the tokens in your Ethereum wallet​
Jun 26, 2024

How do I convert my ERC-20 tokens to cash? ›

Safely exchange your ERC20 tokens through Ledger

In the Ledger Live app Swap tab, select any ERC20 tokens and the accounts of origin and destination. Enter the amount you want to exchange and check the rate. Before confirming the swap, you'll see a summary on Ledger Live.

How do I access my ERC20 token? ›

Step-by-step guide to using Alchemy to find all ERC-20 tokens owned by an address
  1. Step 1: Install Node and the NPM. Install Node and the Node Package Manager (NPM) on the local machine. ...
  2. Step 2: Sign up for an Alchemy account and create an app. ...
  3. Step 3: Create a Node project. ...
  4. Step 4: Get the token balances of an address.
Mar 13, 2024

How do you cash out tokens? ›

Instead, you will need to utilize a cryptocurrency exchange. This exchange allows you to convert your tokens into fiat currency (such as USD, EUR, etc.) and then transfer that fiat currency to your bank account.

How long does ERC-20 withdrawal take? ›

In most cases, ETH and ERC-20 withdrawals normally should take no longer than two hours to be processed.

How to turn tokens into cash? ›

How to cash out your crypto or Bitcoin
  1. Use an exchange to sell crypto.
  2. Use your broker to sell crypto.
  3. Go with a peer-to-peer trade.
  4. Cash out at a Bitcoin ATM.
  5. Trade one crypto for another and then cash out.
Feb 9, 2024

How much is ERC20 token worth in dollars? ›

ERC20 to USD
AmountToday at 12:48 pm
1 ERC20$0.0037
5 ERC20$0.0187
10 ERC20$0.0374
50 ERC20$0.1872
4 more rows

How do I withdraw Ethereum to my bank account? ›

How to withdraw Ethereum staking rewards?
  1. Claim your staking rewards in your Ethereum wallet.
  2. Transfer the rewards to an exchange that supports fiat withdrawals.
  3. Sell the rewards for fiat and withdraw them to your bank account.
Jul 10, 2024

How do I transfer my ERC20 token? ›

Sending an ERC-20 token takes only five steps:
  1. Import userop.js and ethers.js. You only need two libraries - ethers and userop. ...
  2. Build account preset. Userop. ...
  3. Import ERC-20 interface. The user operation will call the ERC-20 token's transfer function. ...
  4. Create the user operation. ...
  5. Send the user operation.

How do I sell my ERC-20 coins? ›

There are several platforms that allow you to sell ERC20 tokens in large quantities, but the best option will depend on your specific needs and preferences. Some popular options include IDEX, Binance, and KuCoin. IDEX is a decentralized exchange that allows you to trade a wide variety of ERC20 tokens with low fees.

What can you do with ERC-20 tokens? ›

The ERC20 standard has ushered in plenty of benefits for the Ethereum ecosystem and the broader blockchain and DeFi spaces: Interoperability: ERC-20 tokens can be easily traded, exchanged, and integrated into various Ethereum-based applications, enhancing usability and interoperability between dApps.

Which wallet is ERC-20? ›

An ERC-20 wallet is an app very close to bank accounts where you hold money. The digital crypto wallets are used to hold cryptocurrency tokens and digital assets like NFTs. The wallet is used for storing ERC-20 tokens, transferring tokens, and interacting with Dapps on Ethereum blockchian.

How do I know if my token is ERC-20? ›

You can use a tool or library to call these functions on the target address. Evaluating Return Values: If the function calls succeed and return valid values (e.g., a non-zero balance or a total token supply), it's a strong indication that you're dealing with an ERC20 token contract.

How to get token balance? ›

Retrieve the balance of an ERC-20 token
  1. Create a project directory​ Create a new directory for your project. ...
  2. Install required packages​ Install the web3 package in the project directory:
  3. Set up the script​ ...
  4. Set the ABI​ ...
  5. Select a token address​ ...
  6. Request the token balance​ ...
  7. Convert the token units​ ...
  8. Run the script​
Sep 5, 2024

How do I withdraw from ERC-20 from Coinbase wallet? ›

Withdrawing crypto assets
  1. Find the asset you want to withdraw and click Withdraw from the Actions column on the far right (if you can't take any actions, your user role doesn't have the permissions to perform those actions)
  2. Click Withdraw to External Address or Transfer Funds Internally.

How to transfer an ERC20 token? ›

Sending an ERC-20 token takes only five steps:
  1. Import userop.js and ethers.js. You only need two libraries - ethers and userop. ...
  2. Build account preset. Userop. ...
  3. Import ERC-20 interface. The user operation will call the ERC-20 token's transfer function. ...
  4. Create the user operation. ...
  5. Send the user operation.

Top Articles
10 Best Dinosaurs To Tame in Ark: Survival Evolved
California's New State "Mini-CFPB" Is Not Very "Mini," but Very "CFPB" | Davis Wright Tremaine
What Is Single Sign-on (SSO)? Meaning and How It Works? | Fortinet
Radikale Landküche am Landgut Schönwalde
Angela Babicz Leak
Ghosted Imdb Parents Guide
Blairsville Online Yard Sale
Hay day: Top 6 tips, tricks, and cheats to save cash and grow your farm fast!
Kentucky Downs Entries Today
Animal Eye Clinic Huntersville Nc
The Witcher 3 Wild Hunt: Map of important locations M19
Who called you from 6466062860 (+16466062860) ?
065106619
Youravon Comcom
Craiglist Tulsa Ok
25Cc To Tbsp
R Cwbt
Iu Spring Break 2024
Roll Out Gutter Extensions Lowe's
2020 Military Pay Charts – Officer & Enlisted Pay Scales (3.1% Raise)
Buy Swap Sell Dirt Late Model
Accident On May River Road Today
Craigslist Pinellas County Rentals
Hdmovie 2
We Discovered the Best Snow Cone Makers for Carnival-Worthy Desserts
Menards Eau Claire Weekly Ad
Gas Buddy Prices Near Me Zip Code
D2L Brightspace Clc
Is Holly Warlick Married To Susan Patton
4Oxfun
Askhistorians Book List
Ghid depunere declarație unică
L'alternativa - co*cktail Bar On The Pier
Rvtrader Com Florida
The Best Carry-On Suitcases 2024, Tested and Reviewed by Travel Editors | SmarterTravel
Tokyo Spa Memphis Reviews
Hell's Kitchen Valley Center Photos Menu
Weather Underground Bonita Springs
Puretalkusa.com/Amac
A Comprehensive 360 Training Review (2021) — How Good Is It?
Luvsquad-Links
Powerspec G512
Patricia And Aaron Toro
Frequently Asked Questions
Syrie Funeral Home Obituary
Craigslist Free Cats Near Me
Service Changes and Self-Service Options
The Missile Is Eepy Origin
Law Students
Palmyra Authentic Mediterranean Cuisine مطعم أبو سمرة
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6228

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.