# Setting Addresses

{% hint style="info" %}
The owner address and the linked addresses are **independent**. This is crucial to understanding how NFD name resolution works.
{% endhint %}

{% embed url="<https://youtu.be/dCvoaqknx5Y?t=400&si=aVP9KhcV7RQ-etCo>" %}
Setting Unverified and Verified Addresses
{% endembed %}

To link addresses, navigate to the profile page of your NFD and select Edit.

<figure><img src="/files/MZv4oHEAz8xFovN5ofa9" alt=""><figcaption><p>Editing Addresses</p></figcaption></figure>

### Verified Addresses

By default, the wallet address that will resolve when sending to an NFD will be the owner address **unless** a verified address or unverified address are set. By setting a verified address or an unverified address you are selecting that wallet to receive funds instead of the owners.&#x20;

By setting a verified deposit address, integrators are able to rely on this for matching your wallet to an NFD (reverse lookup). Without verifying the address (signing with the keys), the account cannot be fully trusted as anyone could just paste that address in and that could potentially be abused.&#x20;

If you wish to connect multiple verified addresses to one NFD you need to use a wallet that lets you select multiple accounts at the same time such as  Pera or Defly. To verify multiple addresses we require users to sign for both account A and account B in the same transaction group.

### Unverified Addresses

To set an unverified address, paste in the wallet address in the 'Addresses' 'Unverified' tab while editing the NFD. Unverified addresses are not treated with the same trust level as verified addresses. However, it's important unverified addresses exist so accounts like a custodial wallet or smart contract can be set as an NFD and work for deposits only.

### Primary NFD

Linking the same account to multiple NFDs may cause confusion as to which NFD you want displayed when doing a reverse lookup. To choose which NFD gets displayed for your address, you can select a Primary NFD for your account in the drop-down menu.

<figure><img src="/files/5XEXEiGglUaot3ZMc8as" alt=""><figcaption></figcaption></figure>

One account could own thousands of NFDs, but that doesn't mean you want to or need to set the deposit address for them. You only want to set the deposit address to your NFD if you intend to use it for transactions, and you want it to show up when someone looks up your wallet address.&#x20;


---

# 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.nf.domains/nfd-docs/guides/manage-nfds/setting-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.
