Quiz Entry - updated: 2026.07.30
What is deterministic execution?
The rule that every node, given the same inputs, must compute exactly the same result — essential for agreement, but it forbids the chain from generating randomness or reading real-world data on its own.
Consensus only works if honest nodes independently reach an identical state. That guarantee is precisely why oracles and special randomness mechanisms exist — to supply what determinism forbids the chain from producing internally.