Authority

VII node standard published
Published 2026-07-11

Type: Node / Institutional Property

Working Definition: Authority is the recognized power to perform acts that bind others or produce institutional effects — not what an actor is capable of doing, but what the institution has authorized them to do, traceable to a specific constitutional source.

Function in the Grammar: Authority is the answer to the question "who gets to decide, and by what right?" It is not capability — a system administrator may have the technical capability to delete all records, but lacks the authority to do so. It is not consensus — unanimous agreement does not create authority where the constitutional structure has not granted it. Authority flows downward from the institution's constitution through offices and roles to specific actors for specific acts. An act performed without authority may be factually real — the thing happened — but institutionally invalid: it has no force within the institution's governance structure, and the institution is not bound by it. Authority is not a vibe. A system does not become legitimate because the right person meant well.


Formal Pattern

Authority(α, actor: a, act_type: T, institution: I) iff
  Constitution(K, I) AUTHORIZES(K, Office(o), T)
  a occupies Office(o) within I
  α is bounded: Scope(α), Duration(α), Conditions(α)
  α traces to a specific constitutional provision or delegation event in Ledger(I)

Delegation(α′, from: α, to: actor: b, for: T′) iff
  T′ ⊆ T (delegation cannot exceed the delegating authority)
  Delegation is a recognized act recorded in Ledger(I)
  Delegation expires with or before α

Examples

Domain Authority What it is grounded in
Law A judge's authority to issue a warrant Statutory grant; constitutional office; specific evidentiary threshold
Corporate governance A CFO's authority to approve expenditures below a threshold Bylaw delegation from the board; bounded by amount and category
Science / publishing An editor's authority to accept or reject a submission Journal policy; editorial office
Religious institutions A bishop's authority to ordain Canon law; apostolic succession
Digital governance A model assistant's authority to draft but not publish Constitutional rule; role assignment
Parliamentary governance A committee's authority to recommend, not decide Enabling resolution; chamber rules

Distinctions

Authority ≠ Power. Power is the factual capacity to produce effects — the ability to act regardless of authorization. Authority is the normative right to act — the recognized capacity that gives acts institutional validity. An actor with power but no authority can make things happen; those things carry no institutional weight. An actor with authority but no power can issue orders; those orders carry institutional weight even if they require others to execute them. The confusion of power with authority is one of the most common and consequential institutional failures.

Authority ≠ Legitimacy. Legitimacy is the broader normative property of being justifiable to those over whom authority is exercised. Authority is formally granted within a constitutional structure. An institution may grant authority formally and exercise it in ways that lack legitimacy — that are not justifiable to those affected. Conversely, authority that is not formally granted may still be widely regarded as legitimate. Both concepts matter; neither reduces to the other.

Authority ≠ Jurisdiction. Jurisdiction is the scope of domain within which an institution's authority holds. Authority is the right to perform specific acts within that domain. A court has jurisdiction over a territory; individual judges have authority to perform specific acts within that jurisdiction.

Authority ≠ Capability. Capability is what an actor can do regardless of authorization. Authority is what an actor is authorized to do. The principle that capability is not authority is constitutional in Substrate: the fact that a model can act does not mean the model is authorized to act.


Common Failure Modes

Mode Description
Authority drift An actor gradually performs acts beyond the scope of their constitutional authorization, without formal delegation or amendment. Over time, the institution operates on a de facto authority structure that diverges from the de jure one. Where to look: consequential decisions that cannot be traced to a specific constitutional provision.
Authority by consensus Actors treat unanimous agreement as sufficient authorization. If the constitution has not granted the authority, no vote creates it — the institution can only do what the constitution empowers it to do through proper procedure. Where to look: decisions justified by "everyone agreed" without reference to constitutional authority.
Capability-as-authority An actor who has the capability to perform an act treats capability as sufficient justification. In digital systems, this often appears as: "the system allowed me to do it, therefore I was authorized." Where to look: actions that were technically possible and performed, but that were never constitutionally authorized.
Delegation without record Authority is delegated informally, without a recorded delegation act. Future actors cannot verify that the delegation was valid, who holds it, or when it expires. Where to look: actors performing acts that were not constitutionally granted to their office, justified by claimed informal delegation.

Cross-References

Cross-References

This entry is AI-assisted. Reviewed by the human author before publication.