Connect
Connect an EVM wallet. WHEN asks the wallet to switch to Robinhood Chain and reads your real vault state.
You stay in control of the vault. The executor only supplies gas and triggers behavior you already authorized.
Connect an EVM wallet. WHEN asks the wallet to switch to Robinhood Chain and reads your real vault state.
Your wallet deploys one deterministic personal vault through the factory. Only you can create rules, pause them or withdraw.
Choose the amount, recipient and condition. Your signature permanently bounds what an executor is allowed to do.
WHEN Sep 11 · 12:00
DO Transfer 0.05 ETH
TO 0x7A3F…91B2
The keeper spots an eligible rule and calls execute(). The vault re-checks the condition on-chain before moving funds.
The recipient is encoded in the owner-created rule.
Each execution is capped by the rule's exact amount.
Withdrawals remain restricted to the vault owner.