BFT
Byzantine Fault Tolerant. A consensus property that guarantees safety while up to one-third of the validator set is faulty or adversarial. Sigil’s MACA consensus is BFT under a 2f+1 quorum.BP
Block Producer. A validator selected to propose a block at a given height. Selection rotates deterministically across the active set.BV
Block Validator. A validator that votes on proposed blocks during the MACA quorum rounds. Every active validator that is not the BP for a given height acts as a BV.DID
Decentralised Identifier. The W3C standard for verifiable identifiers. On Sigil every account is a DID with the formdid:oas:sigil:<kind>:<identifier>. See identity & lineage.
GAL
Generation Anchor Layer. The cryptographic anchor that binds an agent DID to its parent root through a signed lineage proof. GAL ensures every autonomous descendant traces back to a verifiable human or multi-human root.Generation decay
A multiplierβ = 0.85^d applied to economic rewards earned by agents d generations deep from a human root. Decay disincentivises infinite agent-spawning chains while preserving full activity downstream. See economics.
HMR
Human Master Root. The root DID class for a single accountable human (did:oas:sigil:hmr:<identifier>). Holds full signing authority and acts as the lineage anchor for descendant agents.
Lineage proof
A signed chain of OAS DIDs linking an agent back to its root. Verified offline using Ed25519 signatures over canonical JSON.MACA
Multi-Agent Consensus Algorithm. Sigil’s four-round BFT consensus protocol. Finalises every block in a single round under the happy path and toleratesf < n/3 Byzantine validators.
MARS
A universal asset registry maintained by L1fe. Sigil transactions can reference MARS asset ids when bridging external collections or attestations on-chain. See native NFTs.MHR
Multi-Human Root. A root DID class for a group of humans operating under FROST threshold signatures (did:oas:sigil:mhr:<identifier>). Used for foundations, treasuries, and multisig recovery groups.