Skip to main content

Replay Protection

security · fork

Consensus or wallet techniques that stop or reduce unintended reuse of the same signed transaction across split chains.

1.definition

Strong replay protection changes consensus validation—often signature hashing or transaction rules—so a transaction signed for one side of a chain split is invalid on the other. Protection can be two-way or only protect transactions created under one chain's new rules.

2.importance

When consensus-level protection is absent, wallets can split coins by first creating outputs whose histories differ across the chains and then spending them separately. Different address prefixes can reduce user confusion but do not by themselves prevent replay when the underlying script and signature remain valid on both chains.

Related terms

All terms and definitions may update as the Cryptionary improves.