PUBLIC TEST NETWORK

BID

Domain names that starts from alphanumeric symbol are distributed via auction. Once the first bid is confirmed, an auction is considered to have started and every next bid extends it by 1 month and lasts for 1 year at least.

domain b|bid URDA amount=UNT signer=UAA
<first> Address of a root domain to bid on
amount Amount of bid in UNT
signer Address of account that makes a bid and will own the domain if wins

Example:

domain b companyinc amount=1.000 signer=0x0000fffb3f90771533b1739480987cee9f08d754

ACQUIRE

Obtain ownership of a domain name for a specified period

domain a|acquire URDA years=YEARS signer=UAA
<first> Address of a root domain to be acquired
years Integer number of years in [1..10] range
signer Address of account that owns or is going to register the domain

Example:

domain a companyinc years=5 signer=0x0000fffb3f90771533b1739480987cee9f08d754

MIGRATE

Request web domain migration

domain m|migrate URDA wtld=WTLD [rank] signer=UAA
<first> Ultranet address of a root domain to migrate
wtld Web top-level domain (com, org, net)
checkrank Request position verification in Google search results
signer Address of account for which TXT record must be created in DNS zone of specified web domain as a proof of ownership

Example:

domain m apple wtld=com checkrank signer=0x0000fffb3f90771533b1739480987cee9f08d754

RENEW

Extend domain ownership for a specified period. It's allowed only during the last year of current period.

domain r|renew UDA years=YEARS signer=UAA
<first> Address of a domain to be renewed
years Integer number of years in [1..10] range
signer Address of account that owns the domain

Example:

domain r companyinc years=5 signer=0x0000fffb3f90771533b1739480987cee9f08d754

CREATE SUBDOMAIN

Create a subdomain

domain cs|createsubdomain USDA policy=POLICY years=YEARS for=UAA signer=UAA
<first> Subdomain address to create
policy FullOwnership - the owner of parent domain can later revoke/change ownership of subdomain, FullFreedom - the owner of the parent domain can NOT later revoke/change ownership of the subdomain
years Number of years in [1..10] range
for Address of account that will own the subdomain
signer Address of account that owns the parent domain

Example:

domain cs division.companyinc years=5 policy=FullOwnership for=0x2222222222222222222222222222222222222222 signer=0x0000fffb3f90771533b1739480987cee9f08d754

UPDATE POLICY

Changes current policy of subdomain

domain up|updatepolicy USDA policy=POLICY signer=UAA
<first> Address of a domain to change policy for
policy FullOwnership - the owner of parent domain can later revoke/change ownership of subdomain, FullFreedom - the owner of the parent domain can NOT later revoke/change ownership of the subdomain or change policy
signer Address of account that owns a subdomain

Example:

domain up division.companyinc policy=FullOwnership signer=0x0000fffb3f90771533b1739480987cee9f08d754

TRANSFER

Changes an owner of domain

domain t|transfer UDA to=UAA signer=UAA
<first> Address of a domain to transfer
to Address of account of a new owner
signer Address of account of the current owner

Example:

domain transfer companyinc to=0x2222222222222222222222222222222222222222 signer=0x0000fffb3f90771533b1739480987cee9f08d754

ENTITY

Get domain entity information from MCV database

domain e|entity UDA
<first> Address of a domain to get information about

Example:

domain e companyinc