# Verified addresses

Verify ownership of a smart contract address to easily update information in Quaiscan. To verify your ownership, a contract must be deployed on the chain and [verified](/developer-support/smart-contract-verification.md).

You will sign a single message to verify contract ownership. Once verified, you can update token information, address name tags, and address labels from the Quaiscan console.

1\) **Login to My Account in Quaiscan** <[*login instructions*](/using-quaiscan/my-account.md)>.

1. Go to the **Verified addrs** menu item.
2. Click **Add address**.

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

{% hint style="info" %}
More info coming soon
{% 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.quaiscan.io/using-quaiscan/my-account/verified-addresses.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.
