AI manages your stocks.The contract enforces the rules.
Tokenized equities need AI managers. But no compliance officer will trust an unconstrained bot with securities. Mandate implements the ERC-8226 standard — every trade is checked atomically by the smart contract. Violations revert on-chain. No exceptions.
The agent can
- perceive.
- analyze.
- allocate.
- self-critique.
- comply.
- execute.
The Problem
$29B in tokenized assets.
Zero standard for AI agents to manage them safely.
Robinhood Chain launched tokenized stocks (TSLA, AMZN, PLTR, AMD). AI agents will manage these portfolios — it's inevitable. But today:
- ×Enzyme & dHEDGE enforce vault policies, but have no regulated agent mandate model — no KYC, no jurisdiction, no kill switch
- ×The SEC (Jan 2026) confirmed tokenized equities are securities — compliance is non-negotiable
- ×The SEC Crypto Task Force (Feb 2026) demands “examiner-ready mandates with kill authority” for all algorithmic agents
The Solution
ERC-8226: Regulated Agent Mandate
A new Ethereum standard (Draft, April 2026) that defines how a verified principal delegates scoped, time-bounded, financially-capped authority to an AI agent — and how token contracts verify mandate validity at the point of transfer.
Mandate is the first implementation. We deploy it on Robinhood Chain for AI-managed tokenized equities — with a novel correlation-aware concentration cap that catches fake diversification across correlated tech stocks.
Architecture
Five enforcement layers. Every trade. Atomically.
Each layer is checked before any value moves. Hard guarantees are oracle-free (token base units). The agent cannot bypass them.
Asset Allowlist
Only permitted equities can be acquired. Anything else reverts.
Per-Name Position Cap
Max % of portfolio in any single stock (30%). Prevents concentration.
Correlation Cluster Cap
Max % across correlated names (60%). Catches fake diversification in tech stocks.
RAMS Mandate Caps
Per-tx and cumulative budget enforced by ERC-8226 registry. Oracle-free.
Kill Switch (Freeze)
Regulator can halt any agent globally. Platform can freeze per-jurisdiction.
Live Demo
Prove it. On-chain. Right now.
These buttons submit real transactions to the deployed contract on Robinhood Chain testnet. Every violation reverts.
Mandate Budget
Per-tx cap 40k + cumulative 90k. Enforced by ERC-8226 registry.
Per-Name Cap
No single stock can exceed 30% of portfolio. PositionLimitExceeded on breach.
Cluster Cap
Correlated tech names capped at 60% combined. Catches fake diversification.
Kill Switch
Regulatory-tier global freeze. One call halts the agent instantly.
Enforcement Proof
Each button intentionally violates one enforcement layer. The contract rejects it — live, on Robinhood Chain testnet.
Agent Reasoning Chain
A 6-phase autonomous loop with two coordinating agents — not a single prompt.
AI Manager
The agent reasons about allocation within mandate bounds. If it proposes something valid, the contract would allow it.
Active Mandate
...Permitted Assets
TSLA
Tesla Inc.
AMZN
Amazon.com
PLTR
Palantir
AMD
Advanced Micro
NFLX
Netflix
Compliance Receipts
Examiner-ready audit trail. Every executed agent action emits an on-chain receipt — read live from the vault contract.
Why Mandate
Four things that set it apart
A standard, not a bespoke engine
Mandate implements ERC-8226 (Regulated Agent Mandate) — a real Ethereum standard. That means interoperability and a credible path to adoption, not a one-off policy script.
A reasoning system, not a demo bot
Two coordinating agents — a Strategist that forms a view from live market data, and a Risk Officer that independently vets every trade. The agent has memory across cycles.
Correlation-aware risk
Beyond per-name limits: a cluster cap catches fake diversification across correlated tech stocks. Five names that move together can't masquerade as a balanced book.
Examiner-ready by design
Every action emits a compliance receipt. Tiered kill switches (platform vs regulatory) match the SEC Crypto Task Force's stated requirements for algorithmic agents.
Built With
Standards-first. Ship-ready.
ERC-8226
Regulated Agent Mandate standard
Foundry
33 tests, every revert path. OpenZeppelin base.
Robinhood Chain
Arbitrum Orbit L2 · Chain ID 46630
Two-Agent AI
Strategist + Risk Officer · live data · memory