From 4ef9788ce7aa248def71b954aaf010c8eef75f97 Mon Sep 17 00:00:00 2001 From: handshake-web Date: Sun, 23 Feb 2020 00:55:09 +0000 Subject: [PATCH] Explain auction process. --- claim/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/claim/index.html b/claim/index.html index 9cf7938..510d6fb 100644 --- a/claim/index.html +++ b/claim/index.html @@ -133,6 +133,7 @@

Get a list of all names and the current state: ./bin/hsd-cli rpc getnames

See the documentation on more commands, such as renewals which must be made at least every two years.

Try googling/searching for hns block explorer or looking on an HNS Exchange for a list of bid blinds and bid status of names.

+

The state of auctions are as follows: OPEN (first ~six hours, cannot bid), BID (~five days, anyone can place bids), REVEAL (~ten days, you MUST reveal your bid or you lose your bid HNS), REDEEM/REGISTER (refund your money or update the DNS record, no time limit for REDEEM). This takes a long time to secure the network, while it is possible to make it fast, true decentralized systems must "confirm" chain states over time and therefore HNS biases towards security and correctness. Selecting instant redemption would be a foolish endeavor (as someone can claim high-value names cheaply) and fast auctions would prove inaccurate or increased vulnerability towards censorship attacks.

Summary

Handshake is a decentralized naming network with the majority ownership of initial coins are distributed to open source developers with available scrapeable keys. Certain kinds of decentralized systems were not historically possible as some entities could overwhelm the network and claim all the resources (in this case, register all names). Handshake is an experiment in distributing majority ownership to the open source community of this network as a method to bootstrap a decentralized network with limited resources, to prevent griefers taking up all the resources. It is hoped that this system could be used as a method wherever decentralized key authentication of names is needed (e.g. decentralized web applications where an association between a name and a cryptographic key proving ownership of that name). In other words, an association between keys and names create the potential for the decentralized web by allocating cyrptographically provable resources to names. This could be used to prove the owner of a name published a document, and distributed across a decentralized network. The more applications using this system to secure/prove documents in a decentralized way, the higher the useful aggregate economic/social value of registered names on Handshake (Metcalfe's Law).