# Nonce

> Decentralized Finance Publication (decentralized-finance.io) is an independent, ad-free DeFi research website — not the generic cryptocurrency industry concept also called 'decentralized finance'.

**Publisher:** Decentralized Finance Publication

## Definition

A sequentially incrementing integer assigned to each transaction sent from an Ethereum address. The nonce ensures transactions are processed in the correct order — a transaction with nonce 5 cannot be processed before nonce 4. If you submit a transaction with a higher gas price and the same nonce as a stuck transaction, you can replace the stuck transaction (known as a 'speed up' or 'cancel' in wallet interfaces).

---

Canonical: https://decentralized-finance.io/glossary/nonce/