Managing Names
If you just claimed a name and it does not resolve in a wallet yet, that is expected.
Your registration can be real even while wallet integrations are still being rolled out. Once the claim confirms and the indexer sees it:
- the name exists
- the matching
zcash.meprofile exists - you can manage the name
What is not live yet is in-wallet resolution.
The actions you will see
| Action | What it means |
|---|---|
| Update | Change the unified address the name points to |
| List | Put the name up for sale |
| Delist | Take the name off the market |
| Release | Give up the registration entirely |
List, Delist, and Buy belong to the marketplace flow and are covered in Buying & Selling. This page focuses on Update and Release.
Update
Use Update when you want the name to point to a different unified address.
- Search for the name you own.
- Click Update Address.
- Complete OTP verification against the current registered address.
- Enter the new unified address.
- Send the transaction.
After the transaction confirms and the indexer processes it, the name resolves to the new address.
Release
Use Release only if you want to give the name back completely.
- Search for the name you own.
- Click Release.
- Complete OTP verification.
- Confirm the action.
- Send the transaction.
After release, the name becomes available for anyone to claim.
Why OTP is involved
ZNS has no username-password account system. Management actions need proof that you still control the address currently attached to the name.
That is what OTP Verification provides.
Things to keep in mind
Updateproves control of the current address, not the new one.- each management action consumes a nonce
- a name points to exactly one unified address at a time
Releaseis irreversible once confirmed