# Use Cases

Cronos ID Domain Service comprises two key components: Resolver and Reverse-Resolver.&#x20;

### #1 Resolver

Resolver helps **look up the wallet address by domain name**.&#x20;

Use Crypto.com Onchain as an example:

Integrating with our Resolver record allows users to simply type in the Cronos ID domain they wish to send funds to, and the app can get the associated wallet address directly.

Users no longer have to type in long and complex wallet addresses. They can now perform transactions with ease and efficiency.

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

### #2 Reverse-Resolver

Reverse-Resolver helps **display the Cronos ID domain in replacement of the owner’s wallet address**.&#x20;

Using [Minted](https://minted.network/) as an example:

Integrating our Reverse-Resolver record allows users to see their Cronos ID Domain instead of the long and complex wallet addresses.

This improves the user experiences of those who owns multiple wallet addresses, as a human-readable identifier will facilitate toggling between wallet addresses across integrated DApps.

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


---

# 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.cronosid.xyz/developers-resources/domain-integration/use-cases.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.
