Updated Logo Venly 2024
Platform

APIs

arrow right

Multichain components

Integrations

arrow right

Plug and play integrations

Wallets as a service API

arrow right

Secure wallet integration via API or widget

Token API

NEW

arrow right

Simplify creation and management of ERC20 tokens

NFT API

arrow right

Effortless NFT integration through our API

Payments

arrow right

Enable Fiat-to-crypto & NFT payments for your platform

Zapier

arrow right

No-code automations

Shopify

arrow right

Easy e-commerce

SiteManager

arrow right

No-code sitebuilder

Sayl

arrow right

Loyalty programs

Unreal engine and Venly integration logo - grey, no background

Unreal

arrow right

Gaming engine

PlayFab

arrow right

Gaming engine

Beamable

arrow right

Gaming engine

Unity and Venly integration logo - grey, no background

Unity

arrow right

Gaming engine

big Stripe violet logo no background

Stripe

arrow right

Handle payments

Moonpay

arrow right

Handle payments

Transak

arrow right

Handle payments

Ramp.network

arrow right

Handle payments

APIs

Wallets as a service API

arrow right

Secure wallet integration via API or widget

NFT API

arrow right

Effortless NFT integration through our API

Token API

NEW
arrow right

Simplify creation and management of ERC20 tokens

Payments API

arrow right

Enable Fiat-to-crypto & NFT payments for your platform

integrations

Zapier

arrow right

No-code automations

Shopify

arrow right

Easy e-commerce

Unity and Venly integration logo - grey, no background

Unity

arrow right

Gaming engine

Unreal engine and Venly integration logo - grey, no background

Unreal

arrow right

Gaming engine

Ramp.network

arrow right

Payments

Transak

arrow right

Payments

PlayFab

arrow right

Gaming engine

Beamable

arrow right

Gaming engine

SiteManager

arrow right

No-code sitebuilder

Sayl

arrow right

Loyalty programs

Moonpay

arrow right

Payments

big Stripe violet logo no background

Stripe

arrow right

Payments

Solutions

Real World Assets

arrow right

Tokenize, store, & transfer RWAs

Loyalty programs

arrow right

Transform customers into fans

E-commerce

arrow right

Sell digital assets in your online store

Entertainment

arrow right

Build thriving communities with NFTs

Digital Product Passports

arrow right

Add blockchain to your DPP platform

User onboarding

arrow right

Onboard users at scale

Gaming

arrow right

Infrastructure for Web3 games

Developers

Documentation

arrow right

Complete Venly documentation

API Reference

arrow right

Explore our requests and responses

Getting started

Venly Quickstart

arrow right

Get up and running quickly

Explore SDKs

arrow right

Streamline your development process

Guides

Integrate Fiat On-Ramps

arrow right

Learn how to bridge fiat and blockchain

Integrate Fiat On-Ramps

arrow right

Learn how to bridge fiat and blockchain

Create an ERC20 smart contract

arrow right

Learn how to create your ERC20 smart contract

Create an ERC20 smart contract

arrow right

Learn how to create your ERC20 smart contract

View all guides

Support

Status

Faucet

Bug Bounty Program

Resources

Blog

arrow right

Insights and updates from our team

Case Studies

arrow right

Success stories powered by Venly

Press releases

arrow right

Latest news and media coverage

Podcast

arrow right

StartToBlockchain Industry Podcast

Venly to Reduce Complexity for Game Developers on Sui
Read more
Read more
Pricing
Contact sales
Sign in

DEVELOPERS

Developer Portal

arrow right

Access your dashboard

USERS

My Venly Wallet

arrow right

Manage your personal assets

Sign in

DEVELOPERS

Developer Portal

arrow right

Access your dashboard

USERS

My Venly Wallet

arrow right

Manage your personal assets

Learn
Crypto
min read

How to solve pending (stuck) transactions on Ethereum

Back to all blogs
Back to all blogs
Back to all blogs
Back to all blogs
How to solve pending transactions on Ethereum

If you are one of the many people that own an Ethereum wallet and launched a few transactions against the Ethereum blockchain, then the chance is high that you came face to face with a long-running transaction. Some people even reported having to wait for hours, days even months, hoping their transaction would be processed by the miners.

Since Ethereum transactions have to be processed sequentially it leaves the user completely stuck. Meaning the long-running transaction has to be processed before any other transaction from that wallet has a chance to be processed. Or does it…?

Why are they not being processed?

The main reason why Ethereum transactions are not being processed is that they are not getting picked up by a miner. So why are they not being picked up? To answer that question you need to understand that miners receive the transaction and code-processing fees (gas) for each block of transactions they process, it is part of their reward. If your transaction is not being mined it means that there are enough other transactions on the network that are willing to pay a higher fee to the miner to get processed. This means if the network is very busy, the transaction costs will be higher and vice versa.

So how do I know which fee (gas price) is sufficient?

In Arkane we automatically set the correct gas price based on the consumption on the network. Making it very easy for the user to get their transactions processed. Advanced users have the option to modify the gas price for their transaction, either higher, to get it processed more quickly. Or lower, if time is not a factor, leading to a lower transaction cost.

If you are using a different wallet, which might not support fluctuating gas prices, you can always set it manually, if your wallet allows it. To get an idea of the recommended gas price you can look at the gas tracker from Etherscan.

How to fix a long-running transaction

So what if you have launched a transaction with a gas price that is too low to be of any interest to the miners. Easy you just relaunch the same transaction, but this time with a higher gas price, high enough so it will be picked up. Now you will have two transactions almost identical, one with a low gas price and one with a high gas price. The only problem left to solve is to make sure, only one gets processed at the end.

At the beginning of this post, I said that on the Ethereum blockchain transactions are being processed sequentially, meaning transaction #2 will be processed before # 3 and so forth. It is also not possible to process transactions with the same sequence number. For example, it is not possible to process 2 transactions that have sequence #3, one of them will be dropped.

This brings us to our solution, when you launch your transaction with a correct gas price, you set the sequence number to the same number as the long-running transaction. The transaction with the higher gas price will be picked up sooner, meaning the sequence number will be processed, cause the long-running transaction to be dropped because his sequence is outdated.

At Arkane we understand that this might sounds complicated, therefore we’ve added a Resubmit button that takes care of all the technical stuff.

We even make it super easy to cancel a pending transaction.

Are there wallets that calculate the gas price automatically for you?

Luckily yes, Arkane Wallet, will analyze your transaction and set an average gas price, which you can modify easily to speed up or slow down your transaction.

The Arkane wallet is currently securing more than $5 million in crypto assets for more than 80,000 persons.

Sometimes a video says more than words

In this 10min video below we create a ‘stuck’ transaction and show you how you can speed them up or even cancel them. Yes, it is possible to cancel a blockchain transaction 😮. Apologies for the bad audio.


‍

June 4, 2020

Stay up to date

Stay in the loop with the latest insights, exclusive tips, and exciting updates, delivered straight to your inbox. Sign up for our newsletter and never miss a beat!

Thank you! You've successfully subscribed to the newsletter.
Oops! Something went wrong while submitting the form.

Related articles

Expert insight: Real World Assets and Blockchain
Expert insight
min read

Expert insight: Real World Assets and Blockchain

We live in a world where it's impossible to ignore the intersection of physical assets and their digital records. Every item we produce gets recorded, tagged, scanned, or shipped somewhere. You might think, "We've been cataloging assets in databases for 20 years, so why fix what isn't broken?"
Read more
What is Wallet as a Service and why does your business need it
Article
min read

What is Wallet-as-a-Service and why does your business need it

Blockchain adoption is rapidly growing, but managing wallets across multiple chains can be a complex and daunting task for developers and end users. That’s where Venly’s Wallet as a Service (WaaS) comes in. We allow developers to easily create, manage, and integrate multichain digital wallets with security, user adoption, and scalability at the forefront. Whether you're in gaming, e-commerce, or tokenizing real-world assets, or another industry, Venly’s WaaS supports a wide range of use cases.
Read more
Navigating crypto integration: guidelines and realities in mobile apps
Crypto
min read

Navigating crypto integration: guidelines and realities in mobile apps

Dive into the future of app development with our guide on integrating crypto, tokens, and NFTs within Apple and Google's frameworks. Learn from the STEPN App's innovative approach to meet strict guidelines while engaging users. Perfect for developers looking to harness the power of digital assets in mobile apps. Unlock the potential of compliant crypto integration now!
Read more

Table of contents

Example H2
Example H3
Example H4
Example H5
Example H6
Medium violet icon
discord violet icon

How to solve pending (stuck) transactions on Ethereum

/

June 4, 2020

If you are one of the many people that own an Ethereum wallet and launched a few transactions against the Ethereum blockchain, then the chance is high that you came face to face with a long-running transaction. Some people even reported having to wait for hours, days even months, hoping their transaction would be processed by the miners.

Since Ethereum transactions have to be processed sequentially it leaves the user completely stuck. Meaning the long-running transaction has to be processed before any other transaction from that wallet has a chance to be processed. Or does it…?

Why are they not being processed?

The main reason why Ethereum transactions are not being processed is that they are not getting picked up by a miner. So why are they not being picked up? To answer that question you need to understand that miners receive the transaction and code-processing fees (gas) for each block of transactions they process, it is part of their reward. If your transaction is not being mined it means that there are enough other transactions on the network that are willing to pay a higher fee to the miner to get processed. This means if the network is very busy, the transaction costs will be higher and vice versa.

So how do I know which fee (gas price) is sufficient?

In Arkane we automatically set the correct gas price based on the consumption on the network. Making it very easy for the user to get their transactions processed. Advanced users have the option to modify the gas price for their transaction, either higher, to get it processed more quickly. Or lower, if time is not a factor, leading to a lower transaction cost.

If you are using a different wallet, which might not support fluctuating gas prices, you can always set it manually, if your wallet allows it. To get an idea of the recommended gas price you can look at the gas tracker from Etherscan.

How to fix a long-running transaction

So what if you have launched a transaction with a gas price that is too low to be of any interest to the miners. Easy you just relaunch the same transaction, but this time with a higher gas price, high enough so it will be picked up. Now you will have two transactions almost identical, one with a low gas price and one with a high gas price. The only problem left to solve is to make sure, only one gets processed at the end.

At the beginning of this post, I said that on the Ethereum blockchain transactions are being processed sequentially, meaning transaction #2 will be processed before # 3 and so forth. It is also not possible to process transactions with the same sequence number. For example, it is not possible to process 2 transactions that have sequence #3, one of them will be dropped.

This brings us to our solution, when you launch your transaction with a correct gas price, you set the sequence number to the same number as the long-running transaction. The transaction with the higher gas price will be picked up sooner, meaning the sequence number will be processed, cause the long-running transaction to be dropped because his sequence is outdated.

At Arkane we understand that this might sounds complicated, therefore we’ve added a Resubmit button that takes care of all the technical stuff.

We even make it super easy to cancel a pending transaction.

Are there wallets that calculate the gas price automatically for you?

Luckily yes, Arkane Wallet, will analyze your transaction and set an average gas price, which you can modify easily to speed up or slow down your transaction.

The Arkane wallet is currently securing more than $5 million in crypto assets for more than 80,000 persons.

Sometimes a video says more than words

In this 10min video below we create a ‘stuck’ transaction and show you how you can speed them up or even cancel them. Yes, it is possible to cancel a blockchain transaction 😮. Apologies for the bad audio.


‍

Start building Web3 with Venly

Venly provides the best-in-class blockchain developer tools, resources and support to help you build and scale any Web3 product seamlessly.

Schedule a call

Choose your plan

Make your plan as you want. Pay only for those you need.

Discover pricing

Need an expert?

Looking for a customized solution? Talk with one of our experts.

Contact sales

Product

Wallet as a service APINFT API
Token API
NEW
Payments API

Integrations

ZapierShopifyUnityUnrealBeamablePlayFabSayl LoyaltySiteManager

Pricing

Pricing overview

Use Cases

Digital Product PassportsReal World AssetsWeb3 GamingE-commerceEntertainmentLoyalty programs

Developers

DocumentationAPI ReferenceAPI StatusDev guidesSecurityBug Bounty ProgramSupport

Company

AffiliatesAbout usBlogBrand Guidelines
Case StudiesCareersContact us

Social

linkedin logoX logo (former Twitter)white youtube icon no background

Podcast

spotify logo
apple podcasts logo

Headquarters: Antwerpsesteenweg 45, 2830 Willebroek, Belgium

Privacy PolicyTerms of ServicePay Terms of ServiceCookies Policy
© 2025 Venly. All rights reserved.
Venly is SOC2 compliant.Venly is ISO 27001 compliant.Venly is GDPR compliant.
White Venly logo no background

The web3 technology provider

Learn
Crypto