BLOCK COLLIDER. A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3

Size: px
Start display at page:

Download "BLOCK COLLIDER. A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3"

Transcription

1 BLOCK A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3 Created: February 11th 2017 Updated: November 30th Abstract A protocol for joining blocks from other crypto currencies in order to create a blockchain ledger capable of executing complex transactions between blockchains without the use validators, relays or master nodes.

2 Introduction 3 Introduction: Use cases 3 Definitions 3 Overview 4 Technology: Implications of Block Collider technology 4 Technology and Process 4 Technology: Blocks on other blockchains 4 Technology: Block Rovers 5 Technology: Block Miners 5 Technology: Mining using Edit Distance 5 Proof of Edit Distance 7 Edit Distance: What is it? 7 Edit Distance: Using Edit Distances to mine the Block Collider blockchain. 7 Edit Distance: Example 8 Edit Distance: Why not use traditional Proof of Work? 8 Edit Distance: Combinatorial Challenge 9 Edit Distance: Maintaining Header State 9 Transactions 9 Transactions: Callback transactions for events that occur on other blockchains. 10 Transactions: Promise transactions for events that might occur on other blockchains. 12 Transactions: First Promise Example 12 Transactions: Second Promise Example 13 Transactions: Inter blockchain Transactions 13 Network 14 Network: Emblems 14 Network: Dynamic Block Size 14 Network: Emblems help miners avoid decrease exposure to improvements in mining hardware. 14 Network: Block Collider Blocks 15 Network: Emblems & Marked Tokens 15 Network: Forks 16 Network: Evolution Mode & Feature Development 16 Network: Voting Flags 16 Network: The FIX Protocol 17 Network: Optimising Block Routing 17

3 I. INTRODUCTION The Block Collider is a high speed distributed ledger built on ordered sets of blocks from other crypto currencies. The blockchain supports ultra low latency balance updates with the Financial Information exchange (FIX) protocol. The Block Collider blockchain is created by decentralized peer to peer miners who mine the chain by combining header hashes, state roots, and transaction Merkle trees using a proof of edit distance (PoED) algorithm. Introduction: Use cases 1. Build advanced smart contracts which rely on events or transactions on other blockchains. 2. Private or enterprise block chains can interact with public block chains through one interface. 3. Schedule the execution of callbacks and promises for automatic execution in the future. 4. Recycle already expended hash power from blocks issued by miners of other crypto currencies. 5. Voting mechanism allows for the addition of new blockchains, future proofing the collider % decentralized operation, no witnesses, master nodes, approved signatories, etc. II. DEFINITIONS Base Pairs : Two or more block header hashes below a maximum string similarity maximum. Collider Chain : A high speed distributed ledger for incentivizing the discovery and validation of blocks between blockchains. Collider Block Header Hash : A double blake2b hash which is greater than the minimum string deviation score for all hashes in a given base pair respectively. Distance Allowance : The maximum amount of combined transaction distances a miner can use in one block. This amount increases based on the number of Emblems owned by the public address. Emblems : A proof of stake signature address that permits blocks with a greater sigma allowance, fork chains, and proof asset ownership across chains. NRG : The unit of value within the collider chain which is required to execute transactions. This is the reward for discovering "matching collider chains" hashes and issued in escrow for promises. Block Rover : UDP/RPC/WebRTC process that traverses the other blockchains and seeds blocks, transactions, and on chain events back to the miners. Callback : Precompiled, pre signed transactions that have not been broadcast to their chain and are instead encrypted by the TX hash of a given blockchain. Callbacks include a fee which miners can claim once the TX is picked up by miners on another blockchain. Callbacks include an expiration block on the collider chain after which it can be removed from the TX pool.

4 Promise : A promise is a transaction on the block collider that only occurs when one or more conditional transactions are found. An escrow amount of NRG can be included which is redeemed in the event conditions in the promise are not met. Promises include an expiration block on the collider chain. Bore Lock : A 2 of 2 encryption process for storing n signatures in verifiable sets. Used for the execution of Callbacks and Promises across blockchains. III. OVERVIEW Cryptocurrencies are "walled gardens" that cannot reuse, trigger, or execute transactions with other blockchains. If Alice wants to execute Bob's smart contract, Bob can only accept cryptocurrency from the blockchain upon which he deployed the smart contract. This lack of cooperation stifles innovation. Block times and fees make blockchains ill suited for heavy transaction volumes or trading. Side chains erected to alleviate the pressure centralize the network and are in the hands of a few mining pools or startups. In addition, the interfaces people use to interact with blockchain technology are functionally limited and difficult to use. The education and subsequent deployment of smart contracts is a consequence of the complex process. Technology: Implications of Block Collider technology Compatible with the blockchain or crypto currency they use now. No code changes. Transactions and smart contracts can run or be executed by contracts on other blockchains. Transactions can occur between blocks on a chain without "witnesses", "trusted nodes", or centralization of any kind. The resulting collider chain is stronger due to a combination of blockchains while more resource sensitive due to recycling mining power. Exponentially lower transaction fees with consistently faster blocks. IV. TECHNOLOGY AND PROCESS Technology: Blocks on other blockchains In the Bitcoin blockchain a sequence of blocks are chained together to avoid double spending and unauthorized credits/debits of value. Each block is a combination of the merkle root transaction data, a state root in some chains, the header hash, and a reference to a previous block s header hash. The block itself can be uniquely referenced by its header hash and therefore used as a caching key or query key.

5 BTC Block Hash #0: d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f BTC Block Hash #1: a8e6886ab5951d76f afc90947ee320161bbf18eb6048 Each of these hashes forms a sequence of block headers with the most recent validated block in the chain being the largest "block number" and head of the chain. At the time of writing this paper according to CoinMarketCap there are 585 blockchains which mine, each issuing these hashes at varying speeds across a network of hundreds and thousands of machines. Technology: Block Rovers The Block Collider chain is built from the millions of blocks being issued by other blockchains through a process that rapidly distributes and fuses them together, incentivises truthful work, and gives back to the community by seeding chains to new client nodes, even if the node itself is not synchronizing the Block Collider s blockchain. To begin the process of fusing chains together we introduce, in addition to miners, new network based workers called "block rovers" which assist miners in relaying blocks from other blockchains back to the miners for processing. In the beginning, rovers are automatically built into the mining applications provided by Block Collider core developers and the development community. For example, a block rover who is traversing the Bitcoin blockchain is constantly seeking new blocks at the header of the chain in order to relay these blocks back to the miners. The rover seeds the blocks from the Bitcoin blockchain in the same way a traditional Bitcoin node might join and participate in the network. The only key difference is that a block rover will maintain a group of 100+ remote clients from which to seed blocks instead of, in Ethereum s case, a default 25. Rovers are setup for each member chain like Waves, Ethereum or Counter Party. Technology: Block Miners The "mining" of the collider chain is the computational challenge of finding a hash that satisfies a minimum edit distance between the hashes of member chains, its transactions, and its previous block. Proof of Edit Distance (PoED) is based on the Ratcliff Obershelp string distance algorithm which scores the similarity of two strings. Technology: Mining using Edit Distance RO(HBS, BTC Block Hash) < D && RO(HBS, Eth Block Hash) < D == true Miners must find a string that when hashed resolves the above statement. Upon doing so, they propagate their solution to the network to win the block reward which includes some of the fees allocated in the transactions submitted to that block. Each Block Collider block contains references to the previous block and the header states of any relevant blockchains used in its construction. While the Block Collider blockchain has much of the same functionality as a traditional crypto currency, due to the mutations of blocks from header hashes the Block Collider blockchain is consistently faster than the fastest member blockchain that is being absorbed. For example, since there is currently a new Ethereum block every 30 seconds and

6 a new Bitcoin block every 9.2 minutes the Block Collider would have a new block for every new combination of blocks. Consider the following example (not to scale): TABLE I. ARRANGEMENT OF BITCOIN AND ETHEREUM BLOCKS. BTC BLOCK 1 ETH BLOCK 1 BLOCK 1... ETH BLOCK 2... ETH BLOCK 3... ETH BLOCK 4 BLOCK 2 BLOCK 3 BLOCK 4 BTC BLOCK 2 ETH BLOCK 4 BLOCK 5... ETH BLOCK 5 BLOCK 6 Notice Ethereum Block 4 is reused once. This is to demonstrate the real life combination rules used by the collider chain in that the pair such that: BTCBLOCK 1 + ETHBLOCK 4 < BTCBLOCK 2 + ETHBLOCK 4 Similar to Bitcoin s longest chain rules, the collider chain accepts new blocks which are higher in combination as new lineage pairs. A lineage pair is essentially concatenating the header hash of blocks from the same blockchain to form one hash upon which to mine. This enables transactions to be conducted between block issuances. In the above example, the Ethereum blockchain at ETH Block #4 is an instance of Block Collider being the fastest chain. This concept becomes clearer when we add a third blockchain into the mix. In the example below, for every two Ethereum blocks 1 WAVES block is issued. TABLE II. ARRANGEMENT OF BITCOIN, ETHEREUM, AND WAVES BLOCKS. BTC BLOCK 1 ETH BLOCK 1 WAVES BLOCK 1 BLOCK 1... ETH BLOCK 2... BLOCK WAVES BLOCK 2 BLOCK 3... ETH BLOCK 3... ETH BLOCK 4... BLOCK 4... BLOCK 5

7 WAVES BLOCK 3 BLOCK 6 BTC BLOCK BLOCK 7... ETH BLOCK 5... BLOCK 8 Keep in mind that Table 1 and Table 2 represent the same period of elapsed time. Note the increased block issuance rate of the Block Collider chain in that its total blocks went from 6 in Table 1 to 8 in Table 2. This is due to the addition of Waves blocks which makes additional combinations possible. Adding one additional chain does not necessarily increase difficulty for miners as the process of searching for a random string with a maximum distance for 2 hashes simply becomes a maximum distance for 3 hashes. In the previous example, miners in the first iteration of the Block Collider formation, BTC+ETH, are looking for base pairs while in the second they are looking for base triples for BTC+ETH+WAVES and so on. In this way, the collider chain leverages the variance in chains to create a singular rapidly moving blockchain while supporting trusted inter block issuance operations which are especially useful for high speed asset trades or operations. Due to the variability of block discovery on all blockchains, where Ethereum for instance ranges from 6 seconds to 2 minutes and Bitcoin commonly ranges from 5 to 15 minutes, it will be difficult for miners to try to preempt combinations that cause the Block Collider blockchain sequence to favor one chain. This makes it computationally impossible to conduct attacks that involve shifting mining power from processing blocks on the Block Collider. V. PROOF OF EDIT DISTANCE Edit Distance: What is it? Edit distances are a class of algorithms that score how close two strings are to each other. For instance, while the Edit Distance for ETH and ETC is , two identical strings would score a 1. There are many other algorithms also in the string similarity space including the Levenshtein Distance, Smith Waterman Gotoh Distance, and the Ratcliff Obershelp Distance. Edit Distance: Using Edit Distances to mine the Block Collider blockchain. Let s say there exists a theoretical root blockchain which represents the perfect state of all blockchains at any given point in time. Among many other things, if this data was structured as a blockchain, it would be the optimum location for storing events for execution between blockchains.

8 Using Edit Distance and the header hash of other blockchains, we can mine and subsequently create this root blockchain. To do so, miners compete to find a string that when hashed in a normalization process is above a minimum distance threshold. This string could then be the hash of the root blockchain and the header hash for the next block. Let Minimum Distance Threshold be t, String to find be B, and Edit Distance Function be ED. Such that each blockchain header hash h satisfies: EDS( H(h), H(B) ) < t Or in the case of merging three blockchains: EDS(H(h1),H(B)) < t && EDS(H(h2),H(B)) < t && EDS(H(h3),H(B)) < t === true Edit Distance: Example Assume there are only three blockchains in the universe. We would then start with three strings each representing the header hash of a block from another blockchain. BTC: abfe31e59af9f81b3fc84a1a25a8fdc095e429dc6dffa ETH: 0x73413ff99013f6007b72e299aee87da ae4dfb1466b254b7c89b8e1bd NEO: 0b58e3e1980eb79c293ee1d047997c5a7092da8d49813c2407e90f85e0ba1f9e To find the new block in the root blockchain let s say the miner must find one below the threshold of 0.29 for all chains involved. The miner would iterate through a random charset or number, hashing strings until it finds a hash that is below 0.29 for all of the blocks. With a single web worker on an i7 computer the miner found a solution in 32.6 seconds. Solution: c53a147e80b2ae87c50d62dfdc82501d0405c9734d0daf f182ca6c7f5 Edit Distance: Why not use traditional Proof of Work? When combining multiple blockchains of different data types, mining algorithms and block speeds, two critical reasons necessitate Proof of Edit Distance over Proof of Work algorithms. 1. Proof of Edit Distance is mining algorithm agnostic. Any hash or string structure can be provided as an input which means that as long as the blockchain has unique hashes it can be easily added to the Proof of Edit challenge. Conversely, Proof of Work restricts the inputs to the structure of a given blockchain s mining algorithm. In Bitcoin s case this would have to be a nonce, and in Ethereum s case this would have to be a random integer, a nonce, and a seed hash of the block. 2. Proof of Work s Linear Load With PoW any new blockchain added to an intermediary blockchain will incur an additional work linearly proportional to the size of the network. Assuming we accept the compounding difficulty, each new

9 blockchain brings its own difficulty and block time as well. This means that in addition to dynamically resizing the difficulty based on the intermediary blockchain block time, PoW algorithms will have to adjust difficulty based on varying block difficulty, with blocks issued at unknown intervals. Inevitably this leads to poor difficulty adjustments resulting in inefficient hash power allocation and a lag in the block issuance times. Edit Distance: Combinatorial Challenge Since the Block Collider is designed to add new blockchains easily, each new blockchain is an insignificant increase to the load placed on miners or rovers. There will be six planned hard forks in the Block Collider chain, each designed to merge the blocks from other blockchains into the collider formation. The Block Collider at launch will support six blockchains. The sixth chain is to remain a secret and will run parallel to the other blockchains on private nodes to avoid market effects influencing pricing of the chain. Once the initial chains are deployed,the Block Collider has six planned forks over a three year period to incorporate batches of new blockchains. After two years the Block Collider will activate a voting process weighted by the amount of Emblems owned by the voter (0.01 Emblems == 1 vote) and the block discovery frequency of the miner over a 156 day and 32 day rolling window. The voting will be conducted over a 156 day cycle, starting with a 30 day voting period followed by a 120 day pooling period before the combination joins the collider. The protocol itself will remain the same for consumers blocks being issued faster or slow depending on the results of the voting periods. Mining algorithms for generating hashes could also remain the same, the only difference being that accepted blocks would hash below similarity distances, for instance with 3 other hashes instead of 2. T > RO(HBS, BTC Block Hash) && T > RO(HBS, Eth Block Hash) && T > RO(HBS, Komodo Block Hash) == true Note that with the addition of new blockchains the mining process increases linearly in difficulty without breaking miner s hashing process. Edit Distance: Maintaining Header State Since the Block Collider could feasibly have no fixed block times, there is a target delay period of 5.5, 3.5, 1.5 and 0.5 each released during the planned forked chains. This delay is based on the period of time between the latest header hash and the Block Collider sequence. The edit distance threshold is adjusted in the same way difficulty is adjusted dynamically on traditional mining, change to fit these target windows. This does not mean that the Block Collider block time will be 5.5 seconds but instead simply 5.5 seconds behind the fastest block of any of the consumed blockchains. In addition to block delay, if a solution has not been found when a block of the same legacy is added to the mining challenge, there is a distance decrease in the threshold making it easier for the Block Collider miners to quickly catch up to blockchains issuing blocks at a faster than expected rate. VI. TRANSACTIONS Transactions: Executing a transaction from Bitcoin to Ethereum. Transactions for the collider are stored on a distributed hash table (DHT) which miners use to synchronize with other nodes and validate work. Nodes are only expected to synchronize with this table to avoid the usage of bloom

10 filters which delay blockchains due to their inability to reference partial ranges. The storage method proposed is very similar to IPFS in that a client can store all or some of the chain locally. Since the Block Collider is essentially synchronizing with many blockchains, it retains or has access to the state of each chain temporarily. This allows the collider to setup transactions which execute when a particular event occurs on one of the chains it is absorbing into the collider chain. The Block Collider chain has a marked token currency for each blockchain it absorbs which is the unit of value for each given blockchain. These marked tokens are only available on chains that support tokenized assets or side chains and could be compared to colored coins. An instance of this is Marked Ethereum or M ETH which is an Ethereum ERC20 token. Each transaction this token is a part of is automatically a valid part of the Block Collider blockchain. The marked tokens are observed by rovers as they consume blocks and are used to speed up the process of synchronization. The following would be a transaction that even though executed on Ethereum could be retrieved from the Block Collider blockchain. 0xd12Cd8A37F074e7eAFae618C986Ff bd Transferred:TXID 23 M ETH 0xBB9bc244D798123fDe783fCc1C72d3Bb8C M ETH Using bytes to identify the token is not especially unique and is the same way the Ethereum blockchain identifies that a particular token has been transferred. Any transaction or byte stream or block can be passed to the Block Collider. This process in theory could be used if a token of a blockchain became more valuable than the chain itself and subsequently the miners of the Block Collider could merge it in as its own chain using the byte flag as differentiator from its host chain. Transactions: Callback transactions for events that occur on other blockchains. Callbacks allow users to execute trans blockchain transactions. They are the natural evolution of atomic swaps in that it is not only trading coins but actually executing transactions based on conditions or outputs in other blockchains. Callbacks are created by compiling a ready to execute transaction and encrypting it with a serialized Hex of a TX hash that has been preprocessed into a 2 of 2 Bore Lock for the blockchain from which the dependent transaction(s) must occur. The encrypted data is then broadcast to the network where rovers through the Bore Lock discover the TX hash capable of decrypting the transaction. The primary component of a callback is a reward which can only be claimed by the network once miners validate the output transaction or state root of the decrypted transaction. The miner claims the reward by signing the decrypted transaction for which a resulting state root can be watched for a verification. In pseudo json below is an example callback transaction which contains an Ethereum transaction to trigger an ICO purchase based on a transfer of BTC to the ICO funding address. { distance: 0.5 type: TX2, k: "BTC" origin: d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f, expire: // Bitcoin block to expire at. compiler: "ETH", fpk: 0.3, // in SRS

11 header: fb d246b0b064f85836a52a7b33e299eac60ac4262ccd5ea7d, data: "003093j " snr: } TABLE I. TRANSACTION PARAMETERS type k origin expire compiler fpk snr data Transaction type used for versioning. Blockchain in which to the transaction key to decrypt the callback data Unserialized raw header hash of the blockchain block to start from. The block at which to expire this transaction. The blockchain to submit the decrypted transaction to. Fee per kilobyte of the data in the transaction. A 2 of 2 Bore Lock hash. Encrypted with the transaction hash that has not occurred yet from the chain specified in parameter k. As Bitcoin blocks are relayed by rovers the TXID hash ideas are checked against the Bore Lock using the snr key to decrypt the callback transaction data and claim the fee. The TXID is precompiled by the requesting node for the event they want to use to trigger the transaction. The transaction is invalid if the expiration block is reached. Contained within the encrypted "callback" are the following values: Eth TXID : The serialized Hex of the Ethereum Transaction to be submitted to the network Timestamp : When the the transaction was submitted to be executed. Data : Data necessary to create transaction. Rebase : Optional address where a reward is provided if the transaction fails. For the above example, the TX ID is the transfer of a specific amount of Bitcoin from one hash to the ICO address on the Bitcoin blockchain. If the decryption is successful the miner is awarded with half the amount specified in the fpk (feeperkilobyte) parameter. The other half is awarded when the "Eth TXID" is confirmed by the collider chain at a later date. Rovers while seeding blocks maintain the ideal tool to for broadcasting transactions intended to execute on the member blockchain. Miners operating these block rovers will sign the submission of the transaction which validates

12 their claim to the fee. As the network expands we expect that it will be economical for rovers and miners to split which is why this process requires only the valid private signature and not a base pair. Transactions: Promise transactions for events that might occur on other blockchains. A promise is a singular transaction or a group of transactions which are expected to be seen on a given blockchain before a specific block number. This can be any serialized transaction as the submission is normalized through a double hash process similar to how the block header hashes are standardized. Each transaction in a promise includes a "rebase" transaction that acts as a return on fail address in the event the promise fails for the facilitation of escrow periods, audits freezes, and high speed trading. From our original example, Bob's promise would include two transactions. Notice that callbacks use the crypto currencies of the chains involved in the callback whereas promises use the Block Collider blockchain store of value (NRG) as either an escrow on non payment or the resulting payment of the transaction. Transactions: First Promise Example Alice wants to buy Bob's Bitcoin Bank using the Ethereum she owns. To overview the objectives of this simple transaction, Alice will send Ether to an address owned by Bob and Bob will send Bitcoin (at the agreed upon rate) to an address owned by Alice. To do this Bob can issue a tiered callback or he can use a "promise" which can contain multiple to be executed in batch based on events that occur in other blockchains. [ { distance: 0.5, expire: Expiration BTC block number, fpk: 0.02, compiler: BTC, origin: The starting block hash used to match the distance, data: An unsigned precompiled transaction that Bob sent Bitcoin amount to Alice's Bitcoin address., header: A double Blake2B of the transaction data }, { distance: 0.5, expire: Expiration ETH block number, fpk: 0.02, compiler: ETH, origin: The starting block hash used to compute distance, data: An unsigned precompiled transaction that Alice sent Ethereum amount to Bob's Ethereum address., header: A double BLAKE2B of the transaction data }... ] Miners receiving this transaction take two things into account the first is the origin hash and the second is the header hash which cannot be added to the block without finding a third hash below the maximum.

13 Since this does not confirm the transaction took place, either party can define a collateral address from which to debit NRG to another address in the event a transaction is not detected in the expiration ETH Block. This would be similar to the way USD is used as collateral for the holdings of some small banks to facilitate international transfers. Transactions: Second Promise Example Another use case is an Ethereum insurance smart contract which pays out based on the balance of a Kraken Bitcoin cold wallet. If the wallet's balance is below 10% policyholders can request a payout through the block collider: [ { distance: 0.5 expire: Expiration Ethereum Block origin: Ethereum Block Number start fpk: 0.02 rebase: The policy holders insurance smart contract fee and output address. data: An Ethereum transaction of a new member sending Ether to the policy }, { distance: 0.5 expire: BTC Block origin: Bitcoin Block fpk: 0.02 rebase: The policy holders signed collider s NRG output address. data: A Bitcoin transaction where the remaining Kraken Cold Wallet Address is of output 0. } ] In the case of the above transaction, if the user does not actually open a policy but submits this promise, they will have to stake the amount of NRG required by the rebase address. It is important to note that the rebase address is a signed public block collider address submitted by the insurance group. Transactions: Inter blockchain Transactions Over the past year there have been several attempts to create a decentralized marketplace such as Token from Coinbase, Swap from ShapeShift, Bitfinex Eth Trade, and 0x. While good intentioned and not without new features for the intent of trading, they are severely limited due to the dependency on each new Ethereum block to up order books. Currently the experience requires that a user wait for the next Ethereum block to pick up his/her submission of the intent to trade and then at least one more block for the opposite party to accept that intent and complete the trade. If each Ethereum block takes 30 seconds (and soon 40 seconds in the next hard fork) this process can take minutes. This also assumes the unlikely event that the transactions of either party are picked up by miners in the immediate block following their transaction. Services that use the Block Collider will be able to serve order books with exponentially faster updates even in between the block generation frequency of a particular blockchain. They will also be able to facilitate cross

14 blockchain trades instead of token swaps which at the moment are entirely on the Ethereum blockchain or conducted on centralized exchanges. VII. NETWORK Network: Emblems Emblems are a new of macro form of digital ownership. Among several technical use cases, the more Emblems stored at an address, the more transactions the holder of that address can place in a discovered block when mining. Outside of its primary functional use, Emblems are a distribution vehicle for marked tokens which are the tokens from blockchains inside the Block Collider whose transactions among other things are automatically made a part of the Block Collider blockchain. Network: Dynamic Block Size The primary use of Emblems is to allow block size to be dynamically adjusted. This is done by allowing additional space for transactions in a block, thereby increasing fees awarded,based on the number of Emblems owned by a miner. For instance, imagine a mining cart the more the miner can load into the cart, the larger his/her payout might potentially be if gold is found. Emblems allow miners to have bigger carts. A more detailed way to look at this is in context of the Bitcoin block size debate. With Bitcoin (and Ethereum) each block can only accept a certain amount of transactions due to a size limit. This is not because of the merits of any one size in particular but because the limit itself is fixed. While some limit is necessary to avoid network congestion from enormous blocks, the limit itself should have a range. In addition, fixed block sizes force miners to rank the transactions that go into the block by the amount of fees provided by the transaction. This results in steadily growing fees especially when large pools of people try to transact on the blockchain at once. With the Block Collider each block is capped by a maximum sum of string distances contained within each transaction. This means that if the max distance is 5, then the miner would be able to accept 10 transactions of distance 0.5 (0.5 * 10 == 5). Continuing this logic, transactions with lower distances have a greater chance of getting into a block with minimal fees. This method has the benefit that if a user wants to squeeze in a transaction they can do so by pre mining the distance and providing the transaction with the work the miner would have had to complete. Otherwise, a transaction might include no work and a significant fee which incentivizes the miner to allocate some of its mining power to adding the transaction. Returning to the use of Emblems, both of the above transaction scenarios are dependent on fitting transactions within the maximum distance per block, which in the example above is 5. Emblems allow miners to increase the max distance or number of transactions that can be stored in a block This means that more fees can be collected per block due to the increased volume. It is important to note that this does not increase the probability of the miner finding the next block. The same distance score must be found regardless of the number of transactions accepted in the block. Network: Emblems help miners avoid decrease exposure to improvements in mining hardware. With the natural evolution of technology, especially as larger companies enter the hardware space with products targeted toward mining crypto currencies, it is logical to assume that miner s will be forced to bear the costs of

15 upgrading mining hardware on a regular basis. While this will result in the decrease of mega mining operations, it can hurt smaller players especially in regions where electrical bills play a significant role in a miner s operation. Emblems are a non depreciating asset in that they are a bonus that applies to any new mining technology added to the stack. This uniquely positions them as a longer term store of value for miners which can be sold to other miners to cover unforeseen costs or technological obsolescence. Network: Block Collider Blocks A Block Collider block like other blockchains includes transactions and references to previous blocks and proofs in the form other other blockchain block headers in order to validate the work done block. Unlike other blockchains however the Block Collider blocks do not have a fixed number of transactions. Instead, each block has a fixed edit distance balance which the total number of transaction distances when summed must stay below. A transactional distance is the total byte size of the transaction divided by the edit distance of the TXID to the hash of the data of the transaction. For example if the edit distance between the hash of the TXID and the hash of the transaction data was 0.5 then if the byte size is 210 the distance of the transaction is 0.5 / 210 or If every transaction distance was that amount and the block edit distance balance is fixed at 0.1 then the block could hold 41 transactions. This process enables two notable options. First, transactions with smaller transaction distances are more likely to enter a block regardless of a fee. This removes the auctioneer price boosting effect of chains like Bitcoin where miners prioritize transactions by their fee. Second, it has the overall network benefit of increasing transaction throughput. Transactions that do not have a TXID generated yet or are unlikely to be added to a block due to a TXID due to a higher edit distance can be picked up by smaller miners in a process nicknamed transaction panning after the process of mining for gold in streams and waterways using a pan. These small miners may not have the hardware for profitably working on blocks can participate in the network by listen for these transactions (likely from lite clients) and find a TXID, mining them, and subsequently broadcast the transaction to all their peers to claim 10% of the fee included in the transaction. To claim the fee the miner must submit a 120 bit string that when hashed is of the edit distance claimed in the transaction. If the transaction does not have a TXID, the miner mining the block itself must find a suitable TXID. The TXID like that used in Bitcoin is an identifier of the transaction in the block and used in the merkle tree. Network: Emblems & Marked Tokens Of the five founding chains (and hidden sixth), a marked token has been issued which operates identically to a traditional token in that it is as tradable/usable/compatible with any other token on said blockchain. However, transactions that use these marked assets are automatically added to the collider chain which is primarily to help users interact with the collider using only the fees necessary to transact on a given chain. For instance, if an insurance contract allowed anyone to sign up to a policy through the collider they would simply specify on each given chain an address. If marked tokens were sent to that address they would be accessible on the collider chain allowing the insurance contract to validate a user s payment or participation.

16 Network: Forks Over the last two years, the frequency and adoption of hard forks, both as a fail switch (DAO) or as a planned feature upgrade (Counter Party), has greatly increased. This poses an interesting situation when we consider that the collider might absorb the wrong chain in each upgrade. We also group into this situation the possibility of a cataclysmic event that destroys the chain. In these situations, the collider is designed so that as long as it is assimilating 2 or more blockchains, it can safely secure transactions. The evolution of the block is based solely on the presentation of an unseen combination. A given blockchain might go offline which would mean that until the assimilation council (discussed below) the collider would only slow down slightly due to the decrease in variations. A potential use case of this might be if the if one blockchain became congested a distributed application could redirect transactions to blockchains which are experiencing lighter loads or relatively cheaper fees. Network: Evolution Mode & Feature Development Once the initial 6 blockchains have been deployed to the blockchain, and the core protocol passes the incubation window of one year the protocol switches to a Evolution Mode. This is a stage which includes a three month voting period during which new blockchains can be voted into the collider and unwanted blockchains can be voted out. In addition it allows architect voting. An architect is a public address that is associated with a project or proposal. This could be a request for funding to develop a new feature or change a previous feature. To submit a project the owner must stake 0.001% of the total amount of Emblems transferred over the last month (in terms of blocks) or 11 Emblems whichever is smaller. Evolution Mode serves three purposes, first it gives Emblem owner s stake in the evolution of the chain. Second, it allows the collider to adopt new features from other chains through a democratic process. This also allows the chain to move with large scale changes in the political environment or access to new fiat markets. Third and finally it allows the Block Collider to create features and organically grow involvement from the community. A similar program can be found in the Dash Development Fund which we think is an ideal example of this behavior. Network: Voting Flags In the event of an emergency there is a version flag which can be triggered by miners to migrate to an alternative chain or group of chains. The version flag like the one used in Bitcoin only supports a single digit numeral adding to the gravity of the change. It is a not a break the glass event but does give miners the ability to move away from chains that have put in a state of disrepair such that it is negatively impacting the Block Collider.

17 Network: The FIX Protocol In developing new technologies, the pursuit of low latency orderbook data and the execution/settlement of trades has created rapid innovation for bare metal high performance computer and networking infrastructure. One of the most reusable elements of this is the Financial Information exchange (FIX) protocol which was created for international real time exchange of information related to the securities transactions and markets. The Block Collider uses this protocol to achieve two purposes first, to establish the distance score of a transaction and second, to provide a data feed of cross/pair rates for the marked tokens within the Block Collider. In the first case, miners use the FIX protocol to read in from other nodes the current transactions and distance scores required to add the transaction to the block. Since the process of filling a block with transactions can be compared to the settlement of an order book, up to date transaction distances are necessary to insure efficient placement of transactions in blocks. An additional use case for the FIX protocol is to act as an ecosystem wide data feed for all of the blockchains connected to the Block Collider. The data feed serves as a simple entry point for institutional investors to more easily price market events, volume, and tick level data in a timely fashion with a protocol already integrated into their on premise systems. Network: Optimising Block Routing With these two points in mind, a node can synchronize the entire collider chain in the same method used by Bitcoin. In effect, the moment a node starts receiving blocks it can start submitting transactions to the collider without any synchronization process. To put simply, the Block Collider is a Zero Sync chain. The challenge of separating mining nodes from nodes simple synchronizing state has drawn more attention as research like DECOR+ or the Ethereum s Uncles has been applied to decrease block issuance and increase miner participation. The Block Collider approaches this issue by creating a distributed hash table which stores the block difficulty thresholds obtained by miners who did not win the block. The table is sorted and acts as a list of either the luckiest or the strongest miners. When a miner creates a block, this list also represents the most likely candidates to continue work on the chain, thereby validating the block faster. The miner forwards this block to these peers in order to ensure the network maintains maximum speed and distribution of blocks. For more information, to review the source code, and test the mining applications visit REFERENCES [1] [2] [3] extended ess...victory is truth, dignity is holiness, peace is happiness, life is eternity. ~ St. Augustine of Hippo, The City of God.

L3. Blockchains and Cryptocurrencies

L3. Blockchains and Cryptocurrencies L3. Blockchains and Cryptocurrencies Alice E. Fischer September 6, 2018 Blockchains and Cryptocurrencies... 1/16 Blockchains Transactions Blockchains and Cryptocurrencies... 2/16 Blockchains, in theory

More information

Metro: A peer-to-peer cross-chain digital asset exchange

Metro: A peer-to-peer cross-chain digital asset exchange Metro: A peer-to-peer cross-chain digital asset exchange Metro.software 2018 metrosoftware@zoho.com Abstract The pegged sidechain technology allows us to safely move assets from the asset mainchain to

More information

White Paper. Bizanc Blockchain

White Paper. Bizanc Blockchain White Paper Versão 0.0.1 Bizanc Blockchain 1.0 Summary Bizanc is a decentralized platform for commercialization of digital assets, operating on a Blockchain architecture, allowing trading of cryptocurrencies

More information

Surface Web/Deep Web/Dark Web

Surface Web/Deep Web/Dark Web Cryptocurrency Surface Web/Deep Web/Dark Web How to Get Data? Where Hacking, Cyber Fraud, and Money Laundering Intersect How to Pay? Digital Currency What is Bitcoin? https://youtu.be/aemv9ukpazg Bitcoin

More information

A block chain based decentralized exchange

A block chain based decentralized exchange A block chain based decentralized exchange Harsh Patel Harsh.patel54@gmail.com Abstract. A pure peer to peer version of the exchange system would allow all parties access to the market without relying

More information

Whitepaper First Issue: September 17, 2017 Last Revision Date: February 22, 2018

Whitepaper First Issue: September 17, 2017 Last Revision Date: February 22, 2018 Whitepaper First Issue: September 17, 2017 Last Revision Date: February 22, 2018 Token Distribution Explained & Proposed Blockchain ProjectConcept whitepaper What is Lendera.io Lendera.io is a website

More information

Blockchain Demystified

Blockchain Demystified Blockchain Demystified DR THEODOSIS MOUROUZIS (CIIM, UCL CBT, CYPRUS BLOCKCHAIN TECHNOLOGIES) Cyprus Blockchain Technologies Centre The Cyprus Blockchain Technologies Ltd. is a non-profit organization

More information

LinkedIn /in/petkanic/

LinkedIn /in/petkanic/ This is the first time in a history of a mankind when we are able to permanently record the history of a mankind. Yes, blockchain is a bubble. And it s going to burst. But that s amazing! Because only

More information

arxiv: v1 [q-fin.gn] 6 Dec 2016

arxiv: v1 [q-fin.gn] 6 Dec 2016 THE BLOCKCHAIN: A GENTLE FOUR PAGE INTRODUCTION J. H. WITTE arxiv:1612.06244v1 [q-fin.gn] 6 Dec 2016 Abstract. Blockchain is a distributed database that keeps a chronologicallygrowing list (chain) of records

More information

In the future, many kinds of cryptocurrencies will be born, and service competition will increase.

In the future, many kinds of cryptocurrencies will be born, and service competition will increase. A financial revolution will be triggered by the birth of Blockchain! When people began to say this, most people did not attempt to listen to it. Several years have passed since then, and only some people

More information

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY...

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... 7 DECENTRALIZATION... 8 SECURITY FEATURES... 8 CROSS

More information

Accounting for crypto assets mining and validation issues

Accounting for crypto assets mining and validation issues Accounting Tax Global IFRS Viewpoint Accounting for crypto assets mining and validation issues What s the issue? Currently, IFRS does not provide specific guidance on accounting for crypto assets. This

More information

Airin. v White paper [0/19]

Airin. v White paper [0/19] [0/19] [1/19] This whitepaper is subject to change. As Airin continues to evolve, it will be expanded, revised and improved. [2/19] >> Table of contents 1. Overview...5 2. What is Airin?...6 - Philosophy...7

More information

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018)

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) Robert C. Brighton, Jr. Brighton Legal Solutions P.A. rcbrightonbizlaw@gmail.com This

More information

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018 Computer Security 13. Blockchain & Bitcoin Paul Krzyzanowski Rutgers University Spring 2018 April 18, 2018 CS 419 2018 Paul Krzyzanowski 1 Bitcoin & Blockchain Bitcoin cryptocurrency system Introduced

More information

The BitShares Blockchain

The BitShares Blockchain The BitShares Blockchain Introduction Stichting BitShares Blockchain Foundation Zutphenseweg 6 7418 AJ Deventer Netherlands Chamber of Commerce: 66190169 http://www.bitshares.foundation info@bitshares.foundation

More information

Komodo Platform Overview

Komodo Platform Overview Komodo Platform Overview w w w. k o m o d o p l a t f o r m. c o m Goldenman Korean Ambassador KOMODO basic information Category : Privacy, Platform ICO Date : 2016 년 9-10 월 Total supply : 200,000,000

More information

Mining Market Overview

Mining Market Overview NANO MINING TOKEN NanoPool is an end-to-end cryptocurrency mining services provider. It is launching NANOMining Token (NANO), a utility token based on ERC-20 standard on Ethereum Blockchain. NANO will

More information

Genesis Crypto Blockchain Investment Bank. A Blockchain Platform for Cryptocurrency-based Financial Services

Genesis Crypto Blockchain Investment Bank. A Blockchain Platform for Cryptocurrency-based Financial Services Genesis Crypto Blockchain Investment Bank A Blockchain Platform for Cryptocurrency-based Financial Services : Genesis Crypto Blockchain Investment Bank A Blockchain Platform for Cryptocurrency-based Financial

More information

November 2018 Abstract

November 2018 Abstract etxcoin@outlook.com November 2018 Abstract A purely peer-to-peer version of electronic cash scalable and friendly to use would allow online payments to be sent directly from one party to another without

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019 Bitcoin CS 161: Computer Security Prof. Raluca Ada Popa April 11, 2019 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018 Bitcoin CS 161: Computer Security Prof. Raluca Ada Poipa April 24, 2018 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview No. 2018-12 18 October 2018 Technical Line A holder s accounting for cryptocurrencies In this issue: Overview... 1 Blockchain, cryptocurrencies and tokens... 2 Tokens... 3 A holder s accounting for cryptocurrencies...

More information

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain Polaris (XPR) Dividend Paying Mining Farm on the Blockchain 1 Abstract: The Polaris Token (XPR) is a representation of a share in the Polaris mining farm. Powerhouse Network, the parent company, has already

More information

Chrysalis (CWH) Adaptive Youth Sports Charity. on the Blockchain

Chrysalis (CWH) Adaptive Youth Sports Charity. on the Blockchain Chrysalis (CWH) Adaptive Youth Sports Charity on the Blockchain 1 Abstract Chrysalis Is The Development Transformation Of A Caterpillar Into A Butterfly. It Is Our Goal To Help Bring Children With Special

More information

ABSTRACT. There is a limited number of tokens available, and it is advised that you take advantage of the ICO discounts.

ABSTRACT. There is a limited number of tokens available, and it is advised that you take advantage of the ICO discounts. ABSTRACT As the cryptocurrency industry gets more recognized by mainstream users, it needs to evolve to ensure it finally achieves the core objectives that Satoshi Nakamoto had ten years ago when he developed

More information

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value Alloy Reserve Development Team Alloy Reserve LLC, Dayton, OH 45435, USA support@alloycoin.com http://www.alloycoin.com Abstract. AlloyCoin is

More information

LEVERAGE. Whitepaper v1.0.5 (April 2018)

LEVERAGE.  Whitepaper v1.0.5 (April 2018) LEVERAGE Whitepaper v1.0.5 (April 2018) ht- tps://- bitcoinhttp://twitter.com/leveragetoken http://bitcointalk.org/index.php?topic=2949207 What is Leverage? Leverage ( in Korean, in Chinese, LVP for short)

More information

Bitcoins and Blockchains

Bitcoins and Blockchains Bitcoins and Blockchains 1 Bitcoins? 2 Properties of money Symbolises value Substitutes value Proof of ownership Easy to transfer Agreed upon value Difficult to forge/limited supply Needs little storage

More information

Blockchain Technology: Concepts. Whitepaper 1

Blockchain Technology: Concepts. Whitepaper 1 Whitepaper 1 Introduction Cryptocurrency, the digital currency system that enables global monetary transactions between two parties without the need for a trusted third party financial institution, has

More information

SECRET COIN WHITE PAPER

SECRET COIN WHITE PAPER ABSTRACT With the development of blockchain technology and the rapid growth of the cryptocurrency market, new opportunities appear consistently in the field of investment. The traditional economy changes

More information

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?...

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?... Table of Contents 1. Introduction. 1 2. What is Bittrado?... 2 3. Vision. 3 4. Mission. 4 5. ICO.. 7 6. How to start with Bittrado?... 6 7. How will Bittrado work?... 5 8. Trading.. 10 9. Lending. 11 10.

More information

Tezos Contribution and XTZ Allocation Terms and Explanatory Notes. 1. Principles

Tezos Contribution and XTZ Allocation Terms and Explanatory Notes. 1. Principles Tezos Contribution and XTZ Allocation Terms and Explanatory Notes 1. Principles 1. The following Terms ( Terms ) govern the contribution procedure ( Contributions collectively, and Contribution individually)

More information

Level 2, HTLC, SegWit

Level 2, HTLC, SegWit Innovation and Cryptoventures Level 2, HTLC, SegWit Campbell R. Harvey Duke University and NBER February 19, 2018 2 Transactions per Second https://en.bitcoin.it/wiki/scalability Visa processes about 2,000

More information

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer Blockchain Developer Become a blockchain developer TERM 1: FUNDAMENTALS Blockchain Fundamentals Project 1: Create Your Identity on Bitcoin Core Blockchains are a public record of completed value transactions

More information

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, 2018 Content Bitcoin Beyond bitcoin The blockchain is an incorruptible digital ledger of economic transactions that

More information

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io TECHNICAL WHITEPAPER Your Commercial Real Estate Business on the Blockchain realestatedoc.io IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE

More information

Introduction to Blockchain Rick McMullin, bitheads, inc.

Introduction to Blockchain Rick McMullin, bitheads, inc. Introduction to Blockchain Rick McMullin, bitheads, inc. mcmullin@bitheads.com What we will cover What is blockchain? History and examples of a few blockchains The crypto craze Why use a blockchain? What

More information

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion Abstract DiQi (pronounced Dee Chi) is a decentralized platform for smart property.

More information

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN.

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN. THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN Abstract... Our Goal... The Marketplaces Issues... What is Kubic Coin?. What we do?... Why we use Ethereum?... Fast and Smooth Investment System...

More information

XPA 2.0 Whitepaper Jan 2018

XPA 2.0 Whitepaper Jan 2018 XPA 2.0 Whitepaper Jan 2018 XPA 2.0 Whitepaper Table of Contents Introduction Market Opportunities XPA Blockchain Asset Management Ecosystem XPA XPA Assets XPA.Exchange TideBit TideWallet and TidePay Wallet

More information

Komodo Secured Bond KSB

Komodo Secured Bond KSB Komodo Secured Bond KSB Ø Crypto Union December 10, 2018 Abstract Komodo Secured Bond (KSB) is a secured and asset-backed token that answers the need to access capital via loans and to safely store value

More information

Introduction to Blockchain Technology

Introduction to Blockchain Technology Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD student @ IRIDIA 23 February 2017 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases,

More information

Color Pay : Next Paradigm for Instant Payment

Color Pay : Next Paradigm for Instant Payment Color Pay : Next Paradigm for Instant Payment Table of Contents Table of Contents 2 Abstract 2 What is PUF? 3 Overview of PUF 3 Architecture of PUF Chip 3 Internals of PUF Chip 4 External Interfaces of

More information

Blockchain Developers Course

Blockchain Developers Course Blockchain Developers Course Training from CapitalWave Inc. Technology Enabled Learning TM 2016-2017 The Blockchain Academy Inc. All rights reserved Version 2017801 Blockchain Developers Course WHEN: STARTING

More information

Whitepaper EXOSIS.ORG

Whitepaper EXOSIS.ORG Whitepaper EXOSIS.ORG Contents 1. Introduction 4 1.1 Market Overview 4 1.2 Investment Opportunity 5 2. Exosis 6 2.1 What Is Exosis? 6 2.2 Token Economics 6 3. Features Of Exosis Platform 7 3.1 Decentralized

More information

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain Polaris (XPR) Dividend Paying Mining Farm on the Blockchain 1 Abstract: The Polaris Token (XPR) is a representation of a share in the Polaris mining farm. Powerhouse Network, the parent company, has already

More information

BitMax Exchange: Innovative Digital Asset Trading Platform. Building Future Community-based Ecosystem

BitMax Exchange: Innovative Digital Asset Trading Platform. Building Future Community-based Ecosystem BitMax Exchange: Innovative Digital Asset Trading Platform Building Future Community-based Ecosystem 目录 /Table of Content Overview... 3 Community-based autonomous economy is the Future... 3 Our Vision...

More information

Technical Whitepaper

Technical Whitepaper Technical Whitepaper FinBook Pte. Ltd. (token@finbook.co) Version 0.3.0 25 Jul 2018 1. Introduction In this paper, we lay out the detail design and implementation for the DUO structure described in our

More information

What is KEWI? What is cryptocurrency? Why invest in cryptocurrency? KEWI fact file. Why choose KEWI? Who should invest. Portfolio management

What is KEWI? What is cryptocurrency? Why invest in cryptocurrency? KEWI fact file. Why choose KEWI? Who should invest. Portfolio management Contents What is KEWI? What is cryptocurrency? Why invest in cryptocurrency? KEWI fact file Why choose KEWI? Who should invest Portfolio management What are the fees CCO timeline Who we are AUM milestones

More information

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB Bitcoin Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University Bonneau slides marked JB Bitcoin Snapshot: October 2, 2015 Bitcoin is a combination of several things: a currency,

More information

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN Soferox isn t just an exchange. We have created a new style blockchain that is basically Ethereum on steroids. We create a new style of chaining that will

More information

How Blockchain Technology Changes Marketing

How Blockchain Technology Changes Marketing How Blockchain Technology Changes Marketing Campbell R. Harvey Duke University and NBER @camharvey Version: May 1, 2018 Agenda Understanding blockchain Impact on marketing Questions Campbell R. Harvey

More information

MASTERNET.IO WHITEPAPER WHITEPAPER

MASTERNET.IO WHITEPAPER WHITEPAPER www.masternet.io MASTERNET.IO WHITEPAPER WHITEPAPER Contents 5 Bitcoin and Blockchain 6 Solving the essential problem of every transaction 8 How Blockchain changes our lives 9 Context 10 Problem 12 How

More information

XNODEFUND WHITEPAPER xnodefund xnodefund

XNODEFUND WHITEPAPER xnodefund xnodefund 0 XNODEFUND WHITEPAPER Gathering of funds for investment in the cryptocurrency that have masternode and Invested in highly ROI of any coins is our main goal 1 Contents 0. Abstract... 2 1. Introduction

More information

STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017

STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017 STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017 Abstract STAKEPOOL is an ERC-20Ethereum token representing the right of staking power on the StakePool.co network. StakePool.co uses Proof-Of-Stake(POS)

More information

Invizer, Investor's ICO advisor. The solution for fast and furious ICOs market is here.

Invizer, Investor's ICO advisor. The solution for fast and furious ICOs market is here. Invizer, Investor's ICO advisor The solution for fast and furious ICOs market is here. Table of Contents 1. Blockchain 1.1 Techniques and features of a blockchain 1.2 Blockchain and coins 1.3 Process 1.3.1

More information

I TECHNOLOGY Blockchain Concepts Blockchain 20

I TECHNOLOGY Blockchain Concepts Blockchain 20 I TECHNOLOGY 17 1 Blockchain Concepts 19 1.1 Blockchain 20 1.1.1 Blockchain Evolution 21 Blockchain Structure 22 Blockchain Characteristics 22 Blockchain Application Example: Escrow 23 1.3 Blockchain Stack

More information

ICO C O N S T R U C T O R

ICO C O N S T R U C T O R ICO CONSTRUCTOR What is an ICO An ICO, Initial coin offering, is a form of attracting investments by selling to investors a fixed number of new cryptocurrency units obtained through onetime or accelerated

More information

The Time is now EPOS. Everything is Possible A new era has started. Don t pass it. It s your chance to make a change!

The Time is now EPOS. Everything is Possible A new era has started. Don t pass it. It s your chance to make a change! The Time is now EPOS Everything is Possible A new era has started. Don t pass it. It s your chance to make a change! Blockchain technology will revolutionize payments and much more. So look for a way how

More information

IOV: a Blockchain Communication System

IOV: a Blockchain Communication System IOV: a Blockchain Communication System December 2017 - February 2018 Antoine Herzog a, Serge Karim Ganem b, Isabella Dell c, and Florin Dzeladini d a antoine@iov.one; b karim@iov.one; c isabella@iov.one;

More information

Private Wealth Management. Understanding Blockchain as a Potential Disruptor

Private Wealth Management. Understanding Blockchain as a Potential Disruptor Private Wealth Management Understanding Blockchain as a Potential Disruptor 2 Blockchain and Cryptocurrency The interest in blockchain stems from the idea that its development is comparable to the early

More information

WHITEPAPER. Prepared by TOA

WHITEPAPER. Prepared by TOA WHITEPAPER Prepared by TOA TOAX: EXCHANGE PROFIT DIVIDEND TOKEN The TOAX Token is the exchange profit sharing token of TOAX. Each TOAX investor can get up to 60% of the daily profits from the TOAX Exchange

More information

Blockchain: Where are We and Where are We Heading?

Blockchain: Where are We and Where are We Heading? Blockchain: Where are We and Where are We Heading? Objectives Define the underlying technologies of blockchain Describe some shortcomings of blockchain Describe the accounting profession s interest in

More information

Cornell Blockchain. Sixth Meeting Education Series V: Exchanges, Wallets, and ICO

Cornell Blockchain. Sixth Meeting Education Series V: Exchanges, Wallets, and ICO Cornell Blockchain Sixth Meeting Education Series V: Exchanges, Wallets, and ICO This Week and Blockchain SegWit2X Cancelled Bitcoin Gold s Problems 1. Equihash instead of SHA-256 (similar to Zcash) -

More information

DECENTRILIZED CRYPTOCURRENCY EXCHANGE Fast, Reliable and Simple

DECENTRILIZED CRYPTOCURRENCY EXCHANGE Fast, Reliable and Simple DECENTRILIZED CRYPTOCURRENCY EXCHANGE Fast, Reliable and Simple Table of contents Introduction 3 Key issues of ICO 4 How Upfinex solves the issues of the ICO 4 Problems faced by cryptocurrency exchanges

More information

DEV X. Deviant Decentralized Exchange. A hybrid exchange leveraging Smartcoins on the Bitshares (BTS) blockchain.

DEV X. Deviant Decentralized Exchange. A hybrid exchange leveraging Smartcoins on the Bitshares (BTS) blockchain. DEV X Deviant Decentralized Exchange A hybrid exchange leveraging Smartcoins on the Bitshares (BTS) blockchain. CONTENTS 03 What is the current landscape for trading crypto assets? 05 Centralized Exchanges

More information

E X C H A N G E U N I O N

E X C H A N G E U N I O N E X C H A N G E U N I O N CONNECTING DIGITAL ASSET EXCHANGES WHITEPAPER v1.0.9 C O N T E N T 1. Ecosystem of Digital Asset Exchanges 1.1 Overview of digital assets and exchanges 1.2 Industry pain point:

More information

Alethena. 14 May Abstract

Alethena. 14 May Abstract Alethena TOKEN SPECIFICATIONS 14 May 2018 Abstract Equility AG is a public limited company founded in August 2017 and registered in the Commercial Registry of the Canton of Zug under the number CHE 460.255.304.

More information

Lecture 23 Cryptocurrency. Stephen Checkoway University of Illinois at Chicago CS 487 Fall 2017 Slides from Miller s ECE 422

Lecture 23 Cryptocurrency. Stephen Checkoway University of Illinois at Chicago CS 487 Fall 2017 Slides from Miller s ECE 422 Lecture 23 Cryptocurrency Stephen Checkoway University of Illinois at Chicago CS 487 Fall 2017 Slides from Miller s ECE 422 The Times 03/Jan/2009 Chancellor on brink of second bailout for banks. 11,000

More information

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group THE BLOCKCHAIN DISRUPTION INSIGHT REPORT on Blockchain prepared by The Burnie Group NOVEMBER 2017 BUILDING VALUE Business networks create value. The efficiency of business networks is a function of the

More information

The Blockchain Trevor Hyde

The Blockchain Trevor Hyde The Blockchain Trevor Hyde Bitcoin I Bitcoin is a cryptocurrency introduced in 2009 by the mysterious Satoshi Nakomoto. I Satoshi Nakomoto has never been publicly identified. Bitcoin Over the past year

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

Edit on Github. Assets. Assets

Edit on Github. Assets. Assets Edit on Github Assets Assets Creating assets The different kinds of assets Sending assets (send) Paying distributions on assets Trading on the decentralized exchange Creating an order Protocol-based trustless

More information

Blockchain and distributed ledger technology at Travelport

Blockchain and distributed ledger technology at Travelport Blockchain and distributed ledger technology at Travelport A Travelport white paper Enterprise Architecture April 2018 2018 Travelport All rights reserved. Travelport, Apollo, Galileo, Worldspan and the

More information

Abstract: grows, the more secure it becomes, the faster it operates, without any scaling issues no matter how many transactions occur.

Abstract: grows, the more secure it becomes, the faster it operates, without any scaling issues no matter how many transactions occur. Abstract: Cryptocurrency has grown from humble beginnings. From once being scoffed at and largely ignored, to raising eyebrows, to now attracting heavy attention from large financial institutions and governments,

More information

Lovar. Artificial Intelligence Investment Platform. White Paper

Lovar. Artificial Intelligence Investment Platform. White Paper Lovar Artificial Intelligence Investment Platform White Paper Version 1.06 Last amended: 05/23/2018 Table of Contents 1. Introduction... 1 2. About Us... 1 3. Our Services... 2 4. Lovar Features... 3 5.

More information

Building Blockchain Solutions

Building Blockchain Solutions Provide Authenticity and Trust to all information you create, process, store and distribute Digital Disruption Is Here The application of new digital technologies causes seismic upheavals in all markets:

More information

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage CSCI 1800 Cybersecurity and International Relations Bitcoins and Blockchains John E. Savage Overview of the Talk We describe the bitcoin system, which supports monetary exchange without a central authority

More information

DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET

DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET CONTENTS 1 INTRODUCING DECENTRALIZED ASSET TRADING PLATFORM 2 PROBLEM PROBLEM WITH EXCHANGE OF THIRD PARTY PAYMENTS USER EXPERIENCE

More information

Cisco Live /11/2016

Cisco Live /11/2016 1 2 3 4 5 Blockchain technology will become Like the TCP / IP for the WWW everyone uses it, but it will be transparent to them. Examples: Disrupt business models Car energy supplier can advertise where

More information

FLASH TOKEN. due to such a knowledge, we go for its development and promotion.

FLASH TOKEN. due to such a knowledge, we go for its development and promotion. FLASH TOKEN FLASH TOKEN The Flash Token Project has already an industrial mining plant and sales points for meeting equipment. We successfully invest in promising crypto-currencies and ICO companies, have

More information

VERSION /11/2017 BANKCOIN WHITE PAPER. By Bankcoin Team Website: bankcoin.io

VERSION /11/2017 BANKCOIN WHITE PAPER. By Bankcoin Team Website: bankcoin.io VERSION 1.0 21/11/2017 BANKCOIN WHITE PAPER By Bankcoin Team Website: bankcoin.io BANKCOIN WHITE PAPER Table of Contents Bankcoin white paper... 1 1. The Next Generation Banking Solution For The Next Era...

More information

The Abjcoin white paper Nigeria s blockchain solution for global payment

The Abjcoin white paper Nigeria s blockchain solution for global payment 1 ABJ COIN THE FIRST NIGERIAN BLOCKCHAIN SOLUTION FOR GLOBAL PAYMENT WHITE PAPER LAST UPDATED 7/09/2017. 2 ABSTRACT Welcome to the white paper contract of Nigeria s first cryptocurrency, this contract

More information

Blockchain made Simple

Blockchain made Simple Blockchain made Simple Rhonda Okamoto, Blockchain & Cryptocurrency Enthusiast rhondaokamoto@gmail.com 609-433-1442 What is Blockchain? When and Where is Blockchain useful? What is the difference between

More information

Alexandros Fragkiadakis, FORTH-ICS, Greece

Alexandros Fragkiadakis, FORTH-ICS, Greece Alexandros Fragkiadakis, FORTH-ICS, Greece Outline Trust management and trust computation Blockchain technology and its characteristics Blockchain use-cases for IoT Smart contracts Blockchain challenges

More information

Global Financial Systems Chapter 21 Technology

Global Financial Systems Chapter 21 Technology Global Financial Systems Chapter 21 Technology Jon Danielsson London School of Economics 2018 To accompany Global Financial Systems: Stability and Risk http://www.globalfinancialsystems.org/ Published

More information

Federal Reserve Bank of Chicago

Federal Reserve Bank of Chicago Federal Reserve Bank of Chicago Blockchain and Financial Market Innovation Rebecca Lewis, John McPartland, and Rajeev Ranjan June 2017 PDP 2017-03 * Working papers are not edited, and all opinions and

More information

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT JUNE 2018 Disclaimer The ChainZilla coins being sold as part of the Token Sale are a functional part of the blockchain-driven Blockchain-as-a-service platform

More information

Business Primer Last updated: October 27th, 2017

Business Primer Last updated: October 27th, 2017 Business Primer Last updated: October 27th, 2017 Table of Contents Background.... 3 Introducing Keep... 4 Applications... 5 Incentives & Token mechanics.. 8 Keep providers... 9 Staking...... 10 Development

More information

A distributed, open-standard protocol for decentralized derivative trading.

A distributed, open-standard protocol for decentralized derivative trading. A distributed, open-standard protocol for decentralized derivative trading. Rawad Rifai, Brett Hayes taurus0x.com April 8, 2018 Abstract We describe a distributed, open standard protocol that facilitates

More information

Blockchain 101. Featuring: MNP & The CSE Date: December 4, 2018

Blockchain 101. Featuring: MNP & The CSE Date: December 4, 2018 Blockchain 101 Featuring: MNP & The CSE Date: December 4, 2018 Presenters Maruf Raza, CPA, CA National Director of Public Companies maruf.raza@mnp.ca George Huang, CPA, CA Senior Manager, Public Companies

More information

This document and information contained herein may not be sent and or addressed wholly or in

This document and information contained herein may not be sent and or addressed wholly or in 1 Page The purpose of this white paper is to present MATOX Exchange and MAT (Matox Token) to potential token holders in connection with the proposed ICO. The information set forth below may not be exhaustive

More information

an introduction to Blockchain Technology

an introduction to Blockchain Technology an introduction to Blockchain Technology PETER LANGELA send a photo over the internet send a photo over the internet copy send a photo over the internet X copy X send money over the internet send money

More information

Trustless Proof of Stake

Trustless Proof of Stake Trustless Proof of Stake 1. Trustless Proof of Stake... 2 1.1 Background of Proof of Stake... 2 1.2 Previous PoS solutions... 2 1.2.1 Peercoins minting PoS... 3 1.2.2 Nxts leasing PoS... 3 1.2.3 Bitshares

More information

Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know?

Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know? Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know? Speaker : Zuriati Ahmad Zukarnain Designation : Associate Professor Company : Universiti Putra Malaysia Bitcoin, Blockchain

More information

Proof of work and Proof of stake explanation

Proof of work and Proof of stake explanation Bitspace White paper is a living document. We are constantly upgrading our white paper to answer all your questions and provide all information you could possibly need in understanding Bitspace ecosystem

More information

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control R. R. Brooks rrb@g.clemson.edu Clemson University Electrical and Computer Engineering September 20 th, 2018 1

More information

LendLedger Technical Paper

LendLedger Technical Paper LendLedger Technical Paper June 2018 Growing Financial Markets with Blockchain LendLedger is a trusted open network to solve trillion-dollar credit gaps. LendLedger Technical Paper June 2018 1 Contents

More information

A distributed platform Patentico Innovations in the field of Intellectual Property

A distributed platform Patentico Innovations in the field of Intellectual Property A distributed platform Patentico Innovations in the field of Intellectual Property Mission of the company Global performance in the field of intellectual property Ecosystem and decentralized platform Solving

More information