METHOD

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.

01

Submit

A yes/no question and a public source are stored on-chain.

02

Read

On resolve the contract fetches the source; reading is nondeterministic, run in GenLayer's equivalence flow.

03

Agree

Each validator independently reads the same source and answers yes/no; recorded only on agreement.

04

Resolve

Yes → AFFIRMED (blue), No → DENIED (red). The raw page is never stored.

05

Undetermined

If the source can't be read or validators disagree, the cell stays PENDING (yellow) - never guessed.

BACK TO THE GRID