Skip to content

Authority Gate Check

Authorization gate — instantiates Constitutive Act Governance

Checks that the actor performing a state-making act actually holds the standing to create that state, and refuses constitution by anyone without it.

Version
v1 · 2026-08-24 · History
Mechanism #
583
Type
Authorization Gate
Form family
Control, Automation & Runtime
Solution family
Communication & Signaling
Problem family
Communication, Meaning & Context Breakdown
Problem subfamily
Pragmatic Force & Relational Delivery Failure
Origin domain
Law & Governance
Also from
Philosophy
Instantiates
Constitutive Act Governance

Authority Gate Check answers exactly one question at the moment a performative act is attempted: does this actor hold the standing to make this state? Its whole discipline is to bind constitutive force to a verified office, role, mandate, or delegation — and to block, or mark provisional, any act by someone without it. It is deliberately blind to everything else. It does not read the wording of the act, does not check whether the surrounding conditions are met, and does not judge whether the resulting state is wise or fair. It guards the who, and only the who: strip away the ceremony and the paperwork, and a state should exist only if a properly authorized performer made it.

Example

A patient in a hospital bed has no pulse and no respiration. A nurse at the bedside can chart the absence of vital signs, and a family member can say "he's gone," but in this jurisdiction only a licensed physician (or, under a narrow written protocol, a specifically credentialed nurse) may pronounce death — the constitutive act that starts the legal clock on the death certificate, organ-donation eligibility, and the estate. Authority Gate Check is the step that runs before the official time of death is entered: it resolves the identity and current credential of whoever is entering it and checks that credential against the standing the law requires for this act. A resident on day three of rotation, a paramedic in the field, and the patient's spouse all fail the gate — their statement is a description, not a pronouncement. Only when the "pronounced by" field resolves to a verified, authorized performer does the entry count; anything else is blocked or held provisional until a physician confirms.

How it works

The gate keeps an authority map — which roles, offices, or systems may create which classes of state, and under what delegation. At the moment of the act it resolves the performer's identity, looks up whether that identity carries the standing the target state class requires, and returns authorized / not authorized / needs escalation. The distinguishing work is in the edges: it validates the delegation chain (was the authority passed down through valid hops, and is each hop still live?) and credential freshness (is the license current, the term unexpired, the office not vacated?). It separates de jure standing from mere apparent authority — someone who looks entitled to act but is not. What it never does is inspect the content: a validly authorized actor sails through the gate even when the state they are about to make is wrong.

Tuning parameters

  • Authority granularity — one blanket "authorized signer" versus per-state-class mandates. Fine grain catches an authorized actor reaching beyond their specific remit, at the cost of more bookkeeping.
  • Credential freshness — a live check against the issuing register versus a cached entitlement. Live checking catches revoked or lapsed standing the instant it matters but adds latency to every act.
  • Delegation depth — how many hops of delegated authority you accept, and whether each hop is re-validated rather than assumed.
  • Failure posture — hard block versus provisional-pending-confirmation. A hard block guarantees no unauthorized state slips through but can stall a time-critical act; provisional keeps things moving at the cost of a window in which an unverified state is treated as real.
  • Escalation route — where an unauthorized-but-necessary act is sent (an on-call authority, a quorum) rather than simply failing.

When it helps, and when it misleads

Its strength is that it stops the most basic performative failure at its root: an actor with no standing manufacturing an operative state by sheer performance — acting ultra vires.[n1] It is the cheapest, coarsest legitimacy guard a system has, and it is placed exactly where reliance begins.

Its failure mode is that it validates the seal, not the substance. A properly authorized actor can still create a state that is off-scope, unconditioned, coerced, or harmful, and the gate will pass it without a flicker — authority is necessary for validity but nowhere near sufficient. The classic misuse is to read the gate's green light as full legitimacy: "the right person signed it, so it must be fine," letting authorization launder an act whose conditions were never met. The discipline that guards against this is to treat the gate as one layer in series with a conditions preflight and a harm review, and to keep the authority map itself governed — so no one can quietly widen who counts as authorized and thereby widen what the gate will wave through.

How it implements the components

  • authorized_performer_or_body — this is the gate's entire function: resolve the performer and verify that their office, role, or delegated mandate carries the standing the named state requires.
  • legitimacy_and_harm_guardrail — refusing an authority-less act is the first and coarsest legitimacy guard at the moment of constitution, blocking the illegitimacy of unauthorized state-making before it can be recorded or relied upon.

It does not verify the surrounding conditions — standing_conditions, named_state_or_status — that even a duly authorized actor must satisfy; those belong to its nearest twin, Standing-Condition Preflight (an authorized actor can still fail preflight for want of quorum, and a conditions-complete act can still fail this gate for want of the right actor). Nor does it fix the act's wording (constitutive_act, ceremonial_formPerformative Formula and Context Binding).

Editorial Notes

Form Classification

Form family: Control, Automation & Runtime

Rationale: Checks that the actor performing a state-making act actually holds the standing to create that state, and refuses constitution by anyone without it, making its operative form a state-dependent executable control that senses, filters, routes, or actuates during operation.

Independent corroboration: The frozen evidence defines Authority Gate Check as 'Checks that the actor performing a state-making act actually holds the standing to create that state, and refuses constitution by anyone without it', so its operative form is Control, Automation & Runtime.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Law & Governance

Origin pattern: Single lineage

Present-day reach: Multi-domain

Rationale: Law distinguishes acts that constitute a valid state only when performed by an actor with proper standing and authority.

Related originating lineages:

  • Philosophy — Speech-act theory analyzes authority-sensitive performative utterances.

Review resolution: Law and governance are the agreed primary lineage. Speech-act philosophy materially explains constitutive validity, but refusing state-making acts by actors without standing is an established legal validity check rather than an Encyclopedia synthesis.

Review outcome: Reconciled after independent review; high confidence.

Notes

Real systems must also decide how to treat apparent authority — a third party who reasonably relied on an actor that looked entitled. The gate governs de jure standing at the point of the act; it cannot by itself resolve whether an outsider's good-faith reliance on a false appearance should nonetheless bind. That downstream question is for the contestation path, not the gate.

[n1] Ultra vires ("beyond the powers") is the legal doctrine that an act performed outside the authority granted to a body or officer is void or voidable. Authority Gate Check is the operational check that keeps a would-be constitutive act from being ultra vires in the first place.