Skip to content
Alchemy Logo

Abstract API FAQ

Frequently asked questions about the Abstract API

Abstract is a blockchain platform designed to lead the next generation of consumer crypto. It focuses on providing a developer-friendly environment for building smart contracts and applications with native account abstraction.

The Abstract API allows interaction with the Abstract network through a set of JSON-RPC methods. Its design is familiar to developers who have worked with Ethereum's JSON-RPC APIs, making it intuitive and straightforward to use.

Explained in Abstract API Quickstart.

Abstract is EVM compatible, meaning it looks and feels like Ethereum, but with lower gas fees and higher transaction throughput. Most existing smart contracts built for Ethereum will work out of the box on Abstract (with some differences), meaning developers can easily port applications to Abstract with minimal changes.

Abstract offers native account abstraction, which is a key feature of its architecture. It also provides the Abstract Global Wallet, a smart contract wallet powering the Abstract ecosystem.

Abstract's architecture includes system contracts and native account abstraction. Developers can learn more about the components that make up Abstract through their documentation.

Built on top of the ZK Stack, Abstract is a zero-knowledge (ZK) rollup built to be a more scalable alternative to Ethereum; it achieves this scalability by executing transactions off-chain, batching them together, and verifying batches of transactions on Ethereum using (ZK) proofs.

Don't worry, we got you. If you have any questions or feedback, please contact us at support@alchemy.com or open a ticket in the dashboard.

Was this page helpful?