HOT币(Hydro)项目白皮书.pdf

返回 相似 举报
HOT币(Hydro)项目白皮书.pdf_第1页
第1页 / 共10页
HOT币(Hydro)项目白皮书.pdf_第2页
第2页 / 共10页
HOT币(Hydro)项目白皮书.pdf_第3页
第3页 / 共10页
HOT币(Hydro)项目白皮书.pdf_第4页
第4页 / 共10页
HOT币(Hydro)项目白皮书.pdf_第5页
第5页 / 共10页
点击查看更多>>
资源描述:
HYDRO A coordination layer for decentralized exchanges White Paper January 2018 2 CONTENTS Abstract..........................................................................................................................................................................3Background...................................................................................................................................................................3Problems and Chalenges....................................................................................................................................3Related Work...........................................................................................................................................................................4Hybrid Model...........................................................................................................................................................................4Hydro Protocol............................................................................................................................................................5Scope...........................................................................................................................................................................................6Shared Liquidity Model........................................................................................................................................................6Protocol Token HOT..........................................................................................................................................................7DDEX.........................................................................................................................................................................................9Summary........................................................................................................................................................................9Appendix.....................................................................................................................................................................................10 3 Abstract Decentralized exchanges offer trustles non-custodial trading, improved transparency, and ability to share order books. Despite these advantages, decentralized exchanges today acount for a negligible percentage of the overal cryptocurrency transaction volume. Reasons for lack of adoption include high technical barrier to entry, perance and usability isues, availability, and lack of incentives for coordination. Hydro is a middleware layer on top of an incentive system for decentralized exchanges. Background Problems and Challenges 1. Usability and perance isues Completely on-chain decentralized exchanges are slower and more expensive than centralized exchanges. Empirical evidence suggests that the majority of users won’t trade away significant degradation in perance for improved security. 2. Susceptibility to arbitrage The off-chain maker, on-chain taker model pers beter than purely on-chain exchanges. However, they are stil susceptible to arbitrage, front-running, and order collisions. 3. Technical barrier to entry Succesful exchanges are often built and run by operation focused teams, for whom the technical difficulties of building a high perance hybrid exchange become a barrier to entry. 4 Related Work There are a multitude of projects related to decentralized exchanges. The landscape can roughly be represented by a decision tree with a few branching points 1. Compatibility vs Scalability Projects such as Bitshares can offer real-time, on-chain exchange. However, standalone solutions typicaly do not have the ability to trade asets on other blockchains with native efficiency. Hydro is designed to support at least ERC20 tokens on the Ethereum network. 2. Price Discovery Mechanism Projects such as Kyber and Airswap offload the responsibility of price discovery to reserve managers, who themselves presumably rely on either set ulas or price oracles. Hydro is built to power decentralized exchanges that come with built-in price discovery mechanismsi.e limit order matching engines. 3. Availability Certain projects are completely reliant on future work to solve scalability and cross chain support. This discussion is limited to the subset of projects that works without but can stil benefit from the arrival of technologies such as Raiden, Plasma, Cosmos, and Polkadot. Hybrid Model If we limit the scope of discussion to efficient, order book based solutions which work with the Ethereum network today, one solution that works is the so caled “off-chain maker, on-chain taker/setlement” model. Etherdelta is one of the first implementations of such a hybrid model. 0 x is an open protocol extracted from this model. 5 Hydro Protocol Hydro is designed around the following asumptions 1. Canonical order schema The elemental unit of an exchange is an order i.e. buy or sel x amount at y rate. Decentralized exchanges can either use a proprietary order schema, or an openly shared one. One advantage of having everyone use a canonical open order schema is that these orders can match against each other, resulting in cross-exchange liquidity sharing. An additional concern is that the smart contracts used by decentralized exchanges have permision to hold and transfer asets, and could potentialy contain loss-inducing bugs. A fragmented system at the order level increases the possibility of acidental loss or theft. To help establish a canonical order schema, Hydro is built on top of the open order protocol 0 x. 2. Incentive to share An open order makes it possible to share liquidity. But it is not evident why decentralized exchanges would want to share liquidity. Open, permision-les orders are easier to arbitrage, and more likely to result in order collisions more details on this later. Usability problems aside, it is unclear why the first batch of decentralized exchanges would give up their main barrier to entry and proactively help bootstrap potential competitors. Hydro introduces an incentive system that encourages decentralized exchanges to cooperate and share liquidity. 3. Common Framework Although there are thousands of cryptocurrency exchanges with wildly different operating characteristics, they are quite similar in features and technical implementations. 6 Hydro provides a set of middleware components to lower the cost of creating hybrid decentralized exchanges and marketplaces. Scope Hydro is a set of middleware components on top of an incentive mechanism. It resides betwen the DAP layer and the order and setlement layer of the hybrid decentralized exchange stack Figure 1. Figure 1 Hydro Protocol Scope Shared Liquidity Model A crucial question for a decentralized exchange is “who has permission to match an order” The typical answers lies on two extremes 1. Open Anyone can match an order 7 The benefit of the open order model is that it enables the possibility of a global liquidity pool. The drawback is that open orders can only be canceled on-chain, and thus are more susceptible to arbitrage and order collision. 2. Closed Only a single addres the exchange itself can match an order If the exchange has exclusive permision to match orders, then it can provide instant cancelation and protection from front-running. However, this type of order cannot be shared. Hydro takes an intermediate approach it manages a set of permision lists, each representing an aliance of exchanges that can share liquidity with each other. It also keeps a ledger of liquidity provided and taken for each actor in the system. In addition, Hydro provides pool membership and governance features, and handles the distribution of transaction fees. Protocol Token HOT On top of the liquidity ledger, Hydro distributes a protocol token periodicaly as incentive for providing liquidity. 1. Token Distribution Hydro distributes HOT tokens to each acount in the system periodicaly acording to the follow ula p * R * tv / TTV Where p A set percentage of tokens to distribute out of the reserve. R Remaining reserve of tokens tv Transaction volume provided during this period for current acount TTV Total transaction volume provided during this period by al parties 8 2. Token Usage Tokens isued by cryptocurrency exchanges are typicaly some of membership bonus, including reduced fees, airdrops, and VIP features. Although these tokens are technicaly decentralized in terms of ownership, they are economicaly centralized. The worth of the typical exchange token is completely tied to the busines perance of the isuing exchange. HOT is roughly equivalent to a decentralized version of such membership tokens. Users obtain tokens by providing liquidity, and can choose to stake tokens to a particular liquidity pool to obtain membership benefits. Note that although Hydro’s middleware layer provides the mechanism for membership benefits, it is left to the exchanges to decide on which benefits to offer. Equilibrium wil come from competition over user loyalty. 3. Token Consumption To prevent frequent jumping betwen pools and to replenish the token reserve, a frictional fee is charged for the following actions a The act of joining a new liquidity pool for exchanges costs HOT tokens. b For individual traders, staking HOT tokens to join a pool in order to receive benefits is free, but a percentage is consumed on withdraw. Note the distribution mechanism does not distinguish betwen normal traders and market makers. Liquidity providers receive HOT tokens in addition to what they earn from the spread. This a beneficial side effect, as any Hydro based exchanges inherit the ability to atract liquidity providers. 4. Justification for Existence 9 The purpose of the Hydro protocol token is to act as a force in the ation of shared liquidity pools. The answer to “why not just use Ether” is that the value of these tokens is correlated with the total size of the Hydro liquidity sharing network. DDEX The Hydro team is building and operating a sample implementation of such a hybrid decentralized exchange. DEX Decentralized Digital Exchange exists for the following purposes 1 A showcase that hybrid decentralized exchanges are barely possible today, and wil get beter over time 2 Drive real world usage and feedback for the protocol layers 3 Bootstrap liquidity which can be used eventualy in the ation of federated liquidity pools Summary Decentralized exchange protocols inevitably wil become a cornerstone of the entire blockchain ecosystem. However, there are both technical and economical chalenges on the path to widespread user adoption. Hydro provides an incentive layer and a time-saving middleware framework for operationaly focused teams looking to build decentralized exchanges and marketplaces today. 10 Appendix https/ xProject/whitepaper/blob/master/0 x_white_paper.pdf https/blog.0
展开阅读全文

最新标签

网站客服QQ:123120571
环境100文库手机站版权所有
经营许可证编号:京ICP备16041442号-6