Background
Under ERC-4337, smart wallets perform authentication (signature verification) inside of a smart contract. Depending on the signature scheme, signing may be done locally (on the user’s computer) or in a remote environment (e.g. TEEs). This page lists notable smart account implementations deployed to Monad.Provider Summary
- Mainnet
- Testnet
| Provider | Status | Docs | Supported services | How to get started |
|---|---|---|---|---|
| Biconomy | ✅ | Docs | Nexus: Smartest & most gas-efficient smart account External Wallets Auth: privy, turnkey; session keys | Quickstart |
| MetaMask Smart Accounts Kit | ✅ | Embedded Smart Accounts (4337 & 7702) Auth: Signer agnostic, bring any signer Features: WebAuthn, Multisig, ERC-7710 delegations support | Quickstart | |
| Pimlico | ✅ | Docs | permissionless.js, a flexible SDK for interfacing with various smart accounts, bundlers/paymasters, and signers. | Tutorial |
| ZeroDev | ✅ | Docs | Smart contract accounts Session keys with several options for signature schemes (ECDSA, Passkey, Multisig), policies, and actions. | Quickstart |
Provider Details
Biconomy
Biconomy is the most comprehensive smart account and execution infrastructure platform that enables seamless, user-friendly experiences across single or multiple chains. With Biconomy, developers can build superior onchain UX through gas abstraction, sessions, batching, and one-click signatures for complex actions on any number of networks. Additionally, you can use Biconomy’s Nexus:- Directly as a smart account with passkeys or embedded wallets
- Directly via 7702 with embedded wallets
- With all EOA wallets such as Metamask, Rabby and more

