Paraclete.

A browser native node for the public ERC 4337 mempool. Sign a real UserOperation with your own wallet and watch it gossip to everyone in the room, then land on chain. Your key never leaves your wallet; this extension only carries the signed op.

01 Connect your wallet

Connect the wallet that holds your funds on Ethereum mainnet. It is the owner of your smart account and the only thing that signs.

02 Fund your smart account

Your wallet owns a counterfactual v0.9 smart account. It deploys itself on its first op and pays its own gas, so send it a little ETH first. Connect your wallet to see its address.

03 Send Ether from your smart account

Build a UserOperation that sends ETH from your smart account to a destination (your own wallet by default). Sign it, copy it, open the extension popup, paste it in, and hit Broadcast. It gossips to every peer on the mesh, then a bundler lands it on chain.

Landing needs a Skandha bundler running on this mempool; it deploys the account and executes the op. The extension only gossips; it never bundles or signs.