AEVION GOV
DemoProofCityBenchmarksVetProofCompliancePricingVerifyTowns
Try Demo
AEVION GOV
aeviongov.com · Verify everything
HomeDemoProofCityVetProofCompliancePricingVerifyTownsFederalStandardsTechnologyResearchImpactContact
CAGE: 15NV7 | SDVOSB | Patent: 63/896,282
© 2026 Arena of Truth LLC | Sartell, MN | contracts@aevion.ai
CORE SYSTEM V2.2|28 FRAMEWORKS | 8+ PROVIDERS
Arena of Truth

PROOF-NATIVE

CRYPTOGRAPHIC VERIFICATION ARCHITECTURE

Hardware root-of-trust verification for autonomous AI agents. Ed25519 signatures bound to silicon. Every inference cryptographically proven.

View SourceXGML Spec

Core Architecture

LIC Kernel

Lightweight Inference Constraint kernel. Hardware-bound cryptographic verification with BCM2712 silicon identity.

Rust | Ed25519 | SHA-256

Sheriff Modules

Five defensive modules protecting against prompt injection, skill tampering, credential harvesting, and multi-agent collusion.

Python | FastAPI | PyO3

Proof Store

Immutable ledger of cryptographic proofs. Optional anchoring to Polygon PoS for permanent audit trails.

PostgreSQL | Polygon

JET Interlock

Just-Enough Thinking energy budgets. Automatic inference termination within safety bounds. Patent Claim D.

Patent 63/896,282

Temporal Workflows

Durable execution for verification workflows. Automatic retry with cryptographic handoff proofs.

Temporal Cloud | Python SDK

XGML Protocol

Explainable Graph Markup Language for human+AI reasoning exchange. Dual-audience transparency.

XML | Graph Semantics

F28 Cross-Provider BFT

Byzantine fault tolerance across 8+ independent LLM providers. Provider Diversity Score prevents correlated failures.

Patent 63/896,282 | Novel

Multi-Provider Consensus

Claude, Gemini, Grok, Llama, Mistral, DeepSeek verified simultaneously. Cross-provider agreement weighted 2x.

8 Providers | 28+ Models

ASV Tri-Modal Architecture

Three isolated nodes with distinct responsibilities. No single point of compromise.

Forge Node

NVIDIA RTX 3060 | Knowledge

Semantic search (RAG) using FAISS/ChromaDB. Ingests raw evidence and sensitive documents. Air-gapped isolation.

Security: AES-256-GCM

Commander Node

Intel i7-13700K | Logic

Executes deterministic Rust logic. Consensus arbitrator. Cannot access raw data.

Security: Watts Limit

Sheriff Node

Raspberry Pi 5 | Security

Hardware root-of-trust. Signs decisions with BCM2712 OTP keys. Anchors proofs to Polygon blockchain.

Security: Ed25519 Hardware
8+
LLM Providers
28
Verification Frameworks
<100µs
Signature Latency
94%
Consensus Accuracy

Verified Evidence

Real benchmarks. Real proofs. Cryptographically anchored.

Pi 5 Edge Performance

BCM2712 SoC, measured Feb 2, 2026

Ed25519 Signing22,922 ops/sec
Ed25519 Verify7,250 ops/sec
Cognitive Lattice106,537 ops/sec
End-to-End15,523 ops/sec

Triple Formal Verification

Lean 4, Verus, Coq proof systems

Lean 4 Theorems103 verified
Lean 4 Modules6 files
Verus Proofs4 modules
Coq ProofsHealthcare

Cross-Provider Consensus

F28 Byzantine Fault Tolerance

Providers8+ independent
Models28+ total
GSM8K94% consensus
BlockchainPolygon (137)

Developer Integration

Three lines to verified AI

verification.py
from aevion.sheriff import verify_agent
from aevion.crypto import sign_proof_bundle

# Verify an AI agent's inference
result = verify_agent(
    agent_id="agent_0x1a2b",
    inference_hash="sha256:abc123...",
    skill_manifest="skills.xgml"
)

# Generate signed proof bundle
if result.verified:
    proof = sign_proof_bundle(
        result,
        signing_key=os.environ["AEVION_SIGNING_KEY"]
    )
    print(f"Proof: {proof.bundle_id}")
    # => Proof: spb_7f8a9b2c...
Full Documentation