OPEN STANDARD
V1.0.0

BASIS

Baseline Authority for Safe & Interoperable Systems

The open standard for AI agent governance. Defining what must happen before an AI agent acts.

The Four-Layer Architecture

┌─────────────────────────────────────────────────────────────┐
│  LAYER 1: INTENT    → Parse & classify action requests      │
├─────────────────────────────────────────────────────────────┤
│  LAYER 2: ENFORCE   → Evaluate against trust & policies     │
├─────────────────────────────────────────────────────────────┤
│  LAYER 3: PROOF     → Log with cryptographic integrity      │
├─────────────────────────────────────────────────────────────┤
│  LAYER 4: CHAIN     → Anchor to blockchain (optional)       │
└─────────────────────────────────────────────────────────────┘

Eight Trust Tiers (T0-T7)

TierScoreDefault Capabilities
T0 Sandbox0-199Isolated testing only
T1 Observed200-349Read-only, human review required
T2 Provisional350-499Basic writes, policy-checked
T3 Monitored500-649Standard ops, anomaly detection
T4 Standard650-799External API access, policy-governed
T5 Trusted800-875Cross-agent communication
T6 Certified876-950Admin tasks, minimal oversight
T7 Autonomous951-1000Full autonomy within policy

Trust Dynamics

Decay

7-day half-life. Inactive agents lose trust over time to prevent stale high-trust entities.

Failure Amplification

3x multiplier on negative deltas. Failures hurt more than successes help.

Tier Boundaries

Hard floors and ceilings at tier boundaries. Can't skip tiers.

Specification Documents

Conformance Levels

BASIS Core

Minimum viable governance

  • INTENT layer
  • ENFORCE layer
  • PROOF layer

BASIS Complete

Production-ready implementation

  • All Core requirements
  • CHAIN layer
  • Full capability taxonomy

BASIS Extended

Enterprise-scale deployment

  • All Complete requirements
  • Multi-tenant isolation
  • Federated trust

Quick Start

Example Policy Snippet

basis_version: "1.0"
policy_id: "corp-finance-limited"
constraints:
  - type: "capability_gate"
    capabilities: ["financial:transaction/medium"]
    minimum_tier: "certified"
  - type: "escalation_required"
    capabilities: ["admin:policy/modify"]
obligations:
  - trigger: "transaction_value > 10000"
    action: "require_human_approval"

Ready to Implement?

Use Cognigate, the reference implementation of BASIS, or build your own compliant implementation using the specification.