> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/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/en/wallet-operation/what-is-profit-and-loss/eip7702-upgrade.md).

# EIP-7702 Upgrade Tutorial

### <mark style="color:blue;">**Upgrade Access:**</mark>

Open TokenPocket, click on the "Disconer" menu, go to \[Wallet Details], then click on Advanced Mode and select \[Manage Smart Wallet].

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

In \[Manage Smart Wallet], you can view an introduction to EIP-7702. After reviewing it, click \[Upgrade], verify the relevant information in the pop-up signature interface, and click \[Confirm]. Once uploaded to the blockchain, your wallet will be upgraded to a smart wallet.

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

### <mark style="color:blue;">**Restore Wallet:**</mark>

Similarly, in the \[Manage Smart Wallet] interface, click \[Reset]. In the pop-up signature interface, execute the signature to restore the wallet to the default EOA wallet.

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

### <mark style="color:blue;">**FAQ: How to Use EIP-7702 Safely?**</mark>

Want to use the new features of EIP-7702? Keep these points in mind:

* **Use a Reliable Wallet**: Choose a trustworthy tool like TokenPocket.
* **Be Cautious with Signatures**: Be careful when accessing and signing unknown third-party links.
* **Check Contracts**: Confirm the security of the contract before upgrading, and it’s best to refer to official documentation or community recommendations.
* **Backup Keys**: Offline storage and proper use of your private keys remain crucial.


---

# 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/en/wallet-operation/what-is-profit-and-loss/eip7702-upgrade.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.
