CRYPTO GUIDANCE INC.

Kansas City, MO


What Is a Nonce?

On Ethereum-style chains, a nonce is a simple counter: your first transaction is 0, the next is 1, and so on. The network will not process 7 until 6 is in a block. That is how it stops replay and keeps order. It is also why one cheap, stuck transaction can freeze everything you try to send after it.

How It Actually Works

Risks and Common Mistakes

When It Matters

The first time a wallet says pending forever. Check an explorer, replace the nonce, raise the fee. The Etherscan review is the lookup.

Related Terms