ENS Resolver (usr.id)

Use the ENS resolver to find a wallet for any user

All Patch Wallets are compatible with ENS (Ethereum Name Service) as a usr.id subdomain, which means it's accessible in any wallet or dapp that supports ENS.

e.g. elonmusk.twitter.usr.id will resolve to Elon's Twitter Patch wallet. 19198675309.tel.usr.id will resolve to the Patch wallet for that phone number.

All Patch Wallets ENS subdomains follow this format:

Resolve a wallet

// Resolve with ethers.js
const provider = new ethers.providers
const address = await provider.resolveName(`${username}.${provider}.usr.id`);

Last updated