ETHEREUM STAKE POOL DIVISIONS PRE PAPER AUGUST 2018 CONCEPT AUTHOR: TIM SCHOON PROJECT DEVELOPMENT BY BAKSTEEN BLOCKCHAIN B.V.

Size: px
Start display at page:

Download "ETHEREUM STAKE POOL DIVISIONS PRE PAPER AUGUST 2018 CONCEPT AUTHOR: TIM SCHOON PROJECT DEVELOPMENT BY BAKSTEEN BLOCKCHAIN B.V."

Transcription

1 ETHEREUM STAKE POOL DIVISIONS PRE PAPER AUGUST 2018 CONCEPT AUTHOR: TIM SCHOON PROJECT DEVELOPMENT BY BAKSTEEN BLOCKCHAIN B.V. BAKSTEEN BLOCKCHAIN B.V. 1

2 CONTENTS 1. INTRODUCTION 3 2. PROOF OF WORK 6 3. PROOF OF STAKE 7 4. DIVISIONS THE INTERFACE DIV TOKENS THE DECENTRALIZED EXCHANGE THE DECENTRALIZED STAKING SYSTEM THE VALIDATOR THE DIVISIONS SENATE & DIFT TOKENS VISUALISATIONS RISK AND RISK MITIGATION 13 7 TEAM 15 QUOTED SOURCES 16 2

3 1. INTRODUCTION * Rise of Blockchain Technology Blockchain technology is on a trajectory to change many aspects of modern day life, including finance, security, identification, social media and supply chains. Transactions, contracts and identification are the backbone of modern day society and blockchain is about to change the way we undertake them entirely. Blockchain projects lack no ambition but do have several challenges to overcome before they can expect mainstream adoption. One of the major challenges is not a problem with the individual projects, but with blockchain technology itself; providing uncompromised scalability. Ethereum Ethereum is currently the most widely adopted blockchain for smart contracts. Considering the current transaction volume, the amount of deployed contracts and the quality of ongoing projects like the Ethereum Alliance, it is highly unlikely that Ethereum would be replaced as the dominant platform for smart contracts by one of its current competitors. Despite the fact that the maximum transaction throughput of Ethereum is currently lower than that of its competitors, Ethereum seems to already have reached the threshold of dominance as the standard smart contract platform, making its competitors lose the battle for domination, comparable to 1 TCP/IP vs OSI. Truly superior technologies developed by competing platforms will be adopted by Ethereum, eliminating the need for these platforms to coexist. 1 Ivo Maathuis & Wim A. Smit (2003) 3

4 Proof of Work Ethereum is currently secured by a Proof of Work (PoW) protocol, similar to Bitcoin. PoW is relatively secure but faces major drawbacks; it is only able to handle a limited amount of transactions per second, an amount insufficient to provide a solid infrastructure for mainstream adoption of ambitious Ethereum based projects. Furthermore, PoW is notorious for consuming large amounts of energy which has a negative effect on the environment. The proposed solutions: 2 Proof of Stake (PoS) and sharding. PoS and Casper FFG The first step towards a secure and scalable Ethereum is the implementation of the Casper Friendly Finality Gadget 3 (Casper FFG) contract. One of the main ways in which Casper FFG improves Proof of Work is that Casper is added as an extra layer on top of Proof of Work as a means to create block finality. Even though Casper FFG is primarily used to create block finality, it is a first step towards Proof of Stake (PoS) as a means to replace PoW. In Casper, nodes that attempt to cheat the system by voting on multiple blocks of transactions are slashed (fined). This motivation to play by the rules makes the system much more secure than PoW, where an attempted 51% attack would only cost a majority use of computing power and electricity. With Proof of Stake by the Casper model, a 51% attack would become practically impossible. In the longer term, after Casper FFG is successfully integrated in the Ethereum ecosystem, Proof of Work can be replaced by a full PoS protocol as proposed in 4 the Mauve paper by Vitalik Buterin. Proof of Stake will implement a high 5 staking threshold of 1500 ETH, which will greatly reduce the amount of active nodes compared to PoW as not all holders of Ether would hold an amount sufficient to participate. A lower number of nodes means a larger transaction throughput, reducing the time to reach consensus. With a high staking threshold, security is increased since the consequences of attempted cheating would become severe. Casper drawbacks Although the Casper model has many advantages compared to PoW, it has its own major drawbacks. To us, the essence of blockchain is decentralization. Decentralization requires that the verification of transactions happens by the community instead of a single party or an appointed authority. With a large staking threshold, only a select group would be able to verify blocks. This mechanism is relatively secure as monetary penalties are in place, but it does centralize the network by the monetary elite who hold the majority of authority. We are set out to prevent the possibility of a monetary elite conglomerate taking over the majority of the transaction validation process, which would make Ethereum in essence a centralized blockchain. 2 ng FAQ 3 Vitalik Buterin & Virgil Griffith (2017) 4 Vitalik Buterin, Danny Ryan, Chih Cheng Liang (2018) 4

5 Divisions To prevent centralization, the community would have to retain the possibility to vote on blocks without meeting the staking threshold set by the Casper contract. Furthermore, increasing the total number of nodes significantly would have to be prevented as reaching consensus between fewer nodes can be done in a shorter amount of time. This would be possible if a large number of smaller Ether holders would unite in large pools. The validators controlled by the pool would meet the threshold set by Casper, giving the participants an entrance to staking and voting. This idea has inspired the inception of the Divisions project. As of June 2018, Divisions has been in development for approximately 8 months. We have come a long way since the first lines of code were written in November Despite the fact that we are very excited to share our creation with the community, we have decided to postpone disclosure of most technical details until a date closer to the introduction of Proof on Stake on Ethereum. We are currently still in development, testing and auditing several aspects of the platform. This is a pre paper, which is basically a brief summary of the functionality of the Divisions platform. This paper will not contain many technical details but a technical whitepaper with detailed specifications will be published in the near future. 5

6 PROOF OF WORK ** In order to fully comprehend Proof of Stake and the need for a decentralized stake pool, one would first have to comprehend the basics of the current consensus mechanism, Proof of Work. Proof of Work is a Byzantine fault tolerant protocol and does not reach 6 block finality. Blockchain scaling A blockchain is essentially a ledger that contains a list of transactions and in some cases like Ethereum, more data like smart contracts. Everyone using this blockchain has an identical copy of this ledger, so anyone involved can verify all of its mutations. A system like this creates a unique environment where everyone can process transactions and indisputably verify that all made transactions are valid. Keeping everyone up to date on the latest mutations, denying impossible mutations and coming to a consensus on which mutations happen in which order, while maintaining security and transaction throughput are challenges most blockchain development teams are trying to solve. Currently, the fastest blockchains face security issues and the most secure blockchains face scalability issues. Miners Ethereum currently operates based on a consensus mechanism based on Proof of Work (PoW), that is similar to the protocol used by Bitcoin, designed by 7 the mysterious Satoshi Nakamoto as explained in detail by Dr. Gavin Wood in 8 the Ethereum Yellow Paper. In PoW, consensus is reached by so called miners. Miners are full nodes that operate in a peer to peer network, similar to how torrents work. Miners 6 P. Franco (2014) 7 Satoshi Nakamoto (2008) 8 Dr. Gavin Wood (2014) continually create blocks of new transactions that they verify as valid, and send them to their peers, the other nodes. If the other nodes receive a block filled with transactions that are (A) valid and (B) not in a block they have already verified, and it s considered likely to become the next block that reaches a state of consensus, the node will accept the block and append it to their version of the blockchain. A miner has to invest mining power in order to become invested in the validity of their decision. Mining power basically contains hardware capacity and electricity. If a miner would mine a block containing invalid transactions, no other nodes would accept that block, causing the block to not be added to the blockchain and the miner spending their mining power to get nothing in return. It would not make sense for a miner to mine invalid blocks, as there would be no chance of earning a reward. This consensus model has a few notorious drawbacks: scalability issues, excessive power usage and no block finality. Throughput Proof of Work is not highly scalable. Bitcoin currently has a maximum transaction throughput varying between approximately 3.3 and 7.0 transactions 9 per second, Ethereum is not far ahead at an estimated tps. Proposed solutions such as increased block sizes will not increase the network capacity by a sufficient amount and would cause decentralization issues. 9 On Scaling Decentralized Blockchains, various authors, National University of Singapore (2017) itcoin scaling.pdf?utm_source=rss&utm_medium= rss 6

7 PROOF OF STAKE *** PoS solutions As a solution to the drawbacks of Proof of Work, a consensus model known as Proof of Stake has been proposed. In Ethereum s version of Proof of Stake, nodes do not invest mining power to empower their block votes, but provide a stake, which is an amount of tokens that act as a warranty for the node s block vote. A node is rewarded for correct block votes by network rewards and/or transaction fees. In case a node produces fraudulent block votes, their warranty gets slashed, meaning that the node receives a penalty on their stake which results in a direct monetary motivation to only vote in compliance with the rules. This concept not only allows a blockchain to function with much lower energy usage, but also function on a smaller amount of nodes while maintaining or even increasing the network s security. Anyone can become a Proof of Stake node, as long as the threshold amount of 32ETH is met. This threshold ensures that the amount of validators in the network does not become too large. A smaller amount of nodes allows a faster state of block consensus. PoS vs. dpos Proof of Stake by itself is not a new concept as it has been successfully applied to several blockchains, The applied concept of Proof of Stake has thus far been almost exclusively dpos models. Competing blockchains such as NEO, EOS and Cardano solve their scalability issues by employing a notary style protocol known as delegated Proof of Stake (dpos), with only a small amount of delegated nodes that verify blocks to reach consensus, increasing the speed of consensus and therefore also the transaction volume. While this appears to be a good solution to the scaling problem at first sight, it is argued to compromise decentralization and security. Where a dpos blockchain can quickly process a large number of transactions as less nodes equals faster consensus, it does mean that the network is not fully decentralized. Nodes are either elected by the community or appointed by a centralized party. Election seems to be a solid way of appointing nodes while keeping decentralization intact but it has major flaws by design; if nodes are largely anonymous parties, there are no criteria to select candidates or screen them for questionable intentions. This has no major effect on a decentralized network where these questionable parties could not reach a majority stake in the network. A dpos network could become compromised much easier as each node has a higher amount of responsibility. On the other hand, if nodes are known and verified parties, centralization occurs as there has to be a central organ selecting and verifying the candidates, regardless whether this happens through a voting process or not. Furthermore, voters would not be able to educate themselves in choosing a candidate as these parties would likely be unknown, making a decision completely uneducated. Ethereum is set out to solve scalability without compromising decentralization by introducing the Casper PoS protocol. Ethereum PoS issues Each Proof of Stake model has its drawbacks. The dpos model has centralization issues and Ethereum faces similar issues because of a high threshold. With a minimum of 32 ETH to stake, the total amount of nodes is kept 7

8 low, assuring a fast network but excluding the majority of users of voting in the consensus mechanism. Another significant problem for stakers is the expected withdrawal delay period of an estimated ~4 months. When a staker decides to stop staking, a withdrawal from the Casper contract can t happen instantly but requires the withdraw to be delayed. This period has been set to 15,000 epochs (75,000 blocks) in previous releases, which comes down to approximately 120 days at the current pace. A lot can happen in 4 months. Not having access to funds for such an elongated period of time can hold off many potential stakers. Solving Ethereum PoS In order to keep the amount of nodes in a non delegated PoS network low, a high staking threshold is a necessity. Smaller investors would only be able to stake by joining forces in order to meet the threshold in a pool, but this creates a new problem. They will have to trust a pool operator. 8

9 DIVISIONS **** In order to combat the drawbacks of Proof of Stake, we have founded Divisions. Divisions has been incepted as a means to make staking accessible to the masses and as a tool to preserve liquidity while doing so. At launch Divisions will be a stake pool for the Casper FFG contract, further down the road we aim for Divisions to become a vital part in the Ethereum network and consensus mechanisms. Divisions consists of 6 major components; 1. The Interface Divisions.com 2. DIV tokens 3. The decentralized Exchange 4. The decentralized staking system 5. The Validator 6. The Senate & DIFT tokens 1. The Interface Divisions.com Even though all aspects of Divisions will be fully operational without a user interface, the interface will be an essential tool for most users to make operating the pool more convenient. The website Divisions.com will be hosting a dashboard that will allow users to do the following things: View and operate the the Exchange contract view ETH/DIV exchange rates, swap ETH for DIV and DIV for ETH. Actions will be all performed securely no private key will be able to be entered through the interface. For now it will operate exclusively through Metamask and hardware wallets like Ledger and Trezor. Calculate projections based on current Casper statistics. View general pool statistics; current stake contracts, block votes, withdrawal delays, exchange balance, etc. View instructions on how to operate the interface. Users can not create accounts, all data presented will be pulled live from the blockchain. Preferred addresses can be stored in cookies on user s machines. Divisions.com will not host any user data. 2. DIV tokens Divisions solves the threshold issue and the withdrawal issue by allowing participants to pool Ether to meet the set staking thresholds through a smart contract issuing an Ether backed staking token (DIV). An Exchange contract collects the participant s ETH and swaps the ETH for DIV tokens. The DIV token is an ERC 20 compatible token with the following characteristics: DIV tokens can only be minted by sending Ether to the Divisions Exchange contract. The rate of minted tokens (P) is always the equivalent of the total amount of Ether held in the contracts (E) and accomplished stake profits (S) minus staking fees paid to the holders of DIFT tokens (F) divided by the amount of existing DIV tokens (D). P = (E + S F) / D DIV tokens can never be backed by less Ether than what they were originally minted for by the 9

10 Divisions Exchange contract at the rate P = (E + S F) / D, unless the pool would be slashed or would suffer from bleeding by going offline for an extended 10 period of time. A DIV token will however become backed by more Ether the longer it is in existence as stake profits will be added to the pool and therefore divided by the same amount of DIV tokens. The price of a DIV token will increase when stake profits are added to the pool. DIV tokens will always be exchangeable to their Ether equivalent through the Divisions Exchange contract as soon as enough Ether is available. The sell exchange rate for DIV tokens is calculated using the same formula as the purchase price, P = (E + S F) / D. DIV tokens can be traded on third party exchanges at any time. 3. The decentralized Exchange A deposit to the Exchange contact results in a return deposit of DIV tokens. The DIV token is always fully backed by the deposited Ether and generated staking profit up to that point in time. The only way to mint DIV tokens is by sending ETH to the Exchange contract, receiving the corresponding amount of DIV tokens in return. The DIV return deposit happens when the staking threshold of 32 ETH is met, or when DIV tokens are deposited into the exchange contract by sellers. DIV tokens can always be sent back to the Exchange contract to collect ETH and staking profits. If the balance on the Exchange contract is too low to instantly return the corresponding amount of ETH for received DIV tokens, the withdrawal is queued and will be fulfilled when sufficient ETH becomes available. This balance can be increased by withdrawals from the Casper contract or new stake deposits from pool participants. The Exchange contract collects ETH until the balance meets the staking threshold of 32 ETH. Once the threshold is met, the funds are sent to the decentralized staking system. Third party exchanges may also list the DIV token. Sellers would be able to quickly sell their DIV tokens on third party exchanges in case the Divisions Exchange faces a large queue of sell orders. This would create an arbitrage opportunity for buyers of DIV tokens on these third party exchanges, who would be able to send those DIV tokens to the Divisions Exchange contract, collecting the corresponding amount of Ether in return. Therefore, the price of DIV/ETH should remain quite stable on third party exchanges. 4. The decentralized staking system The decentralized staking system is the mechanism that takes ETH from the exchange and deposits it into Casper. It also defines when logouts and withdrawals from Casper should be made. The staking system keeps track of all actions of the Validator. This way, any incorrect behaviour of the Validator can be proven and penalized. 10 See Risk page 10 of this paper 10

11 5. The Validator The Validator sends block votes to the Casper contract. Casper requires votes on blocks to be signed by a private key, so fully decentralizing this process poses difficulties. We have solved this issue by making our vote process transparent and by having the Validator governed in a decentralized manner. Whenever the Validator behaves faulty, this behaviour can be proven and penalized by every user. To make its decision on which blocks to vote, the Validator collects data on new blocks from several nodes in the network and calculate the safest block to vote on. These nodes can be run by the Divisions Foundation or by any other holders of DIFT tokens. These nodes collect data from several places within the Ethereum network by being geographically diverse. This way more reliable information on block consensus can be calculated by the Validator. Ultimately, all users will be able to run these nodes and provide information to the Validator. The Validator is not a decentralized element at this point as it is operated by the Divisions Foundation, but will be governed in a decentralized manner. All block votes are made public (live as they occur) on the Divisions dashboard. Holders of DIFT tokens hold the power to vote for a new Validator if the current Validator, operated by the Divisions Foundation, does not perform as desired by the majority. 6. The Divisions Senate & DIFT Tokens The Divisions Stake Pool is governed by the Divisions Senate. The Divisions Senate will enable its members to vote on updates and parameter settings. The Divisions Senate is controlled by the DIFT Token holders. DIFT Tokens are ERC 20 compatible tokens that grant their holder voting power on updates and are paid fees on the staking profits. We have decided not to hold a public sale for DIFT tokens before the platform is fully audited, operational and profitable. This token will likely be considered a security token. Therefore, we will not hold a public sale of DIFT tokens before clear guidelines are set up by governments. Holding an ICO now would pose a risk of being fined by governments, which could potentially be fatal to the platform. In our opinion, too many blockchain startups are holding public sales before meeting these two major milestones, posing unacceptable risk to their investors. We are also considering an airdrop of DIFT tokens to DIV token holders. 11

12 POOL VISUALISATION 12

13 !! *** RISK ***!! Safety is our pool s number one priority and aspired perk. Our smart contracts are designed in a way that nobody should able to touch your Ether, not even us. Staked Ether moves from smart contract to smart contract, no wallets or cold storage is needed in this process. Even though we aim to make as many aspects of this project fully transparent and decentralized as possible, certain risks are unavoidable. We have identified the following 5 major risks that you should know about and seriously consider before taking part in staking through the Divisions platform, or staking in general. 1. All of our smart contracts will be audited, thoroughly tested and hold bug bounties before deployment, but we can t guarantee that there will be absolutely no security flaws or weaknesses. We are a small development team and we like to believe that we are pretty good at what we are doing, but the blunt truth is that smart contracts are a largely uncharted territory and there is not yet sufficient reference material in smart contract security to take adequate lessons from to guarantee that there will be zero chance of exploits or security breaches. Far more experienced development teams like Parity have faced serious security flaws in their code in the recent past Slashing and Bleeding are measures put in place by the Casper contract in order to discourage stakers from fraudulent activity and slacking. Slashing is a burning of a deposit made to the Casper contract when the Validator signs conflicting messages such as voting on several blocks at identical block height. Bleeding causes the deposit to shrink when a Validator goes offline or simply does not vote on any blocks. While our platform is designed to avoid slashing and bleeding as much as possible, bugs or security flaws could theoretically cause for this to happen. 3. Delays can occur in the Divisions Exchange. When an amount of Ether is deposited to the Exchange but the threshold of 32 ETH is not yet met, the depositors would have to wait until (A) the staking threshold is finally met by other aspiring stakers, or (B) sufficient current stakers intend to withdraw their Ether by sending DIV tokens to the Exchange. Until an aspiring staker receives DIV tokens he is simply in queue and not actually staking yet. The queueing can be cancelled by withdrawing Ether from the queue (only by the deposit address) until the orders are filled, once filled the staker would have to send their DIV tokens to the Exchange contract in order to retrieve their Ether. Cancelling these actions would require gas for the necessary transactions, which is charged to the executor of the action. 11 Parity (2017) 13

14 4. Staking profits are not guaranteed. We can make educated guesses by calculating prospected rewards for block votes but can never guarantee a certain profit. Stake profits depend on many factors the amount of blocks voted on, the total amount of Ether staked by the network and the uptime of our Validator and backups. 5. The value of Ether can drop. If our pool would generate a solid profit in Ether, the total amount of Ether held by the pool and therefor by each staker will increase. This amount of Ether could however then represent a lower amount of any other currency as case exchange rates can radically change. Ether has been very volatile in the past and it is highly likely to continue being volatile. Earning more Ether does not always represent an increase in economic value. 14

15 TEAM ***** FOUNDER TIM SCHOON Tim is an entrepreneur and investor at heart. He bootstrapped his personal investment fund from a few hundred dollars at age 17 in 2007 into 7 figures by He currently works on several blockchain related projects. LEAD DEVELOPER HENK DIETER OORDT Henk studied Artificial Intelligence at Groningen University and Software Engineering at Hanze University of Applied Sciences. DEVELOPER HARTGER VEEMAN Hartger holds a bachelor in Software Engineering at Hanze University of Applied Sciences and is currently enrolled in a pre master s programme for Artificial Intelligence. DEVELOPER EELE SIKKES UI / WEB DEVELOPER EL JADDOULI El is co owner of WebsiteAnalist, a web agency that builds and optimizes websites and advertising campaigns. El holds a bachelor in Communication & Multimedia design at NHL University of Applied Sciences. MARKETING YESSER KHALEFA MARKETING ROB HOGENELST Rob is co owner of WebsiteAnalist. Rob has been an entrepreneur in marketing for the past 14 years. LEGAL ADVISOR JAN WILLEM OORDT Jan Willem holds a bachelor degree in Law & IT and a Master s degree in Law & IT from Groningen University. He has over 5 years of experience in software user agreements and currently works as an IT lawyer at Groningen University. LEGAL ADVISOR QUINTIJN ODDING Quintijn holds a bachelor degree in Law & IT from Groningen University. 15

16 QUOTED SOURCES 1. The Battle between Standards: TCP/IP vs OSI. Ivo Maathuis & Wim A. Smit University of Twente (2003) FAQ 3. Casper the Friendly Finality Gadget. Vitalik Buterin & Virgil Griffith (2017) basics/casper_basics.pdf 4. Ethereum 2.0 Mauve Paper. Vitalik Buterin (2016) 5. EIP Danny Ryan, Chih Cheng Liang (2018) md 6. Understanding Bitcoin: Cryptography, Engineering, and Economics. P. Franco (2014) 7. Bitcoin: A Peer to Peer Electronic Cash System. Satoshi Nakamoto (2008) ETHEREUM: A SECURE DECENTRALISED GENERALISED TRANSACTION LEDGER. Dr. Gavin Wood (2014) 9. Page 11 of this document. 10. A Postmortem on the Parity Multi Sig Library Self Destruct unknown author at Parityblog.io (2007) postmortem on the parity multi sig library self destruct/ 16

GENESIS VISION NETWORK

GENESIS VISION NETWORK GENESIS VISION NETWORK Contents 1. Description of the problem 7 11. Trust management 15 2. The problem with smart contracts 8 12. GVN Token 16 3. Centralised exchanges against decentralised 8 13. Deposit

More information

Token White Paper. Global marketplace based on Block chain for small-scale business I ver P a g e

Token White Paper. Global marketplace based on Block chain for small-scale business I ver P a g e Token White Paper Global marketplace based on Block chain for small-scale business 1 P a g e 2018 I ver. 1.0 Contents Qatar Coin Token 3 Contents 4 1. What is QatarCoin 5 2. What is a digital currency

More information

SOME OF THE PROBLEMS IN BLOCKCHAIN TODAY

SOME OF THE PROBLEMS IN BLOCKCHAIN TODAY BLOCKCHAIN EVOLVED THE PROBLEM SOME OF THE PROBLEMS IN BLOCKCHAIN TODAY An overall lack of governance is one of the most challenging facets of current blockchain ecosystems Controversy regarding scalability

More information

Blockchain! What consultants should know about it. Daniel

Blockchain! What consultants should know about it. Daniel Blockchain! What consultants should know about it. Daniel Karzel @ Workshop Overview Quick overview of what is planned for the workshop. What you get out of this workshop Workshop goals Understand what

More information

VERSION: 1

VERSION: 1 HELLO@WEB3.FOUNDATION 20-09-2017 ERSION: 1 Introducing Table of Contents 3 The Existing Blockchain Landscape 5 The Polkadot Mission: Connect Blockchains 6 Interoperability 7 Scalability 8 Shared 9 The

More information

DEV. Deviant Coin, Innovative Anonymity. A PoS/Masternode cr yptocurrency developed with POS proof of stake.

DEV. Deviant Coin, Innovative Anonymity. A PoS/Masternode cr yptocurrency developed with POS proof of stake. DEV Deviant Coin, Innovative Anonymity A PoS/Masternode cr yptocurrency developed with POS proof of stake. CONTENTS 03 Overview 06 Pre-mine phase 07 Privacy 08 Basic parameters 09 Proof-of-stake The benefits

More information

EXECUTIVE PRODUCT SUMMARY

EXECUTIVE PRODUCT SUMMARY Enterprise Blockchain Infrastructure For Decentralized Internet EXECUTIVE PRODUCT SUMMARY August 10 th 2018 A product by Contents Opportunity....1 Introduction.... 2 Solution.... 3 Microservices Oriented

More information

Proof-of-Stake Protocol v3.0

Proof-of-Stake Protocol v3.0 Proof-of-Stake Protocol v3.0 Abstract Proof of Stake's security has proven itself reliable & effective over years of testing while at the same time solving Bitcoin s issues caused by the Proof of Work

More information

Three-Dimensional Scalable Blockchain. Tokenomics draft v. 0.3 (En)

Three-Dimensional Scalable Blockchain. Tokenomics draft v. 0.3 (En) Three-Dimensional Scalable Blockchain Tokenomics draft v. 0.3 (En) info@thepower.io Introduction to tokenomiсs 1 Token "Smart Key" 1 Token purpose and functions 1 Token key features 1 Token distribution

More information

hard to perform, easy to verify

hard to perform, easy to verify Proof of Stake The Role of PoW Bitcoin, Ethereum and similar systems are open, permissionless networks Anyone can participate The system must agree on some canonical order of transactions Think of this

More information

Wormhole: A Smart Contract Solution for Bitcoin Cash

Wormhole: A Smart Contract Solution for Bitcoin Cash Wormhole: A Smart Contract Solution for Bitcoin Cash Abstract Born at block height 478,558, Bitcoin Cash (BCH) has been dedicated to bringing a reliable electronic cash to the world and fulfilling Satoshi

More information

Technical White Paper of. MOAC Mother of All Chains. June 8 th, 2017

Technical White Paper of. MOAC Mother of All Chains. June 8 th, 2017 Technical White Paper of MOAC Mother of All Chains June 8 th, 2017 [Abstract] MOAC is to design a scalable and resilient Blockchain that supports transactions, data access, control flow in a layered structure.

More information

Distributed Ledger Technology & Fintech Applications. Hart Montgomery, NFIC 2017

Distributed Ledger Technology & Fintech Applications. Hart Montgomery, NFIC 2017 Distributed Ledger Technology & Fintech Applications Hart Montgomery, NFIC 2017 Let s consider a common scenario: Banks want to trade some asset class Participants in the market want to be able to efficiently

More information

TOKEN PAPER.

TOKEN PAPER. TOKEN PAPER www.velix.id Table of Contents PAGE 2 Introduction: Identity Token Model... 3 VXD: A Utility Token... Tokenomics... Token Transactions... Business-to-Business (B2B)... Business-to-Customer

More information

Proof of Stake Made Simple with Casper

Proof of Stake Made Simple with Casper Proof of Stake Made Simple with Casper Olivier Moindrot ICME, Stanford University olivierm@stanford.edu Charles Bournhonesque ICME, Stanford University cbournho@stanford.edu Abstract We study the recent

More information

NON-TECHNICAL WHITEPAPER Version 1.0

NON-TECHNICAL WHITEPAPER Version 1.0 NON-TECHNICAL WHITEPAPER Version 1.0 Abstract Decentralization in Cryptocurrency Standard blockchain environments contain many centralization vulnerabilities, such as monolithic development, consensus

More information

INVESTOR PRIMER FOR PUBLIC CIRCULATION 2018

INVESTOR PRIMER FOR PUBLIC CIRCULATION 2018 INVESTOR PRIMER FOR PUBLIC CIRCULATION 2018 Overview PROTOCOL #1 TOKENIZATION PROTOCOL An end-to-end protocol for tokenization of assets across both the Stellar and Ethereum networks PROTOCOL #2 CROSS-CHAIN

More information

Ergo platform: from prototypes to a survivable cryptocurrency

Ergo platform: from prototypes to a survivable cryptocurrency January 2019 Dmitry Meshkov Ergo platform: from prototypes to a survivable cryptocurrency Outline Ergo Consensus Light Storage vision protocol clients fee Voting Smart Monetary Roadmap system contracts

More information

As a 3rd generation currency, not only are transactions secured, private and fast, you actually get paid for holding DigitalPrice coins.

As a 3rd generation currency, not only are transactions secured, private and fast, you actually get paid for holding DigitalPrice coins. Introduction With the circulation of cryptocurrency becoming common, there is a need for additional information. The scope of this white paper is to provide that information. If you are under the impression

More information

Radix - Public Node Incentives

Radix - Public Node Incentives Radix - Public Node Incentives Dan Hughes Piers Ridyard www.radix.global December 2017 Abstract In this paper we present a novel method for implementing a mechanism to reward work carried out across a

More information

Decentralized prediction game platform, powered by public

Decentralized prediction game platform, powered by public Decentralized prediction game platform, powered by public Table of Contents Overview 3 1.Secured Scalability 3 1.1.Blockchain network delay and Blockbuster attack 3 1.2.Blockchain Transaction Monitoring

More information

Prelude. The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency.

Prelude. The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency. Prelude The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency. This document will explain methodically, the details of the

More information

Table of contents. Technical Features. Our approach. Technical Overview. Stage 1 (Using Ethereum blockchain) Participants. Data Owner.

Table of contents. Technical Features. Our approach. Technical Overview. Stage 1 (Using Ethereum blockchain) Participants. Data Owner. Table of contents Technical Features Our approach Technical Overview Stage 1 (Using Ethereum blockchain) Participants Data Owner Data Verifier Marketplace Data Buyer Creditor Data Platform Architecture

More information

Vladimir Groshev. COO, Project Coordinator.

Vladimir Groshev. COO, Project Coordinator. Vladimir Groshev COO, Project Coordinator If absolute anonymity and complete security is what you are looking for, Then SISHUB is what you need! 1. Anonymous STEEL Messenger 2. Built-in cryptocurrency

More information

ENEE 457: E-Cash and Bitcoin

ENEE 457: E-Cash and Bitcoin ENEE 457: E-Cash and Bitcoin Charalampos (Babis) Papamanthou cpap@umd.edu Money today Any problems? Cash is cumbersome and can be forged Credit card transactions require centralized online bank are not

More information

INX Tokenomics I

INX Tokenomics I Content: 1. INX Tokenomics 2. Why is our blockchain needed? 3. Why are our INX needed? 4. Our technology 5. Blockchain specifications 6. INX details 7. INX distribution 8. INX sales 9. Use of funds 10.

More information

Introduction to Blockchain

Introduction to Blockchain Diogo Trentini e Lauro Gripa Neto Introduction to Blockchain www.magrathealabs.com source: Scott Adams' Dilbert source: Gartner Inc. SUMMARY 1. 2. 3. 4. 5. Introduction Theoretical concepts Applications

More information

I. Introduction. II. Security, Coinage and Attacks

I. Introduction. II. Security, Coinage and Attacks Abstract Proof of Stake's security has proven itself over years of testing. Advances in this technology in Blackcoin's Proof-of-Stake 3.0 have solved the issues faced with Coin-Age, Block Reward and Blockchain

More information

Catalog. What is TRON? Key Features. Core Design. The Future of TRON

Catalog. What is TRON? Key Features. Core Design. The Future of TRON Catalog Key Features Core Design The Future of TRON TRON is an ambitious project dedicated to building the infrastructure for a truly decentralized Internet. The TRON Protocol, one of the largest blockchain

More information

Whitepaper Rcoin Global

Whitepaper Rcoin Global Whitepaper Rcoin Global SUMMARY 1. Introduction 2. What is Rcoin Global? 3. Transactions 4. Hybrid Network Concept 5. Keepers 6. Incentive 7. Smart Contract Token 8. Token Distribution 9. Rcoin Global

More information

TeleX AI. Cryptocurrency Wallet and Exchange Services on Telegram. Telex AI Company Ltd telexai.com November 2017

TeleX AI. Cryptocurrency Wallet and Exchange Services on Telegram. Telex AI Company Ltd telexai.com November 2017 TeleX AI Cryptocurrency Wallet and Exchange Services on Telegram Telex AI Company Ltd telexai.com November 2017 TeleX AI is a chatbot powered by artificial intelligence, designed to provide cryptocurrency-related

More information

TREEBLOCK.IO. Version Author: Anh Le, Advisor: Dr. Rex Yeap. Creating a high performance IoT Blockchain Network

TREEBLOCK.IO. Version Author: Anh Le, Advisor: Dr. Rex Yeap. Creating a high performance IoT Blockchain Network TREEBLOCK.IO Version 1.3.2 Author: Anh Le, Advisor: Dr. Rex Yeap Creating a high performance IoT Blockchain Network Using Time Sharding Tree Architecture Prominent Value-Propositions 1. Multi-Millions

More information

Fractal Core Technical White Paper

Fractal Core Technical White Paper Fractal Core Technical White Paper Fractal Team v 0.1 Abstract: For the token economy, it is essential for a bottom-level public chain platform with the primary goal of supporting the development of token

More information

QUADCORECHAIN. White Paper ver.1

QUADCORECHAIN. White Paper ver.1 QUADCORECHAIN White Paper ver.1 INTRO QuadCoreChain is designed to be a smart contract, crypto currency platform, decentralizing Live Streaming of Video. The platform ecosystem is to create favorable conditions

More information

ICO Review: Raiden Network (RDN)

ICO Review: Raiden Network (RDN) ICO Review: Raiden Network (RDN) Scalable Transfers for Ethereum October 10, 2017 What is Raiden Network? Raiden is an payment network built on top of the Ethereum network. PAYMENT CHANNEL NETWORK It aims

More information

White Paper #MetaHash, 2018 Version: 4.1 Last edit: April 4th, 2018

White Paper #MetaHash, 2018 Version: 4.1 Last edit: April 4th, 2018 White Paper #MetaHash, 2018 Version: 4.1 Last edit: April 4th, 2018 Table of Contents #MetaHash Goals and Objectives Problems and Solutions #MetaHash Structure #TraceChain Main Advantages What Makes #TraceChain

More information

0xcert - Your ID, degree, artwork or house. 0xcert-ified on the blockchain.

0xcert - Your ID, degree, artwork or house. 0xcert-ified on the blockchain. 0xcert - Your ID, degree, artwork or house. 0xcert-ified on the blockchain. 0xcert protocol Lightpaper 0.2 (draft) Authors: Kristijan Sedlak, Jure Zih, Mitja Pirc, Urban Osvald Date: June 24th, 2018 Version:

More information

Mobilink-Network Partial List of Partners

Mobilink-Network Partial List of Partners Introduction MOBILINK-Network will provide its users with unlimited voice and data services while eliminating all monthly fees. Revenues generated from digital mobile Ads shown on the users phone will

More information

SECURITY AUDIT REPORT

SECURITY AUDIT REPORT PUBLIC REPORT SECURITY AUDIT REPORT of Smart Contracts December 27, 2017 Produced by for Table of Contents Foreword... 1 Introduction... 2 TGE overview... 2 Token distribution... 3 Extra features... 3

More information

Who wants to be a millionaire? A class in creating your own cryptocurrency

Who wants to be a millionaire? A class in creating your own cryptocurrency DEVNET-3626 Who wants to be a millionaire? A class in creating your own cryptocurrency Tom Davies, Sr. Manager, DevNet Sandbox Vallard Benincosa, Software Engineer Cisco Spark How Questions? Use Cisco

More information

The power of Blockchain: Smart Contracts. Foteini Baldimtsi

The power of Blockchain: Smart Contracts. Foteini Baldimtsi The power of Blockchain: Smart Contracts Foteini Baldimtsi The Blockchain at the heart of a cryptocurrency Alice sends 2 John sends 1 Dave sends 5 to Bob to Eve to Alice Bob sends 1 Eve sends 4 to Dave

More information

OpenbankIT: a banking platform for e- money management based on blockchain technology

OpenbankIT: a banking platform for e- money management based on blockchain technology OpenbankIT: a banking platform for e- money management based on blockchain technology Dr. Pavel Kravchenko, Sergiy Vasilchuk, Bohdan Skriabin pavel@distributedlab.com, vsv@atticlab.net, bohdan@distributedlab.com

More information

ICO Review: Etherparty (FUEL)

ICO Review: Etherparty (FUEL) ICO Review: Etherparty (FUEL) User-Friendly Smart Contract Compiler September 21, 2017 PROJECT OVERVIEW What is Etherparty? Etherparty makes smart contracts accessible to everyone without requiring programming

More information

ICO Review: Celer Network (CELR)

ICO Review: Celer Network (CELR) ICO Review: Celer Network (CELR) Off-Chain Internet-Scale Network Solution June 29, 2018 PROJECT OVERVIEW What is Celer Network? Celer Network aims to be the first off-chain operating network to bring

More information

Blockchain for Enterprise: A Security & Privacy Perspective through Hyperledger/fabric

Blockchain for Enterprise: A Security & Privacy Perspective through Hyperledger/fabric Blockchain for Enterprise: A Security & Privacy Perspective through Hyperledger/fabric Elli Androulaki Staff member, IBM Research, Zurich Workshop on cryptocurrencies Athens, 06.03.2016 Blockchain systems

More information

Synapse: Decentralized Intelligence

Synapse: Decentralized Intelligence Synapse: Decentralized Intelligence A Decentralized Data and Machine Learning Network Dan P. Gailey Version 1.0 Abstract Discusses the architecture and protocol specifications for building the infrastructure

More information

DISTRIBUTION PLAN. Operation of EMMARES smart contract. EMA Token Allocation

DISTRIBUTION PLAN. Operation of EMMARES smart contract. EMA Token Allocation DISTRIBUTION PLAN Operation of EMMARES smart contract When executed well and delivered with relevance to engaged customers, email marketing provides the highest ROI for modern marketers. Audience of nearly

More information

Overview & White Paper.

Overview & White Paper. Overview & White Paper www.phantomx.co CONTENT 2. Introduction 7. Scalability and Network 3. Summary 3. About PhantomX 3. Our mission 4. The team behind PhantomX 5. Specification 8. Proof-of-Work 9. Proof-of-Stake

More information

Privacy-Enabled NFTs: User-Mintable, Non-Fungible Tokens With Private Off-Chain Data

Privacy-Enabled NFTs: User-Mintable, Non-Fungible Tokens With Private Off-Chain Data Privacy-Enabled NFTs: User-Mintable, Non-Fungible Tokens With Private Off-Chain Data Philip Stehlik Lucas Vogelsang August 8, 2018 1 Abstract Privacy-enabled NFTs (non-fungible tokens) are user-mintable

More information

Ethereum. Campbell R. Harvey* Duke University and NBER. Ashwin Ramachandran Duke University. Brent Xu ConsenSys. Innovation and Cryptoventures

Ethereum. Campbell R. Harvey* Duke University and NBER. Ashwin Ramachandran Duke University. Brent Xu ConsenSys. Innovation and Cryptoventures Innovation and Cryptoventures Ethereum Campbell R. Harvey* Duke University and NBER Ashwin Ramachandran Duke University Brent Xu ConsenSys February 12, 2018 1 2 Overview Ethereum Basics Under the hood

More information

A SYSTEM FOR ENABLING SHORT-TERM FINANCING

A SYSTEM FOR ENABLING SHORT-TERM FINANCING A SYSTEM FOR ENABLING SHORT-TERM FINANCING 5 The present invention relates generally to a system and method for enabling short-term financing, and finds particular, although not exclusive, utility in invoice

More information

White Paper. MetaHash AG, Gartenstrasse 6, 6300 Zug Switzerland

White Paper. MetaHash AG, Gartenstrasse 6, 6300 Zug Switzerland White Paper MetaHash AG, Gartenstrasse 6, 6300 Zug Switzerland Version: 6.7 Last edit: July 2nd, 2018 Table of Contents #MetaHash Goals and Objectives Problems and Solutions #MetaHash Structure #TraceChain

More information

Next Generation Decentralised Ethereum Proof of Stake Pool

Next Generation Decentralised Ethereum Proof of Stake Pool Next Generation Decentralised Ethereum Proof of Stake Pool 22.06.2017 David Rugendyke david@mail.rocketpool.net Version 0.51 1 Table of Contents Abstract Overview... 2 Casper... 3 Markets... 4 Features...

More information

ETHERNITY DECENTRALIZED CLOUD COMPUTING

ETHERNITY DECENTRALIZED CLOUD COMPUTING ETHERNITY DECENTRALIZED CLOUD COMPUTING Whitepaper 4 August 2013 v1.3 HODL UG crowdsale@ethernity.cloud DISCLAIMER: The ETHERNITY Tokens are a crypto asset that is currently being developed by the ETHERNITY

More information

Callisto Network Whitepaper

Callisto Network Whitepaper Callisto Network Whitepaper Revision 1.3, 10 June 2018, Dexaran, Ethereum Commonwealth co-authors : Methw, Crika-Ivan; Callisto Team This document is intended to formally describe the features and concepts

More information

Nervos CKB: A common knowledge base for blockchains and applications

Nervos CKB: A common knowledge base for blockchains and applications Nervos CKB: A common knowledge base for blockchains and applications Draft Version Jan Xie Nervos.org January 2, 2018 Abstract This document provides an overview of the Nervos Common Knowledge Base (CKB),

More information

Table Of Contents. Introduction Blockchain and Cryptocurrency...1. Stellar (payment network)...2. Internet and its issues...3. LocalXpose...

Table Of Contents. Introduction Blockchain and Cryptocurrency...1. Stellar (payment network)...2. Internet and its issues...3. LocalXpose... Table Of Contents Introduction... 1 Blockchain and Cryptocurrency...1 Stellar (payment network)...2 Internet and its issues...3 LocalXpose... 5 How LocalXpose Actually works?...6 Why to use LocalXpose?...7

More information

Decentralized Database for Developers. White Paper v March 31,2018

Decentralized Database for Developers. White Paper v March 31,2018 Decentralized Database for Developers White Paper v 1.01 March 31,2018 Content Introduction 3 Problem 3 Solution 4 Solutions Landscape 5 The Xuma Benefits 6 Market Opportunity 6 Database Evolution 7 Xuma

More information

What is Bitcoin? Consensus technology has the power to do for economics what the internet did for information - Dan Larimer

What is Bitcoin? Consensus technology has the power to do for economics what the internet did for information - Dan Larimer What is Bitcoin? Consensus technology has the power to do for economics what the internet did for information - Dan Larimer Ross Rydman 2014 For Academic Use Only The 30 second description Bitcoin is the

More information

Chapter 13. Digital Cash. Information Security/System Security p. 570/626

Chapter 13. Digital Cash. Information Security/System Security p. 570/626 Chapter 13 Digital Cash Information Security/System Security p. 570/626 Introduction While cash is used in illegal activities such as bribing money laundering tax evasion it also protects privacy: not

More information

A Lightweight Blockchain Consensus Protocol

A Lightweight Blockchain Consensus Protocol A Lightweight Blockchain Consensus Protocol Keir Finlow-Bates keir@chainfrog.com Abstract A lightweight yet deterministic and objective consensus protocol would allow blockchain systems to be maintained

More information

BlockFin A Fork-Tolerant, Leaderless Consensus Protocol April

BlockFin A Fork-Tolerant, Leaderless Consensus Protocol April BlockFin A Fork-Tolerant, Leaderless Consensus Protocol April 2018 @storecoin What are the most desirable features in a blockchain? Scalability (throughput) and decentralization (censorship resistance),

More information

TOPPERCASH TOPPERCASH WHITEPAPER REFORM THE BEST OF BLOCKCHAIN

TOPPERCASH TOPPERCASH WHITEPAPER REFORM THE BEST OF BLOCKCHAIN TOPPERCASH TOPPERCASH WHITEPAPER REFORM THE BEST OF BLOCKCHAIN ABSTRACT A PEER-TO-PEER CRYPTO-CURRENCY DESIGN DERIVED FROM SATOSHI NAKAMOTO S BITCOIN. PROOF- OF-STAKE REPLACES PROOF-OF- WORK TO PROVIDE

More information

Key concepts of blockchain

Key concepts of blockchain Advisory A brief history of blockchains 2008 The mysterious Satoshi Nakamoto publishes his Bitcoin white paper 2014 2017 Nov. 23 rd Ethereum crowd sale Number of crypto tokens: 1.172 BTC $8.216 The first

More information

ZILLIQA / ZILIKƏ/ NEXT GEN HIGH-THROUGHPUT BLOCKCHAIN PLATFORM DONG XINSHU, CEO JIA YAOQI, BLOCKCHAIN ZILLIQA.

ZILLIQA / ZILIKƏ/ NEXT GEN HIGH-THROUGHPUT BLOCKCHAIN PLATFORM DONG XINSHU, CEO JIA YAOQI, BLOCKCHAIN ZILLIQA. ZILLIQA / ZILIKƏ/ NEXT GEN HIGH-THROUGHPUT BLOCKCHAIN PLATFORM DONG XINSHU, CEO JIA YAOQI, BLOCKCHAIN ARCHITECT SCALABILITY OF PUBLIC BLOCKCHAIN BITCOIN 7 TX/S ETHEREUM 10 TX/S VISA 8000 TX/S SOME EXISTING

More information

The security and insecurity of blockchains and smart contracts

The security and insecurity of blockchains and smart contracts The security and insecurity of blockchains and smart contracts Jean-Pierre Flori, expert in cryptography, Agence Nationale de la Sécurité des Systèmes d Information (ANSSI) In J.P. Dardayrol, editor of

More information

Security Analysis of Bitcoin. Dibyojyoti Mukherjee Jaswant Katragadda Yashwant Gazula

Security Analysis of Bitcoin. Dibyojyoti Mukherjee Jaswant Katragadda Yashwant Gazula Security Analysis of Bitcoin Dibyojyoti Mukherjee Jaswant Katragadda Yashwant Gazula Security Analysis of Bitcoin Introduction How Bitcoin works? Similar peer-to-peer systems Vulnerabilities and solutions

More information

Transactions as Proof-of-Stake! by Daniel Larimer!

Transactions as Proof-of-Stake! by Daniel Larimer! Transactions as Proof-of-Stake by Daniel Larimer dlarimer@invictus-innovations.com November, 28 th 2013 Abstract The concept behind Proof-of-Stake is that a block chain should be secured by those with

More information

QIIBEE Security Audit

QIIBEE Security Audit PUBLIC QIIBEE Security Audit of QBX TOKEN Smart Contracts June 28, 2018 Produced for by Table Of Content Foreword...................................................... 1 Executive Summary................................................

More information

SHIELD FUTURE-PROOFING THE BLOCKCHAIN

SHIELD FUTURE-PROOFING THE BLOCKCHAIN SHIELD FUTURE-PROOFING THE BLOCKCHAIN SHIELD WHITE PAPER VERSION 1.0.2 THE SHIELD TEAM ShieldCoin@protonmail.com https://shieldcurrency.com ABSTRACT In order to create quantum-proof peer to peer addresses,

More information

Rise Technology White Paper

Rise Technology White Paper Rise Technology White Paper Posted in White paper by Justin 1. Introduction 1. What is Rise We are Rise, a Lisk-based currency and distributed application platform heavily emphasizing security and ease

More information

Gnosis Safe Documentation. Gnosis

Gnosis Safe Documentation. Gnosis Gnosis Aug 14, 2018 Content 1 Learn more about Gnosis Safe 3 1.1 Smart Contract Overview........................................ 3 1.2 Services Overview............................................ 10

More information

Computer Security. 14. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2019

Computer Security. 14. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2019 Computer Security 14. Blockchain & Bitcoin Paul Krzyzanowski Rutgers University Spring 2019 April 15, 2019 CS 419 2019 Paul Krzyzanowski 1 Bitcoin & Blockchain Bitcoin cryptocurrency system Introduced

More information

Lightpaper TENZORUM. The unstoppable machine for self-sovereign key management and access to the decentralized world.

Lightpaper TENZORUM. The unstoppable machine for self-sovereign key management and access to the decentralized world. Lightpaper TENZORUM The unstoppable machine for self-sovereign key management and access to the decentralized world. proposal 1.0 23/04/2018 Table of contents 2 Disclaimer 3 Keys & Experiences 4 Background

More information

Blockchain Beyond Bitcoin. Mark O Connell

Blockchain Beyond Bitcoin. Mark O Connell Mark O Connell mark@mkoconnell.com SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material

More information

ABOUT SOME OF THE BLOCKCHAIN PROBLEMS

ABOUT SOME OF THE BLOCKCHAIN PROBLEMS ABOUT SOME OF THE BLOCKCHAIN PROBLEMS A.V. Bogdanov 1, A.B. Degtyarev 1, V.V. Korkhov 1, M. Kamande 1, O.O. Iakushkin 1, V. Khvatov 2 1 Saint Petersburg State University, 7/9 Universitetskaya nab., St.

More information

Bob s Repair Contract Audit

Bob s Repair Contract Audit Bob s Repair Contract Audit by Hosho, April 2018 Executive Summary This document outlines the overall security of Bob s Repair smart contract as evaluated by Hosho s Smart Contract auditing team. The scope

More information

XSN coin. TPoS Setup Guide. https://discord.gg/cyf5yca. https://xsncoin.io

XSN coin. TPoS Setup Guide. https://discord.gg/cyf5yca. https://xsncoin.io XSN coin TPoS Setup Guide https://discord.gg/cyf5yca https://xsncoin.io Contents Introduction... 3 What is TPoS?... 3 DISCLAIMER:... 4 How to be an Owner... 4 How to be a merchant... 5 Step 1. Controller

More information

Exceptional Access Protocols. Alex Tong

Exceptional Access Protocols. Alex Tong Exceptional Access Protocols Alex Tong Motivation Crypto Wars FBI vs. Apple What is the job of engineers? Requirements Government Decryption without notice to the user Ubiquitous international capability

More information

DTX Token. Starter guide

DTX Token. Starter guide DTX Token Starter guide 2 Choosing for the DTX token to buy and sell sensor data enables you to perform real microtransactions on DataBroker DAO. Every beginning is difficult, but this step-by-step introduction

More information

NEUROSEED WHITEPAPER. Version 1.1. May 1, 2018 Contents of the white paper are subject to changes and improvements

NEUROSEED WHITEPAPER. Version 1.1. May 1, 2018 Contents of the white paper are subject to changes and improvements WHITEPAPER Version 1.1 May 1, 2018 Contents of the white paper are subject to changes and improvements ABSTRACT The Fourth Industrial revolution brings the implementation of such technologies like Big

More information

INTRODUCTION WHY DAPS?

INTRODUCTION WHY DAPS? DAPS WHITEPAPER INTRODUCTION DAPS is a planned experimental hybrid fork-swap of Peepcoin, to be conducted in 2018. The goal of DAPS protocol is to create a fully anonymous coin and eventually payment system

More information

Token Sale. Participation guide

Token Sale. Participation guide Token Sale Participation guide 2 As the DataBroker DAO token sale is closing in, we want to inform our future participants on how to properly take part in our presale on 19th of March. At first glance,

More information

CONTRACTLAND: A FRAMEWORK FOR HIGH PERFORMING APPLICATION-SPECIFIC BLOCKCHAINS. Draft 0

CONTRACTLAND: A FRAMEWORK FOR HIGH PERFORMING APPLICATION-SPECIFIC BLOCKCHAINS. Draft 0 CONTRACTLAND: A FRAMEWORK FOR HIGH PERFORMING APPLICATION-SPECIFIC BLOCKCHAINS Draft 0 ContractLand Foundation team @contractland.io www.contractland.io Abstract Present-day blockchain technology have

More information

Introduction to Cryptocurrency Ecosystem. By Raj Thimmiah

Introduction to Cryptocurrency Ecosystem. By Raj Thimmiah Introduction to Cryptocurrency Ecosystem By Raj Thimmiah How does a normal payment system work? Normal payment systems (generally) use ledgers Easy for servers to then check if someone is committing double

More information

TABLE OF CONTENTS 1.0 TOKEN SALE SUMMARY INTRODUCTION HOW TO BUY LION HOW TO BUY LION WITH METAMASK

TABLE OF CONTENTS 1.0 TOKEN SALE SUMMARY INTRODUCTION HOW TO BUY LION HOW TO BUY LION WITH METAMASK TABLE OF CONTENTS 1.0 TOKEN SALE SUMMARY... 2 2.0 INTRODUCTION... 3 3.0 HOW TO BUY LION... 3 3.1 HOW TO BUY LION WITH METAMASK... 3 3.2 HOW TO BUY LION WITH MYETHERWALLET... 5 4.0 HOW TO CHECK YOUR LION

More information

Mobilink-Network Partial List of Partners

Mobilink-Network Partial List of Partners Introduction MOBILINK-Network will provide its users with unlimited voice and data services while eliminating all monthly fees. Revenues generated from digital mobile Ads shown on the user s phone will

More information

BLOCKCHAIN CADEC Pär Wenåker & Peter Larsson

BLOCKCHAIN CADEC Pär Wenåker & Peter Larsson BLOCKCHAIN CADEC 2018 - Pär Wenåker & Peter Larsson BITCOIN BITCOIN PAPER Posted 31/10 2008 Bitcoin v0.1 released Satoshi Nakamoto satoshi at vistomail.com Thu Jan 8 14:27:40 EST 2009 Previous message:

More information

Blockchains & Cryptocurrencies

Blockchains & Cryptocurrencies 1 Blockchains & Cryptocurrencies A Technical Introduction Lorenz Breidenbach ETH Zürich Cornell Tech The Initiative for CryptoCurrencies & Contracts (IC3) 2 Cryptocurrency Mania Market cap as of yesterday:

More information

Orbs is built by developers, for developers, with real business needs in mind. Design strategy is driven by:

Orbs is built by developers, for developers, with real business needs in mind. Design strategy is driven by: About Orbs Orbs is a hybrid blockchain that scales base-layer protocols. It is the first customizable public blockchain designed to provide flexibility for the ever-evolving needs of real businesses. With

More information

POLAR INTERNET SHARING, A CONNECTION OF CONSTELLATIONS

POLAR INTERNET SHARING, A CONNECTION OF CONSTELLATIONS POLAR INTERNET SHARING, A CONNECTION OF CONSTELLATIONS WHAT IS POLARCOIN? (POL) Polarcoin is an open source peer to peer decentralized cryptocurrency. There is no server for this network cause computer

More information

App Blockchain Ecosystem. Decentralized Application Store

App Blockchain Ecosystem. Decentralized Application Store App Blockchain Ecosystem Decentralized Application Store 1 Catalog 1.Abstract... 4 2.Project Background... 5 2.1 Historical Background... 5 2.2 China App Store Industry Market... 6 2.3 Overseas App Store

More information

Instantly owning a diverse cryptocurrency portfolio is now as easy as holding a single collateralized token.

Instantly owning a diverse cryptocurrency portfolio is now as easy as holding a single collateralized token. Instantly owning a diverse cryptocurrency portfolio is now as easy as holding a single collateralized token. 1 2 What Is Blockvest? Blockvest is the use of blockchain technology and digital identity to

More information

Content. 1. SYSTEM Design Evolution: NULS 2.0 Microserver Platform - How is it Structured A. Design Reasoning and Explanation...

Content. 1. SYSTEM Design Evolution: NULS 2.0 Microserver Platform - How is it Structured A. Design Reasoning and Explanation... Content 1. SYSTEM Design Evolution: NULS 2.0 Microserver Platform - How is it Structured... 3 A. Design Reasoning and Explanation... 3 B. Plugin... 4 C. Microserver... 5 D. Service Library... 7 E. NULS

More information

Whitepaper The blockchain platform for building decentralized marketplaces

Whitepaper The blockchain platform for building decentralized marketplaces Whitepaper The blockchain platform for building decentralized marketplaces Matthew Liu Joshua Fraser Founders of originprotocol.com Certain statements in this document constitute forward-looking statements.

More information

Candidates Day Modeling the Energy Consumption of. Ryan Cole Liang Cheng. CSE Department Lehigh University

Candidates Day Modeling the Energy Consumption of. Ryan Cole Liang Cheng. CSE Department Lehigh University Candidates Day 2016 Modeling the Energy Consumption of Blockchain Consensus Algorithms Daniel Lopresti, Interim Dean P.C. Rossin College of Engineering and Applied Science July 30, April 15,2018 2016 Ryan

More information

Executive Summary. (The Abridged Version of The White Paper) BLOCKCHAIN OF THINGS, INC. A Delaware Corporation

Executive Summary. (The Abridged Version of The White Paper) BLOCKCHAIN OF THINGS, INC. A Delaware Corporation 2017 Executive Summary (The Abridged Version of The White Paper) BLOCKCHAIN OF THINGS, INC. A Delaware Corporation www.blockchainofthings.com Abstract The Internet of Things (IoT) is not secure and we

More information

neblio Next Generation Enterprise Blockchain Solutions v

neblio Next Generation Enterprise Blockchain Solutions v neblio Next Generation Enterprise Blockchain Solutions v20170726 contents Neblio Blockchain 3 4 6 7 14 16 18 19 Abstract Blockchain What is the Neblio Blockchain? Enterprise Adoption & Next Generation

More information

Radix - Tempo. Dan Hughes Abstract

Radix - Tempo. Dan Hughes   Abstract Radix - Tempo Monday 25 t h September, 2017 Dan Hughes www.radix.global Abstract In this paper we present a novel method for implementing a Distributed Ledger that preserves total order of events allowing

More information

Light Paper v1.0. Leep Network

Light Paper v1.0. Leep Network Light Paper v1.0 Leep Network Leep Network, 2018 A NEW ERA FOR DATA Distributed Ledger Technology (DLT) is a database that is consensually shared and synchronized across a network of computers where there

More information