# Reverse Resolve Names in your App

## Reverse Resolution for Names in your App

With [D3’s **Reverse Resolution**](/resolve-d3-names.md#reverse-wallet-address-resolution), you can map wallet addresses back to identifiable names, making it easier for users to view and manage their identities across blockchain transactions. This capability enhances the user experience by providing human-readable names that correspond to blockchain addresses, improving transparency and simplifying the user journey.

## Overview

D3’s **Reverse Resolution** allows applications to map crypto wallet addresses to their corresponding domain names, enabling users to see a recognizable domain instead of a string of characters. This can be used in transaction histories, user profiles, and across decentralized apps (dApps) to give users a clearer picture of who they're interacting with.

1. **Resolve a Wallet Address to a Domain**: By performing reverse resolution, users can see the associated domain name for a wallet address, instead of the unrecognizable long address.
2. **Unlock Universal Identity**: Show unique, human-friendly names instead of complex wallet addresses user profiles, dApps, transaction logs, helping users easily identify the counterparties they’ve interacted with. This makes decentralized identities more meaningful and accessible.

## Benefits

D3 Connect SDK offers a host of benefits including:

* Seamless transition between existing web (Internet) and Web3 infrastructure
* Futureproof design with backward and forward compatibility at its foundation
* Single integration without the need for endless SDKs, APIs and more
* Accessible, compliant and secure infrastructure

### Why Use D3?

[**D3** **Reverse Resolution**](/resolve-d3-names.md#reverse-resolution) offers a powerful way to make blockchain interactions more human-readable and intuitive. By mapping wallet addresses to domain names, D3 provides enhanced transparency and usability for decentralized applications and crypto transactions.


---

# 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.d3.app/use-cases/reverse-resolve-names-in-your-app.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.
