# Avatar (Filter) Ownership

For example, if Bob owns CryptoPunk #1234, meaning it is in his Ethereum wallet, only Bob can see and use CryptoPunk #1234 avatar on MYTY Camera.

This means that the users have to connect their wallets and log in to the app in order to verify the NFT ownership.&#x20;

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

{% hint style="warning" %}
Note that the signature request is **Identity Proof**, a gasless signature that does **not** trigger any blockchain transactions or incur any fees. Simply put, it will only permit us to view the wallet.
{% endhint %}

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

For users who don't want to verify through a cold wallet, we've partnered with [<mark style="color:green;">**Delegate Cash**</mark>](https://delegate.cash/) and integrated [<mark style="color:green;">**Delegate Cash SDK**</mark>](https://docs.delegate.cash/delegatecash/technical-documentation/javascript-sdk) into the wallet verification system to enable wallet delegation.


---

# 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://myty.gitbook.io/products/camera/gm/avatar-filter-ownership.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.
