Orgs Platform Architecture

Seven layers.
One continuous substrate.

Each layer has a single responsibility, a typed interface, and a mock implementation for testing. Higher layers depend on lower layers, never the reverse. You can replace any one piece without breaking the rest.

VII
Layer

Console

01 / 07

The surfaces humans and agents use to operate the platform.

Web appNext.js 15 · App Router · Tailwind v4 · auth via API key
CLI`orgs` — 18 commands, interactive TUI, works offline
DesktopTauri 2 on macOS · systray agent · hardware-key signing
MCP toolsAgents running inside aut0 can call `orgs.propose`, `orgs.vote`, `orgs.health`
VI
Layer

Governance

02 / 07

Proposal lifecycle, voting, and constitutional enforcement.

ConstitutionYAML document · validated against strict schema · amendable via proposal
ProposalsDraft → Voting → Approved/Rejected → Executed · state-machine gated
Escalation engineChecks constitution on every action · human-gate thresholds
Voting methods1p1v · token · quadratic · delegation · conviction (per constitution)
V
Layer

Treasury

03 / 07

USD and on-chain balances with six-layer policy enforcement.

AccountsUSD ledger · crypto custody adapters · bank sync (Plaid)
PolicyDaily limits · reserve minimums · per-counterparty caps
DisbursementPre-flight: escalation → balance → daily → reserve → vote → confirmed
ReportingReal-time P&L · audit export (CSV, PDF) · FY close
IV
Layer

Chain Adapters

04 / 07

Write governance once, execute anywhere.

Solana RealmsProduction · SPL governance program · multi-sig treasury
SigilL1fe-native · MACA 4-round BFT · 58 tx types
EthereumBeta · Safe multisig + custom governance · L2 support
MockIn-memory adapter · identical interface · used in tests
III
Layer

Filing Engine

05 / 07

Automated filings with Wyoming SOS and the IRS.

Computer UseAnthropic CU agent fills SOS forms · screenshots every step
Playwright fallbackDeterministic path for stable form layouts
Human escalationNon-idempotent operations never retry ambiguous results
PII redactionSSN/ITIN regions redacted before screenshot storage
II
Layer

Identity

06 / 07

Cryptographic identity with lineage back to a human root.

OAS DID`did:oas:wy:llc:xxxx` · W3C compatible · offline-verifiable
Ed25519Signing keys · hardware-backed · zeroize-on-drop in memory
HKDF lineageEvery agent derives from a human root · audit trail
Arsenal ACTsAgent Capability Tokens for scoped credential access
I
Layer

Ledger

07 / 07

Tamper-evident append-only record of every state change.

Hash chainBLAKE3 · each entry signed · previous hash linked
Retention7 years default · extendable · matches FINRA 17a-4 if configured
ExportJSONL · CSV · Parquet · admissible as business record
DiscoveryOne-click legal hold · deterministic replay