METHOD01 02 03 04 05 BACK TO THE GRID
How a decision is resolved.
The grid is a thin layer over a GenLayer Intelligent Contract. Resolving a decision needs reading a source and protecting that judgement from any single party.
Submit
A yes/no question and a public source are stored on-chain.
Read
On resolve the contract fetches the source; reading is nondeterministic, run in GenLayer's equivalence flow.
Agree
Each validator independently reads the same source and answers yes/no; recorded only on agreement.
Resolve
Yes → AFFIRMED (blue), No → DENIED (red). The raw page is never stored.
Undetermined
If the source can't be read or validators disagree, the cell stays PENDING (yellow) - never guessed.