# Resolution

## Forward Resolution

Forwards resolution is the process of going **from name to address**. As well as to load the text records associated to a name. Users can set up to two text records with any `key:value` pair, and more will be supported in the future.&#x20;

Implementing forwards resolution in a dApp can be as simple as using a single line of code! To learn more about how to implement forwards resolution, check out our [dApp integration](https://hyperliquid-names.gitbook.io/hyperliquid-names/dapp-integration/dapp-integration) page.

### Coin Types

By default, names resolve to the Hyper EVM address. Hyperliquid Names also supports resolving to other coin addresses based on [SLIP-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md). Currently, we support the following coin types:

| Coin type | Symbol | Coin     |
| --------- | ------ | -------- |
| 0         | BTC    | Bitcoin  |
| 60        | ETH    | Ethereum |
| 501       | SOL    | Solana   |

## Reverse Resolution (Primary Name)

Reverse resolution is the process of going **from address to name**. This allows for any address to be resolved into a human readable name. Instead of pages filled with addresses, you can now show the names of the people behind the addresses.

Implementing forwards resolution in a dApp can be as simple as using a single line of code! To learn more about how to implement forwards resolution, check out our [dApp integration](https://hyperliquid-names.gitbook.io/hyperliquid-names/dapp-integration/dapp-integration) page.
