# How can we verify/distinguish a user?

Verifying and distinguishing a user can be achieved through their Wallet Address. The wallet address is unique and cannot be copied or substituted. When implementing verification to check if a user owns a specific token to grant them access to the game, user authentication will be required, and this authentication involves logging into the application. When a user logs in, you receive information about the user, including their wallet address. This wallet address serves as a means to verify and distinguish the user.

{% hint style="info" %}
In the next step, we explain what information we can get from the blockchain about a user
{% endhint %}


---

# 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.metaproprotocol.com/developer-documentation/blockchain-communication-and-information-retrieval/how-can-we-verify-distinguish-a-user.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.
