# 关闭智能账户

在 KEYRING PRO 钱包中，用户可以通过 EIP-7702 功能临时将 EOA（外部账户）升级为智能账户，以实现更高级的功能，例如 gas 赞助、批量操作、会话密钥等。然而，为了避免兼容性问题或其他风险，用户也可以随时将地址恢复为普通钱包状态。这正是 **关闭智能账户** 的作用。

## 为什么需要关闭？

当用户启用 gas 赞助等 EIP-7702 功能时，其 EOA 会暂时具备智能合约的行为模式，即进入“智能账户”状态。这种模式虽然功能强大，但部分 dApp 或中心化交易所（CEX）可能无法兼容此类地址，可能导致交易失败或资产被冻结。

为此，KEYRING PRO 提供关闭机制，让用户可以主动将地址从智能账户状态恢复为标准 EOA 状态，提升通用性和兼容性。

## 操作流程

1. **选择相关账户**\
   找到曾使用过 gas 赞助等 EIP-7702 功能的钱包地址。
2. **查看关闭选项**\
   如果地址仍处于智能账户模式，会显示 **关闭智能账户** 按钮。
3. **执行关闭操作**\
   点击按钮并确认交易后，地址将立即恢复为标准 EOA 状态，移除智能账户权限。

<figure><img src="/files/wqQpfsLHcpv9FQTpexTd" alt="" width="563"><figcaption></figcaption></figure>

## **注意事项**

* **需自付 gas 费**：此交易不支持 gas 赞助，必须由用户本人支付。
* **操作安全**：该操作不会影响资产或地址，仅撤销临时赋予的智能功能。
* **可随时执行**：无论是否频繁使用智能账户功能，用户都可以在任何时间进行 **关闭智能账户**。

## **总结**

**关闭智能账户** 是 KEYRING PRO 提供的保护机制，确保用户在享受 EIP-7702 所带来的智能体验的同时，依然保有对钱包的完全控制权。当你需要更高的兼容性或想恢复传统钱包状态时，只需轻松一点，即可切换回来。

## **联系我们** <a href="#contact-us" id="contact-us"></a>

如有任何疑问或需要进一步说明，欢迎联系我们。

您可以提交**支持票:**

{% embed url="<https://keyring.app/send-us-a-ticket/>" %}

或发送邮件至：**<info@bacoor.co>**


---

# 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.keyring.app/zh/keyring-pro/dismiss-smart-account.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.
