# How to Globally Lock Your Wallet ?

The primary purpose of a Global Lock is to lock your address in order to reject any incoming delegation. While we do not think this will be a common case, we could imagine people doing this to then try to socially engineer a third party by pretending your addresses are related. Note that nobody can delegate on your behalf, in any case.

You should only do this after you have made your own delegations, if you are certain that you do not plan to delegate any more addresses, as you would have to then unlock to accept your own delegations.

**To lock your wallet globally:**

**Method 1:**

1. Click on My Activity.
2. Select 'Any Collection' from the My Collections Section.
3. At the bottom of the Manage/View Any Collection page, click the 'Lock Wallet' button.
4. Execute the transaction.

**Method 2:**

Within the My Activity Page you can see a set of Actions under My Actions section.

1. Click on Lock Wallet.
2. Execute the transaction.


---

# 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://docs.nftdelegation.com/guides/how-to-lock/how-to-globally-lock-your-wallet.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.
