Glossary
A list of words on key concepts in Overload.
| Chunk | An "onchain block", that validators attest on. | 
|---|---|
| Consensus | The mechanism on how a system validates the onchain chunks. A consensus contract manages the logic for how to reach consensus onchain. | 
| ERC-6906 | ERC-6909: A Minimal Multi-Token Interface, by jtriley.eth et al. | 
| Hooks | The hooks programming pattern is a beforeandaftercallback that gives developers more fine-grained control over state. Term originated from Uniswap V4. | 
| AVS | An Actively Validated Service (AVS) can be a blockchain, network, protocol, application - anything that needs validation from validator set with value-at-stake. Term originated from EigenLayer. | 
| Sequencer | The entity that posts chunks onchain. | 
| Jailed | When a validator fails on liveness, they can be jailed. Jailed validators are ejected from the validator set and stop earning rewards, and will need to wait until their cooldown period is over before they can either undelegate or re-join the validator set again. | 
| Validator | A validator attests chunks, by using the stake that has been delegated to them. | 
| Operator | An operator attests chunks, and differ from validator in that the AVS being validated are the same for every user that deposits to that operator. |