Radix Scenarios — 3 of 3

The AI Institution

AI workers come and go. The institution remains.

June 2026 Commentary: Gary, Radix Telegram

An AI application is a model plus a system prompt plus a database. Replace the model, and the application changes — potentially breaks. Its identity is inseparable from the inference layer powering it. An AI institution is different. Its treasury, permissions, rules, and transaction history live on-chain, independent of whatever model is currently running it. The model is a worker. The institution is the employer.

GPT-4o today. Claude tomorrow. Open source next year. The treasury balance, permission structure, and complete payment record are unchanged. The institution cannot be erased by a model deprecation notice.

"The first project that demonstrates a real AI institution operating on-chain — creating work, verifying work, paying for work, managing permissions, and surviving model replacement — has a chance to make that positioning stick." — Gary, Radix Telegram, June 2026

Where Radix sits in the stack

Every major L1 has a function it performs better than others because its architecture was shaped around that function from the start.

Bitcoin
Money — store of value, cannot be debased or seized
Solana
Payment rail — high throughput, low cost, fast finality
NEAR
AI application layer — developer-friendly, chain signatures
Radix
Settlement and authority rail — who owns what, who has permission, what was authorised, whether settlement happened

A payment rail moves value. An authority rail also records permission, ownership, and governance — the things an institution needs to persist across time and across agent generations. The distinction is not subtle: it determines whether an AI organisation survives its own model upgrades.


Four phases of adoption

The path from a first Radix transaction to a fully on-chain AI organisation follows a natural progression. Each phase follows from the previous once you have taken the first step.

1
AI → Radix → withdraw immediately
Single settlement event. Minimum commitment. The agent uses Radix for one payment, then moves value off-chain. The bounty demo in this series is a live Phase 1 instance.
live today
2
AI → Radix → keep working capital on Radix
The agent holds a working balance on-chain. Budget limits become enforceable. Multi-agent oversight becomes possible. Keeping working capital here is a treasury decision, not a technical one.
near term
3
AI → Radix → keep treasury on Radix
Primary financial layer is on-chain. Revenue sharing and governance enforced by the ledger. Model replacement becomes survivable — the treasury does not move when the AI does.
emerging
4
Entire AI-native organisations operate on Radix
The institution is the on-chain structure. Workers are swappable, upgradeable, replaceable. The institution persists. Not demonstrated anywhere yet — but the architecture exists today.
destination

Surviving model replacement

The model swap is not hypothetical — it is already happening. Organisations that built on GPT-3 moved to GPT-4, then GPT-4o. Each transition required rebuilding applications. An institution whose permissions and treasury live on-chain does not rebuild anything. It assigns a new model the same signing key and continues operating.

Today
GPT-4o
Tomorrow
Claude
Future
Open Source
The institution on Radix — unchanged across all three
Treasury
Permissions
Budgets
Revenue rules
Audit trail
Governance

What the institution looks like

The institution layer separates cleanly into what belongs on-chain and what stays off. Nothing moves on-chain that does not require shared trust between multiple parties.

on Radix
Treasury
Assets held. No agent can exceed approved limits.
on Radix
Permissions
What each agent role can do. Enforced before execution.
on Radix
Budgets
Daily, per-transaction, total. Cannot be overridden.
on Radix
Settlement
Multi-party splits, atomic, immutable record.
off-chain
AI Reasoning
Whatever model is current, fastest, cheapest.
off-chain
Data & Search
Product catalogs, logistics, messaging.
off-chain
Application
Web app, API, user interface — any stack.
off-chain
Infrastructure
OpenAI, AWS, Anthropic, private datacenter.
The honest gap

Phase 4 has not been demonstrated on any L1. The "??" in Gary's original formulation is honest. The architecture that makes it possible — account-based permissions, badge ownership, vault structure, manifest atomicity, subintent pre-authorisation — exists on Radix today. The gap is demonstrated use. Moving from Phase 1 to Phase 2 publicly, with enough legibility that outsiders can follow, is the demonstration the ecosystem needs.

"The AI can live anywhere. But the institution it belongs to — the treasury, the rules, the permissions, and the shared ownership — can live on Radix." — Gary, Radix Telegram, June 2026
References
  1. Gary, Commentary on Radix agent architecture and adoption phases, Radix Telegram, June 2026. Quoted with permission.
  2. Radix DLT, Transaction Manifest V2 specification, docs.radixdlt.com
  3. xstelea, Radix Agent Protocol (RAP) V1, github.com/xstelea/radix-web3.js, 2026