Access Handshake names
A walkthrough for resolving Handshake domains
Last updated
Was this helpful?
A walkthrough for resolving Handshake domains
Last updated
Was this helpful?
Handshake names live on the Handshake blockchain, which most browsers do not yet natively support. While we're waiting for browsers to catch-up, below are numerous ways you can already access Handshake names in your browser.
Level 0 methods require trusting a central party to resolve Handshake for you, are not private because they can see which domains you're visiting, are insecure because they can MITM attack you, and requires appending something to every Handshake domain.
Level 1 methods require trusting a central party to resolve Handshake for you, are not private because they can see which domains you're visiting, are less insecure than Level 0 methods because they aren't proxy gateways, and no longer require appending something to every Handshake domain.
Level 2 methods no longer require trusting a central party because you're accessing the Handshake blockchain directly, are private because you're recursively resolving domains locally, and are more secure than Level 1 methods because they support DANE.
Level 3 methods are for developers who want to access Handshake directly without relying on 3rd party software.
Handshake is the only naming blockchain with a lightweight recursive DNS resolver, which you can easily embed into browsers, apps, and devices. A recursive DNS resolver is a piece of software that can recursively resolve domain names to IP addresses. The light client can trustlessly resolve Handshake names using only 10mb of memory and virtually zero CPU. It’s the most secure way to use Handshake because it doesn’t require trusting any third party resolvers that can inspect your DNS traffic.
Install HSD on Raspberry Pi so any device connected to your home wi-fi can resolve Handshake names.
is a proxy gateway created by that you can use to access Handshake domains without installing anything or changing your DNS settings.
Try visiting welcome.nb/ by appending hns.to at the end of the domain: .
If HNS.to is down, you can use an alternative like 's .
is a public DNS resolver created by that uses DNS over HTTPS to resolve Handshake. It has very little downtime compared to other public resolvers.
is a Chrome extension created by that currently uses HDNS.io for resolving Handshake names directly in your Chrome browser's search bar — try using it to search "".
is a server created by that you can use to resolve Handshake using DoH.
is an all-in-one open source resolver created by that sets up your browser for DANE and resolves Handshake trustlessly. Comes with HNSD light client installed.
You can run to trustlessly resolve Handshake names without running a full-node.
Run locally to access Handshake in the most decentralized, private, and secure way.