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
Everything You Need to Know About Zero Dollar Marketing
Top 5 Reasons to Pursue a Career as a Health Insurance Broker
Craigslist Myrtle Beach Motorcycles For Sale By Owner
9.4: Resonance Lewis Structures
Exclusive: Baby Alien Fan Bus Leaked - Get the Inside Scoop! - Nick Lachey
#ridwork guides | fountainpenguin
UPS Paketshop: Filialen & Standorte
His Lost Lycan Luna Chapter 5
Breaded Mushrooms
DEA closing 2 offices in China even as the agency struggles to stem flow of fentanyl chemicals
Crossed Eyes (Strabismus): Symptoms, Causes, and Diagnosis
Music Archives | Hotel Grand Bach - Hotel GrandBach
Kagtwt
shopping.drugsourceinc.com/imperial | Imperial Health TX AZ
fltimes.com | Finger Lakes Times
The Binding of Isaac
RBT Exam: What to Expect
Dump Trucks in Netherlands for sale - used and new - TrucksNL
Char-Em Isd
Idaho Harvest Statistics
Kamzz Llc
Heart and Vascular Clinic in Monticello - North Memorial Health
Kaitlyn Katsaros Forum
Barber Gym Quantico Hours
Elite Dangerous How To Scan Nav Beacon
Cal State Fullerton Titan Online
Pulitzer And Tony Winning Play About A Mathematical Genius Crossword
Firefly Festival Logan Iowa
Usa Massage Reviews
Ullu Coupon Code
Stephanie Bowe Downey Ca
Graphic Look Inside Jeffrey Dresser
Tributes flow for Soundgarden singer Chris Cornell as cause of death revealed
Cruise Ships Archives
Ippa 番号
PA lawmakers push to restore Medicaid dental benefits for adults
Srg Senior Living Yardi Elearning Login
Aliciabibs
Barber Gym Quantico Hours
Armageddon Time Showtimes Near Cmx Daytona 12
3 bis 4 Saison-Schlafsack - hier online kaufen bei Outwell
How Big Is 776 000 Acres On A Map
FedEx Authorized ShipCenter - Edouard Pack And Ship at Cape Coral, FL - 2301 Del Prado Blvd Ste 690 33990
Westport gun shops close after confusion over governor's 'essential' business list
How To Win The Race In Sneaky Sasquatch
sin city jili
Unit 4 + 2 - Concrete and Clay: The Complete Recordings 1964-1969 - Album Review
8663831604
Used Curio Cabinets For Sale Near Me
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.