Offchain Labs
Published in

Offchain Labs

Fraud Proofs: How Validators Keep Arbitrum Honest

It’s time for another installment of our Inside Arbitrum series, this time about fraud proofs and the role of validators.

The key to the security of any rollup chain is the ability to provide fraud proofs if someone tries to cheat. Every public version of Arbitrum, going back to our first public alpha in early 2020, has had a fully functioning fraud proof system.

Validators are the parties who participate in the rollup protocol to advance the state of the Arbitrum chain securely, using fraud proofs when necessary.

You don’t need to be a validator, and most people won’t validate. The correctness of Arbitrum requires only that one honest party is validating — the protocol guarantees that a single honest validator can force the correct outcome no matter how many malicious validators there are or what they do.

Every validator can choose their own approach, but we expect validators to follow three common strategies.

  • The active validator strategy tries to advance the state of the chain by proposing new rollup blocks. An active validator is always staked, because creating a rollup block requires being staked. A chain really only needs one honest active validator; any more is an inefficient use of resources. For the Arbitrum One chain, Offchain Labs is running an active validator.

Typically there will be one active validator at a time. There is nothing to prevent multiple active validators, and the protocol will work fine in that case. But if there is one active validator who is well-behaved, others who are willing to be active can avoid the need to stake by taking a defensive strategy. As long as the active validator keeps posting correct blocks, everyone else can minimize their staking costs safely by remaining defensive. If the active validator tries to cheat, the defensive validators will prove fraud and the active validator will lose their stake. Then anyone else can step forward and start actively validating.

Under normal conditions, validators using the defensive and watchtower strategies won’t do anything except watch the chain and privately check that each proposed rollup block is valid. A malicious actor who is considering whether to try cheating won’t be able to tell how many defensive and watchtower validators are operating incognito. Perhaps some defensive validators will announce themselves, but others probably won’t, so a would-be attacker will always have to worry that defenders are waiting to emerge.

Who will be validators? Most people will choose not to. In practice we expect people to validate a chain for several reasons.

  • Some validators will be paid, by the party that created the chain or someone else. The Arbitrum team will be announcing an initial set of paid validators for Arbitrum One.

Stay tuned for more details on how you can validate Arbitrum One. Or better yet, join our team and help us build Arbitrum!

--

--

Creating Arbitrum, an Ethereum scaling solution

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store