Allowed actions move.
The smart account verifies the active policy before the paymaster sponsors execution.
APPROVEDPROGRAMMABLE MONEY FOR PEOPLE + AGENTS
Give your personal AI the power to pay—without giving up control. You set the rules. It moves inside them.
Sponsored testnet execution · Every action attributed · Explorer evidence included
Policy enforced onchain
YOUR AGENT SHOULDN’T NEED YOUR WALLET.
Agents can already think, search and decide. Paying is where trust breaks. A shared payment identity gives an agent enough authority to be useful—and never enough to become dangerous.
AUTHORITY, MADE VISIBLE
Give an agent a budget, a ceiling, a destination and an expiry. Change any rule. End access instantly.
AUTHORITY
YOUR LIMITSENFORCED ONCHAINThe smart account verifies the active policy before the paymaster sponsors execution.
APPROVEDAnything outside the policy is rejected before value can leave the account.
BLOCKEDONE EXPERIENCE · TWO NETWORKS
The account feels singular. Underneath, each network enforces its own verified permissions and sponsored execution.
Authenticated agent payment confirmed with sponsored ERC-4337 execution.
Smart-account deployment, mandate installation, and sponsored payment confirmed.
BUILT FOR AGENTIC COMMERCE
Agents become useful when they can complete narrowly authorized work. The payment identity is designed for machine-speed purchases with human-defined boundaries.
Authorize calls to data, search, inference and specialist model services.
APPROVED SERVICES ONLYLet an agent acquire the infrastructure it needs within an explicit budget.
OWNER-DEFINED LIMITSPurchase access to datasets, research and digital assets from approved providers.
ATTRIBUTED EXECUTIONAllow recurring tools while preserving expiry, revocation and recipient controls.
TIME-BOUND AUTHORITYTHE PAYMENT PATH
The interface stays simple because the authorization path does the difficult work before execution.
The delegated key signs a narrowly defined payment intent.
The smart account confirms the active delegate and owner context.
Recipient, value, token, chain and expiry must all match.
The paymaster covers eligible execution under its own controls.
The outcome becomes attributed, inspectable account activity.
SAFETY IS A SYSTEM, NOT A TOGGLE
The agent operates through its own delegated key rather than the owner’s credentials.
Critical rules belong in account validation, not presentation-layer settings.
The human can terminate delegated authority without moving the account.
Activity identifies whether the owner or agent initiated each operation.
FOR DEVELOPERS
Expose a narrow interface instead of a general wallet. The agent describes intent; the account decides whether that intent is authorized.
{
"action": "request_payment",
"recipient": approvedService,
"amount": requestedAmount,
"network": supportedNetwork
}
// Account policy evaluates the intent
authorize(intent, activePolicy)THE CLEAR ANSWERS
No. The intended model uses separate delegated authority with specific conditions. The human remains the root owner.
A configured paymaster sponsors eligible operations. “Gasless” describes the user experience; execution still has a real network cost.
It proves that the identity and permission model can remain coherent while each network independently enforces execution.
No. The core design works independently on each network. Rebalancing remains optional and follows the stable payment path.
THE HUMAN KEEPS THE KEYS.