> For the complete documentation index, see [llms.txt](https://docs.armchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.armchain.org/account-abstraction.md).

# Account Abstraction

Armchain implements **native Account Abstraction (AA)** at the protocol level, making smart contract accounts first-class citizens of the network. Unlike application-layer implementations (such as ERC-4337), Armchain's AA is built directly into the consensus client and EVM, with dedicated system contracts, a separate AA mempool, and its own gossip layer.

This gives developers and users flexibility in how accounts are controlled and how transactions are validated, from post-quantum signatures to biometric passkeys to MPC-managed keys, without sacrificing Armchain's instant finality or EVM compatibility.

| Document                                                         | Description                                                          |
| ---------------------------------------------------------------- | -------------------------------------------------------------------- |
| [Overview](/account-abstraction/overview.md)                     | How native AA works on Armchain and what it enables                  |
| [Validation Schemes](/account-abstraction/validation-schemes.md) | Supported signing algorithms and account types                       |
| [Paymaster](/account-abstraction/paymaster.md)                   | Gas sponsorship, Foundation Paymaster, and economic policy           |
| [System Contracts](/account-abstraction/system-contracts.md)     | Protocol-level AA contracts, Yul implementation, and developer notes |


---

# 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://docs.armchain.org/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.
