Account Abstraction on Soneium. Connect a browser wallet to create a smart
account and send transactions through the self-hosted bundler. Your keys
never leave the wallet.
⚠️ Wrong network. Your wallet is on .
Click the button to switch to Soneium .
1 · Wallet
2 · Choose action
💸 Send
Single transfer or contract call
📦 Batch
Multiple txs in one signature AA-only
🔢 Counter dApp
Increment an on-chain counter
3 · Send transaction
3 · Batch transactions AA only
With Account Abstraction, multiple calls are bundled into a single
UserOperation — the user signs once, pays gas once. This is impossible
with a regular EOA wallet.
3 · Counter dApp
A simple counter contract deployed on Minato. Read its value, then
increment it through your smart account.