> For the complete documentation index, see [llms.txt](https://timelessx.gitbook.io/timeless-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-bundler.md).

# What is Bundler?

Bundlers represent a specialized form of Ethereum nodes that focus on processing UserOperations, either exclusively or alongside standard Ethereum transactions.

These UserOperations are directed to a network of Bundlers. These Bundlers keep an eye on the mempool and gather multiple UserOperations into a single transaction. They then package and submit these aggregated transactions to the blockchain, acting on behalf of the users. For their services, Bundlers receive compensation from the users they assist.

The rationale behind this system is to eliminate the need for every web3 user to maintain an Externally Owned Account (EOA). Since all Ethereum transactions must be initiated by an EOA, Bundlers play an essential role in making the ERC-4337 framework a reality, effectively streamlining the transaction process for users.

<figure><img src="/files/UDKwIkbEKZlAlhgbF7X4" alt=""><figcaption><p>Bundler</p></figcaption></figure>

> **Sources**: [Ethereum](https://eips.ethereum.org/EIPS/eip-4337), [ERC4337.io](https://www.erc4337.io/), [Alchemy](https://www.alchemy.com/learn/account-abstraction)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-bundler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
