Deployed on Robinhood ChainERC-8226 · First Implementation

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.

ERC-8226Robinhood ChainSEC Compliant

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.

1

Asset Allowlist

Only permitted equities can be acquired. Anything else reverts.

2

Per-Name Position Cap

Max % of portfolio in any single stock (30%). Prevents concentration.

3

Correlation Cluster Cap

Max % across correlated names (60%). Catches fake diversification in tech stocks.

4

RAMS Mandate Caps

Per-tx and cumulative budget enforced by ERC-8226 registry. Oracle-free.

5

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

90,000USDG

Per-tx cap 40k + cumulative 90k. Enforced by ERC-8226 registry.

Per-Name Cap

30%

No single stock can exceed 30% of portfolio. PositionLimitExceeded on breach.

Cluster Cap

60%

Correlated tech names capped at 60% combined. Catches fake diversification.

Kill Switch

Armed

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.

Strategist AgentRisk Officer AgentLive Market DataCross-Cycle Memory

AI Manager

The agent reasons about allocation within mandate bounds. If it proposes something valid, the contract would allow it.

Active Mandate

...
StandardERC-8226 (RAMS)
Registry0xc6d4...8B2c
Vault0x9d31...2884
Per-tx cap40,000 USDG
Cumulative90,000 USDG
Validity30 days
Kill switchRegulatory tier
Budget consumed0 / 90,000

Permitted Assets

TS

TSLA

Tesla Inc.

Allowed
AM

AMZN

Amazon.com

Allowed
PL

PLTR

Palantir

Allowed
AM

AMD

Advanced Micro

Allowed
NF

NFLX

Netflix

Blocked
Cluster: Tech correlated0% / 60% cap
Per-name max30%

Compliance Receipts

Examiner-ready audit trail. Every executed agent action emits an on-chain receipt — read live from the vault contract.

Reading ComplianceReceipt events from chain…

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.

Draft EIP

ERC-8226

Regulated Agent Mandate standard

Contracts

Foundry

33 tests, every revert path. OpenZeppelin base.

Network

Robinhood Chain

Arbitrum Orbit L2 · Chain ID 46630

AI Engine

Two-Agent AI

Strategist + Risk Officer · live data · memory