Built for the Arbitrum Open House

Give AI agents
rules, not trust.

The on-chain control layer for AI-managed tokenized securities. Every action is checked against your covenant before funds can move.

See how it works
Arbitrum Sepolia Robinhood Chain ready Open-source contracts
LIVE MANDATE#0001
AGENT PROPOSAL
Buy mNVDA200 USDC
Slippage 0.5% · Prime Exchange
VALIDATING
Agent assigned Asset allowed Within spend limit Slippage safe
EXECUTEDReceipt #001048
REFUSAL PROOFUnsafe actions produce refusal proofs287 recorded
AI AGENT PROPOSESCOVENANT VALIDATESSAFE ACTIONS EXECUTEUNSAFE ACTIONS BECOME PROOFS

AI agents are getting wallets.
They should not get unlimited authority.

WITHOUT COVENANT PRIME

One key. Unlimited risk.

Wallet permissions are binary. Once an agent can sign, users have little control over what it buys, where it sends funds, or what it discloses.

Full wallet access
No verifiable refusal trail
Trading-only permissions
WITH COVENANT PRIME

Bounded authority. Verifiable safety.

Users write an on-chain mandate once. Agents can act quickly inside it and physically cannot cross its boundaries.

Granular on-chain rules
Refusal proofs for every blocked action
Full tokenized security lifecycle

Attack the agent.
The covenant holds.

Run real demo scenarios against Covenant #0001. Safe actions pass. Unsafe actions are refused before execution.

COVENANT #0001 · LIVE
$500/action · 1% slippage · no leverage

Execution receipts prove what happened.
Refusal proofs prove what didn’t.

Covenant Prime does not merely stop unsafe transactions. It creates a portable on-chain record of the attempted action, violated rule, agent, amount, and timestamp.

42msMedian validation
287Unsafe actions blocked
$2.84MProtected value
REFUSAL PROOF#002291
BLOCKEDUnauthorized recipient

Agent attempted to transfer 450 USDC to a recipient outside the permitted perimeter.

Agent
0x71C2...9F4A
Covenant
#0001
Asset
USDC
Amount
450.00
Action hash0x2cc2806cd1cccccccccccccccccccccccccccccccccccccccccccccccccccccc

One covenant.
The full asset lifecycle.

01

Trade & rebalance

Bounded execution across tokenized stocks and RWAs.

02

Vote & claim

Governance and corporate actions with explicit permission.

03

Repay & distribute

Manage credit repayments and tokenized cash flows.

04

Disclose & audit

Permissioned data access with a complete proof trail.

Plug enforceable authority into any agent.

Standard Solidity contracts. Simple action requests. Stable reason codes. Deploy on Arbitrum or any EVM-compatible chain.

Read the architecture
// Agent proposes an action
router.proposeAction({
  covenantId: 1,
  actionType: BUY,
  asset: mNVDA,
  amount: 200e6
});

// Allowed → execute + receipt
// Refused → immutable proof

Let agents act.
Never let them betray the mandate.