您可以在终端、代码或 AI 代理中管理 Quicknode。现已支持 CLI、管理 API、MCP 和 SDK。
开始构建
通过 SOC 2 II 类认证 · ISO 27001
Account Abstraction, implemented via the ERC-4337 standard, redefines how user accounts operate on Ethereum and compatible EVM chains by enabling Smart Contract Accounts (SCAs) to serve as primary user accounts. Unlike traditional Externally Owned Accounts (EOAs) controlled by private keys, SCAs are programmable and governed by customizable verification logic. This shift allows developers to build accounts with enhanced security features such as multi-factor authentication, social recovery, and flexible transaction authorization. ERC-4337 achieves this without requiring any changes to the Ethereum protocol itself, running entirely on top of existing infrastructure.
The core innovation lies in the introduction of UserOperations, a new transaction-like object that bundles multiple user intents and metadata, processed by specialized nodes called Bundlers. Bundlers aggregate these UserOperations into single blockchain transactions, enabling features like gas sponsorship and batch execution. The EntryPoint contract acts as a central verifier and executor for these operations, ensuring funds and gas payments are properly managed. Additionally, Paymasters allow dapps to sponsor gas fees or accept alternative payment tokens, removing the need for users to hold native ETH for transaction fees.
This architecture addresses key usability and security challenges in web3, such as seed phrase management, native token requirements, and rigid transaction flows. Developers can integrate Account Abstraction using Alchemy’s comprehensive SDKs and APIs, including Bundler and Gas Manager services, to build wallets and dapps with seamless onboarding and advanced account automation. The solution supports Ethereum Layer 2s and other EVM-compatible chains, making it a versatile foundation for next-generation decentralized applications.
Traditional Ethereum accounts rely on externally owned accounts (EOAs) controlled by private keys, which pose usability and security challenges such as seed phrase management, lack of flexible authorization, and mandatory native token holdings for gas fees. These limitations hinder user onboarding and advanced account features.
UserOperations represent user intents processed by Bundlers that aggregate and submit transactions, improving efficiency and UX.
A singleton contract that verifies and executes UserOperations, managing gas payments and transaction validity.
Developers can onboard users without requiring them to hold ETH by sponsoring gas fees through Paymasters, reducing friction.
Wallets can implement multi-factor authentication, social recovery, and custom authorization rules using smart contract accounts.
Users can automate portfolio rebalancing, scheduled transfers, or batch multiple operations into a single blockchain transaction.
支持80多条链的免费RPC服务。30秒内即可部署一个端点。
Explore web3 competitors and apps like Account Abstraction.






免费 | 企业 | |
|---|---|---|
| 价格(每月) | 免费 | 定制价格 |
| 价格(年度) | 免费 | 定制价格 |
| 消息 | 通过 Discord 和 GitHub 获得社区支持 | 专属支持与服务水平协议(SLA) |
| 支持 | 通过 Discord 和 GitHub 获得社区支持 | 专门的企业支持 |
| 分析 |
可靠的 RPC、强大的 API,且完全省心。
Comprehensive resources including technical deep dives, API references, quickstart guides, and community channels are available to help developers implement ERC-4337 account abstraction.
Supports composable account plugins via ERC-6900, enabling portable and customizable smart contract accounts.