Obtain ownership of a domain name for a specified period
domain a|acquire RDA years=YEARS signer=AA
<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 ultranet123 years=5 signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Request web domain migration
domain m|migrate RDA wtld=TLD [rank] signer=AA
<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 net of specified web domain as a proof of ownership |
Example:
domain m ultranet123 wtld=TLD checkrank signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Extend domain ownership for a specified period. It's allowed only during the last year of current period.
domain r|renew DA years=YEARS signer=AA
<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 demo.application.company years=5 signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Create a subdomain
domain cs|createsubdomain SDA policy=POLICY years=YEARS for=AA signer=AA
<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 application.company years=5 policy=FullOwnership for=0x0001D9867473B229B5F13BF594E0DF9D4F61F8ED signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Changes current policy of subdomain
domain up|updatepolicy SDA policy=POLICY signer=AA
<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 application.company policy=FullOwnership signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Changes an owner of domain
domain t|transfer DA to=AA signer=AA
<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 t demo.application.company to=x signer=0x0000A5A0591B2BF5085C0DDA2C39C5E478300C68
Get domain entity information from MCV database
domain e|entity DA
<first> | Address of a domain to get information about |
Example:
domain e demo.application.company