> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/cn/faq/aa-wallet/how-to-use-aa-wallet.md).

# AA智能钱包如何使用

1、打开刚刚创建的AA智能钱包，在这里转入了1 USDT用于转账的测试，点击USDT进行转账，在转账界面中【选择钱包】或填入地址后，在【支付方式】中可以看到默认是本地址支付矿工费的选项。

<figure><img src="/files/KaETtjUKsWPSYj0Jh7bn" alt=""><figcaption></figcaption></figure>

2、由于创建的AA智能钱包中缺乏足够的MATIC以支付上链矿工费，因此我们需要考虑其他支付方式。尽管最佳选择是使用管理地址支付MATIC，但在本教程中，我们使用USDT进行支付。请注意，首次执行AA智能钱包上链操作需要支付额外的合约创建费用，因此请确保您拥有足够的资产来满足这些费用要求。

<figure><img src="/files/y7TflRKIYlEUE7bJcBEu" alt=""><figcaption></figcaption></figure>

3、支付完成后可以看到转出资产的数量是创建手续费+转出数量，等下一次执行链上操作时，可以看到手续费较首次执行链上操作时降低了一部分。

<figure><img src="/files/Mv756tBd7bV3V7IQXiqE" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tokenpocket.pro/cn/faq/aa-wallet/how-to-use-aa-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
