# 什么是AA智能钱包

AA智能钱包, 也称为账户抽象钱包（Account Abstraction Wallet），是基于ERC-4337协议的一种智能合约钱包。其通过智能合约进行管理，能够按照合约账户的规范定义传统的助记词钱包；用户可以通过智能合约来控制这个钱包，允许进行编程操作以提高其安全性和可用性。这种方法消除了用户因丢失助记词或私钥而担忧的风险，从而为用户提供了更高级别的安全性。

点击阅读[<mark style="color:blue;">**《 AA智能钱包科普》**</mark>](/cn/faq/aa-wallet/popular-science.md)了解更多关于AA智能钱包（账户抽象）的相关知识。


---

# 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://help.tpwallet.io/cn/faq/aa-wallet/what-is-aa-wallet.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.
