WHEN
Robinhood Chain
Open app
WHEN / TUTORIAL

Four steps.
One signature per rule.

You stay in control of the vault. The executor only supplies gas and triggers behavior you already authorized.

01

Connect

Connect an EVM wallet. WHEN asks the wallet to switch to Robinhood Chain and reads your real vault state.

0x91C2…A77F CONNECTED
02

Create your vault

Your wallet deploys one deterministic personal vault through the factory. Only you can create rules, pause them or withdraw.

WHEN VAULT0xA7E4…22C9OWNER → 0x91C2…A77F
03

Define the rule

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

04

Let it execute

The keeper spots an eligible rule and calls execute(). The vault re-checks the condition on-chain before moving funds.

RULE #12EXECUTED ON-CHAIN
×Change the recipient

The recipient is encoded in the owner-created rule.

×Increase the amount

Each execution is capped by the rule's exact amount.

×Withdraw your vault

Withdrawals remain restricted to the vault owner.

Ready when you are.

Create a rule →