# How to get .hype integrated in your dApp

### **Use `.hype` Names in Your App**

The dotHYPE resolver is fully ENS-compatible, making integration simple for developers already familiar with Ethereum naming systems. You can use standard `addr()`, `getName()`, and `text()` calls to resolve identity information from `.hype` domains. No proprietary logic required.

### Basic Usage

To resolve `.hype` names, use the d**otHYPEResolver** contract and the following standard functions:

| Function                         | Purpose                                          |
| -------------------------------- | ------------------------------------------------ |
| `addr(bytes32 node)`             | Returns the address for a `.hype` name           |
| `getName(address)`               | Returns the primary `.hype` name for a wallet    |
| `text(bytes32 node, string key)` | Returns a text record (e.g. `twitter`, `avatar`) |

> Note: The `node` refers to the ENS-compatible **namehash** of the `.hype` domain.


---

# 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.dothype.io/integrating-.hype/build-with-dothype/how-to-get-.hype-integrated-in-your-dapp.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.
