# What is a permission change

## What Is a Permission Change?

#### What does an Aptos private key (permission) change mean?

Private key rotation allows an account to replace its current private key with another one. Once the replacement succeeds, the new key inherits full control of the account, while the original private key can no longer operate it.

<mark style="color:red;">**If you ever see a prompt asking you to “upgrade” or “change” permissions, stop immediately, revoke the request, and close the current page.**</mark> Please forward the suspicious link to <service@tokenpocket.pro>.

#### <mark style="color:blue;">More context</mark>

Under normal circumstances, one Aptos private key maps to one address—for example, private key A controls address A, and private key B controls address B. Suppose address A signs a malicious transaction; that transaction can reassign address A’s private key from key A to key B. After the change, key A is discarded and can no longer sign for that account, while all future transactions for address A must be signed with key B. From key B’s perspective, it can now sign for both address B and address A, effectively giving whoever controls key B access to two wallets.


---

# 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.tokenpocket.pro/en/wallet-faq-en/aptos/permissions.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.
