# Dismiss Smart Account

The **"Dismiss Smart Account"** option allows users to revert an address that was temporarily upgraded via EIP-7702 (smart account mode) back into a regular Externally Owned Account (EOA). This feature ensures that users maintain full control and security over their wallets, especially after using features like **gas fee sponsorship**.

## Why Dismiss a Smart Account?

When a user utilizes **gas sponsorship**, their regular wallet address (EOA) temporarily adopts the behavior of a **smart account** through EIP-7702. This effectively allows the address to act like a smart contract, enabling advanced features such as session keys, batched transactions, and third-party gas payments.

However, some Web3 platforms or decentralized applications (dApps) might treat these smart contract-like addresses differently. In rare cases, bugs or smart contract-specific behaviors on such platforms may cause unexpected issues or security concerns.

To mitigate these risks, users are given the ability to **"dismiss"** or **revoke** the temporary smart account status. This restores the account to its original EOA form — simple, direct, and less prone to edge-case compatibility problems.

## How to Use Dismiss Smart Account

1. **Select the Account**\
   Choose the wallet address where you previously used the **gas fee sponsorship** feature.
2. **Locate the "Dismiss Smart Account" Option**\
   Once selected, you will see the **Dismiss Smart Account** option available in the interface.
3. **Execute the Dismissal**\
   Click on the option and execute the transaction. The system will immediately revoke smart contract privileges and restore your address to its original EOA state.

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

### Important Notes

* **Gas Fee Required**: The dismissal transaction must be executed as a **standard transaction**, meaning **users will need to pay the gas fee themselves**.
* This is because in order to **revoke EIP-7702 status**, the account must no longer rely on any EIP-7702-based features — including gas sponsorship. The account must act entirely as a regular EOA to finalize the transition.

## Summary

The "Dismiss Smart Account" feature provides users with a safe and simple off-ramp from EIP-7702 functionality. It ensures full compatibility with traditional dApps and mitigates smart contract-related risks. If you’ve used gas sponsorship and want to return to a more neutral account state, this feature helps you do it — quickly and securely.&#x20;

## Contact us

**Contact us if you have any questions or need clarification.**&#x20;

Send us a **Support Ticket**

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

or email us at: **<info@bacoor.co>**&#x20;


---

# 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/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.
