Skip to main content

DAO Governance

BASTION implements multi-DAO governance aligned to military command echelons, with a full proposal lifecycle, coalition support, and AI agent integration under strict safety constraints.

Three-Tier DAO Structure

TierScopeExample
StrategicTheater/national-level policy and guidanceINDOPACOM Strategy DAO
OperationalCampaign and major operation decisionsJTF Planning DAO
TacticalExecution-level task approvalBattalion Ops DAO

Hierarchical Relationships

DAOs form parent-child hierarchies. Child DAOs inherit membership and policy from their parent, ensuring strategic guidance flows down while tactical feedback flows up. A Strategic DAO can spawn multiple Operational DAOs, each of which can spawn Tactical DAOs.

Proposal Lifecycle

  1. Draft -- Author creates proposal with required metadata
  2. Screen -- AI proposal-screener checks completeness and policy compliance
  3. Context -- AI context-analyzer enriches with operational context
  4. Feasibility -- AI feasibility-assessor evaluates resource and risk factors
  5. Review -- Human reviewers examine AI-enriched proposal
  6. Vote -- Members vote under the configured voting scheme
  7. Execute / Reject -- Approved proposals trigger execution; rejected proposals are archived with rationale

Proposal Kinds

Beyond standard proposals, BASTION supports domain-specific types:

KindPurpose
PhaseTransitionAdvance the operation to the next phase
AssumptionAcceptanceFormally accept or reject a planning assumption
ProductApprovalApprove a planning product (e.g., OPORD annex)
RedTeamGateRequire red team review before proceeding
CommanderGuidanceIssue or update commander's guidance
StrikeAuthorizationAuthorize kinetic or cyber strike -- always human, 100% approval threshold

Voting Engine

Each DAO configures one of three voting schemes:

  • Token-weighted -- Votes proportional to governance token holdings
  • Role-weighted -- Votes weighted by the voter's staff role and echelon
  • Equal -- One member, one vote

The voting scheme is set at DAO creation and can be changed only by a governance proposal within the parent DAO.

Coalition Proposals

Multi-party operations (Five Eyes, NATO, ad hoc coalitions) use coalition proposals that require approval from each participating DAO. A coalition proposal is not enacted until every designated party reaches its own approval threshold independently.

Five-Tier Authority Delegation Model

BASTION implements authority delegation through five echelon-based tiers, each enforced by smart contract:

TierScopeExampleEngagement Authority
Tier 1IndividualSingle operator within bounded scopeNone — administrative only
Tier 2TeamSmall unit coordinationNone — coordination only
Tier 3OrganizationalCommander-level authorityMinimum for autonomous engagement
Tier 4National DAONational resource commitmentsStrategic resource decisions
Tier 5Coalition StrategicFull coalition consensus100% approval for strike authorization

Delegations are dynamic and time-bounded. A commander can grant expanded delegation for a limited mission window (e.g., "Tier 3 engagement authority for four hours in grid 12S"). The delegation is recorded on the NEAR blockchain with its expiration time and expires automatically. No one has to remember to revoke it.

Interaction-Based Authority Levels (MDMP)

In addition to echelon-based tiers, each MDMP planning activity is assigned an interaction-based authority level governing how humans and AI collaborate:

LevelDescriptionExample Activities
AI_AUTONOMOUSAI executes without human involvementData aggregation, format validation
AI_PRIMARYAI leads with human oversightIntelligence preparation, trend analysis
HYBRID_AI_LEDAI generates, human reviews before actionCOA development, risk assessment
HYBRID_HUMAN_LEDHuman leads with AI assistanceMission analysis, commander's guidance
HUMAN_ONLYHuman decides, AI may present informationStrike authorization, ethical judgments, risk acceptance

Three activity categories are permanently locked to HUMAN_ONLY: AUTHORITY_DECISION, ETHICAL_LEGAL, and RISK_JUDGMENT. These locks are immutable in the smart contract.

Agent Integration

AI agents participate in DAO workflows under safety constraints:

  • Agents draft and enrich proposals but cannot cast binding votes
  • Agent recommendations are clearly labeled as AI-generated
  • All agent outputs pass through human-in-the-loop checkpoints before affecting DAO state
  • Agent DIDs provide verifiable attribution for every contribution