> For the complete documentation index, see [llms.txt](https://igra-labs.gitbook.io/igralabs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://igra-labs.gitbook.io/igralabs-docs/for-developers/contract-addresses/account-abstraction.md).

# Account Abstraction

ERC-4337 and EIP-7702 contracts deployed on Igra Mainnet.

EIP-7702 is supported at the protocol level (Prague/Pectra active from genesis). No additional contracts required.

## Contracts

| Contract             | Description                                                              | Address                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| EntryPoint v0.9      | ERC-4337 singleton — handles UserOperation validation and execution      | [`0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108`](https://explorer.igralabs.com/address/0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108) |
| SimpleAccountFactory | Creates ERC-4337 smart accounts via CREATE2                              | [`0x13E9ed32155810FDbd067D4522C492D6f68E5944`](https://explorer.igralabs.com/address/0x13E9ed32155810FDbd067D4522C492D6f68E5944) |
| Simple7702Account    | Dual-mode account: EIP-7702 delegation target and ERC-4337 smart account | [`0x4Cd241E8d1510e30b2076397afc7508Ae59C66c9`](https://explorer.igralabs.com/address/0x4Cd241E8d1510e30b2076397afc7508Ae59C66c9) |

## Reference

* [EIP-4337](https://eips.ethereum.org/EIPS/eip-4337) — Account Abstraction Using Alt Mempool
* [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) — Set EOA account code
* ABIs available on Blockscout: [EntryPoint](https://explorer.igralabs.com/address/0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108?tab=contract), [SimpleAccountFactory](https://explorer.igralabs.com/address/0x13E9ed32155810FDbd067D4522C492D6f68E5944?tab=contract), [Simple7702Account](https://explorer.igralabs.com/address/0x4Cd241E8d1510e30b2076397afc7508Ae59C66c9?tab=contract)


---

# 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://igra-labs.gitbook.io/igralabs-docs/for-developers/contract-addresses/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.
