Skip to main content

Replay Attack

security
fork

When a valid transaction from one chain is maliciously or accidentally broadcast and accepted on another chain after a fork.

1
definition

A replay attack can happen after a chain split when the same signed transaction is valid on both resulting chains. If addresses, signatures, and scripts remain compatible, someone can rebroadcast the transaction on the other chain and move the corresponding coins there too.

2
mitigation

Mitigations include protocol-level replay protection, chain-specific signature hashing, different address formats, and wallet workflows that split coins before spending. Without these protections, users must be careful when moving funds around a contentious fork.

Conceptual links

Related terms

4 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.