Skip to main content

Name Managing

Name owners can update their address or transfer ownership sending on-chain transaction.

Update Address

To change the PIVX address that a name resolves to, the UPDATE command is used and its format as the following:

PiNS:1:UPD:{name}:{new_pivx_address}:{ed25519_pubkey}:{nonce}:{signature}

Transfer Ownership

To transfer aname to a new Ed25519 public key CHANGE command is used:

PiNS:1:CHG:{name}:{new_owner_ed25519_pubkey}:{nonce}:{signature}

{new_owner_ed25519_pubkey} is the incoming owner's key, and the command is signed by the outgoing owner — it is the current owner who authorises the transfer. After it is processed, only the new key can act on the name.

tip
  • UPDATE and CHANGE are not processing by registrar while a name is listed for sale on the Marketplace. Delist first, then update.
  • The update price depends on the premium status (characters length) of the name.