Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/pages/bundler-api/bundler-api-quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Bundler API Quickstart
description: Learn about the Bundler API and how you can use it work with user operations.
subtitle: Learn about the Bundler API and how you can use it work with user operations.
description: Learn about the Bundler API and how you can use it to work with user operations.
subtitle: Learn about the Bundler API and how you can use it to work with user operations.
url: https://docs.alchemy.com/reference/bundler-api-quickstart
slug: reference/bundler-api-quickstart
---
Expand All @@ -10,11 +10,11 @@ slug: reference/bundler-api-quickstart

The concept of a Bundler is introduced by [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337), which aims to bring Account Abstraction to EVM chains. With the expectation of an increased adoption of Smart Contract Wallets (SCWs) for their user-friendly experience and flexibility, the Bundler plays a vital role. Essentially, it forwards the user operations to the Entrypoint which are then further forwarded to the smart contract accounts for execution. Our custom built Bundler called Rundler provides high performance and reliability, it's written in Rust and is [completely open source](https://github.com/alchemyplatform/rundler).

To gain deeper insights into this topic, explore our [blog post on Account Abstraction](https://www.alchemy.com//blog/account-abstraction).
To gain deeper insights into this topic, explore our [blog post on Account Abstraction](https://www.alchemy.com/blog/account-abstraction).

## What is the Bundler API?

The Bundler APIs are a collection of [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337#rpc-methods-eth-namespace) compliant JSON-RPC endpoints which makes it possible for users to work with user operations.
The Bundler APIs are a collection of [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337#rpc-methods-eth-namespace) compliant JSON-RPC endpoints which make it possible for users to work with user operations.

<Info>
Please note that using
Expand Down