# Account Abstraction

## [Conduit](https://conduit.xyz/)

The Conduit Bundler is a component of Conduit's Account Abstraction solution that streamlines complex blockchain operations via ERC-4337 UserOperations, enabling one-click transactions by bundling multi-step actions into a single, user-friendly interaction

<details>

<summary>Quick Links</summary>

**Docs:** <https://docs.conduit.xyz/account-abstraction/conduit-bundler>

Plume Bundler URL: <https://bundler.plume.org>

</details>

### Smart Contracts

Here are smart contracts for Plume Mainnet

<table><thead><tr><th width="221.0234375">Contract Name</th><th>Contract Address</th></tr></thead><tbody><tr><td>Entry Point</td><td>0x0000000071727De22E5E9d8BAf0edAc6f37da032</td></tr><tr><td>Safe 4337 Module</td><td>0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226</td></tr><tr><td>Safe Module Setup</td><td>0x2dd68b007B46fBe91B9A7c3EDa5A7a1063cB5b47</td></tr><tr><td>Simple Account Factory</td><td>0x0ACDDd4868E24aad6A16573b416133F58795A916</td></tr><tr><td>Test Counter</td><td>0x475d5a5B128c1846b86493b357e75E27201447B7</td></tr></tbody></table>

## [Pimlico](http://pimlico.io/)

Pimlico is the world's most advanced ERC-4337 account abstraction infrastructure platform. Pimlico provides a suite of tools and services to help you build, deploy, and manage smart accounts on Ethereum and other EVM-compatible chains.

<details>

<summary>Quick Links</summary>

**Docs:** <https://docs.pimlico.io/>

**Dashboard:** <https://dashboard.pimlico.io/>

</details>


---

# Agent Instructions: 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://docs.plume.org/plume/developers/tools-and-services/account-abstraction.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.
