The DEX Primer: A Novel Approach to Supplanting Traditional Financial Markets

Size: px
Start display at page:

Download "The DEX Primer: A Novel Approach to Supplanting Traditional Financial Markets"

Transcription

1 CAMRI Research Perspectives Digest of academic research & views Issue 4, October 2018 The DEX Primer: A Novel Approach to Supplanting Traditional Financial Markets By Yao Qian, Ph.D.*** General Manager of the China Securities Depository and Clearing Corporation Limited and former Director-General, Digital Currency Research Lab, The People s Bank of China Close followers of CoinMarketCap.com might have already noticed that in May 2018 the number of mainstream cryptos (coins with a market capitalization of 15 million USD) had exceeded 400. Earlier in November 2017, Coinbase, a Bitcoin exchange, reported that it had 11.7 million users in October, which was 1.1 million higher than US-based brokerage Charles Schwab. According to its homepage, Coinbase now has more than 20 million active users. Clearly, the emergence of crypto assets and the corresponding surge in the user base is creating a big gap in market services. On the one hand, we see the crypto market generating unmet trading demands, yet on the other hand traditional financial institutions are not responding optimally to this emerging market. This has resulted in a large amount of capital flowing in to meet this unfulfilled need. As of August 2018, there were over 60 cryptocurrency exchanges reporting daily trading volume of over 15 million USD. The emerging cryptocurrency exchanges are considered super institutions that encompass custody, clearing, order-matching, brokerage, and market-making services under one roof. They are further expanding to primary market services such as private equity and investment banking. They act as the nucleus of the market with unbounded capacity and authority. However, cryptocurrency exchanges involve many different risks, stemming primarily from concentration of power and lack of regulation, including but not limited to: front-running, wash trading, price manipulation and the changing of trading rules at the will of the exchange. Albeit sharing many similarities with traditional exchanges, such as standardized ordermatching, and therefore theoretically bearing minimal counterparty risks, in practice cryptocurrency exchanges frequently become the root cause of defaults through lack of regulation. Some even lose out to over-the-counter (OTC) transactions on security concerns. Centralized exchanges do not fall exactly in line with the decentralized ethos of cryptocurrencies and distributed ledger systems. As a result, decentralized exchanges (DEXes) have emerged to take the lead in crypto asset trading. From a technical perspective, a DEX needs to address five fundamental issues: 1

2 Establish decentralized know-your-customer (KYC) and anti-money laundering (AML) rules and practices; Realize decentralized order books, order-matching, and automated market making; Implement liquidation and settlement procedures, especially delivery versus payment (DvP), in a decentralized setting; Construct a market status release mechanism; and Enforce regulatory compliance in a decentralized atmosphere. In this article, we will discuss characteristics of decentralized asset trading, potential risks facing DEXes and some technical aspects, including multi-asset order matching, global identity verification, cross-ledger protocols and more. Through a side-by-side analysis of DEXes and traditional centralized exchanges, we aim to produce a practical guide for the audience to enhance the overall market and improve trade security. Decentralized KYC/AML Rules and Practices Because of its decentralized nature, cryptocurrency does not innately require a centralized marketplace for procedures such as liquidation. On top of that, the lack of regulation and ease of cross-border payments make trading OTC inevitable, even if following regulatory authorities' diktats. Thus, simply mimicking features of traditional stock exchanges is not applicable to cryptocurrencies. Given varying levels of governmental recognition over cryptocurrencies, it is not realistic to expect any effective international regulation to be adopted in the short run. 2

3 An ideal way to facilitate inter-agency and cross-border KYC/AML is to create a decentralized KYC/AML rules and practices scheme following the logic behind blockchain technology. And the first step to achieving this is to create a decentralized identification platform. Current online identification systems are far from perfect. Users data is stored separately by different service providers, with no integrated management. As a result, users often register identities repeatedly to access different web content. For example, using the same password for several accounts and sites puts users at elevated security risks. Nowadays, data breaches happen so often that we have become almost desensitized to these hacks, indicating that a centralized identification system is not ideal. Blockchain itself can be a decentralized public key infrastructure (PKI), making PKI more robust and secure. A decentralized certificate authority can be run on a blockchain by mapping identity maintenance to a public key. Moreover, smart contracts can implement more sophisticated logic, allowing for revocation and recovery. The latest blockchain technology makes it possible to run PKI on a peer-to-peer network of computers. These selfsovereign identities constitute to distribute data and calculation among individuals, so that breaching seems to be economically inefficient for hackers. A self-sovereign identity system does not conflict with national sovereignty or financial interest, and thus can be a viable path to implement cross-border KYC/AML. Institutions can adopt laws and regulations of different countries, thereby creating a proper KYC/AML scheme for the cryptocurrency market. Decentralized Market Making, Order Book and Order Matching Numerous solutions for decentralized trading services can already be found in the marketplace. These solutions are categorized into three types of models based on their trade and settlement methods. Central Reserve Model 3

4 Two of the most representative projects under the Central Reserve Model are Bancor and Kyber. There is a classical problem in asset trading, which is double coincidence of wants. To solve this problem, the Bancor protocol utilizes a technology solution through smart contracts and reserve tokens. Under this protocol, anyone can issue a Smart Token. Such a token is backed by one or multiple other collateral tokens, which serve as reserves according to a predefined ratio. These collateral tokens can be fiat, digital assets or other cryptos. The newly issued smart token gets its value through these collaterals without the need to consider trading volume. In the meantime, the trading rate between issued smart tokens and reserve tokens will be determined by demand and supply. The tradable smart tokens trading price against other tokens can be calculated by using a mathematical equation. A constant called CRR (Constant Reserve Ratio) needs to be set. CRR represents a portion of the tokens to be used as reserves. This is a new price discovery mechanism, which is independent from third parties trading behaviours. Bancor uses a mathematical equation to define the price adjusted by supply and demand. Liquidity is provided without consideration of trading volume. Bancor s original pricing equation is relatively simple. Kyber uses a token reserve to provide liquidity and trading price. The Kyber network consists of reserve contributors, reserve managers, and numerous other key roles. The reserve contributor can be Kyber or other organizations. Different reserves are managed by different reserve managers. Digital assets are stored in reserves and the trading prices against other assets are provided by reserve manager. When an order comes, the smart contract finds the best price from multiple reserves and completes the trade. The existence of multiple reserves helps to maintain a reasonable price for each pair. Both Bancor and Kyber use central reserves to provide liquidity. Compared with the traditional trading model, the central reserve party is a smart contract instead of a trusted organization. Therefore, it is more secure, has no use for a trustable party, and needs no regulation. The difference is that Bancor price discovery is based on an equation adjusted by demand and supply, while the Kyber trading price is maintained by reserve managers. 4

5 Order Matching Model On-chain Order Book Ripple, Stellar, EtherDelta, OasisDex, BitShares order books are on-chain. All unfilled orders are stored on blockchain. Whether the order in the order book is filled or not depends on the buyer s bids and the trading strategy set at the time of transaction. When the order is matched for assets, the cross-asset transaction can be completed atomically. On Ripple/Stellar, if no direct match is found, the network will find an indirect path for order matching through an intermediary asset. On EtherDelta, operations such as deposits, withdrawals, order placement, and trade settlement are all completed by smart contracts. In a Maker-Taker model, Market Makers provide liquidity to the Market Takers. The Maker uses a private key to sign an order and submits it to blockchain. The Maker can specify an expiration time by setting block numbers. The Taker can select from the order book and complete the order. The smart contract will verify signatures and check whether the order has expired. There is no order matching mechanism on EtherDelta. Every transaction needs to be confirmed on chain. The trading efficiency is affected by the Ethereum network. The transaction can even be reverted if a confirmation problem is encountered on the blockchain. Some disadvantages of the on-chain order book include the high trading gas cost, expensive order modifications, low transactions per second, and poor order book depth. Off-chain Order Book 0x protocol is a decentralized exchange protocol based on Ethereum. In order to improve trade efficiency, there is no deposit and withdrawal of assets. 0x proxy contracts are approved by users to spend their assets. The order book is maintained off-chain by relayers, while order settlement is done on-chain. In such a way, trading efficiency is improved, and the trading fee is lowered. However, every order still needs to be confirmed on-chain, so trading efficiency is affected by the blockchain network. 5

6 Under 0x protocol, the order book is maintained by relayers. Relayers will charge ZRX tokens as fees. Orders are submitted to relayers, who then verify whether the order is validated. If it is validated, relayers send the order to an order book pool. A Taker can select an order from the pool and complete token swaps on the smart contract. For the sake of liquidity sharing, the 0x and AirSwap protocols hope to breakdown the liquidity barriers of different decentralized exchanges, and hence realize the free flow of orders between different exchanges and relayers. The relayer in the 0x protocol is similar to the broker in the traditional over-the-counter market, providing order forwarding and matching services. The transaction is initiated by the taker and is settled on the blockchain without the need for a relayer. The 0x and AirSwap protocols currently only serve direct transactions for ERC-20 tokens, and their solutions have some limitations for low liquidity assets. Multi Assets Loop Matching Model The present traditional matching system is to complete the order matching between two assets. However, the loop matching protocol expands the matching to multiple digital assets and completes the transaction between multiple digital assets through a matching loop. The loop matching helps to increase market liquidity, increase transaction confirmation speed, and reduce transaction costs. A representative of such a model is Loopring. 6

7 The Loopring protocol is an open transaction protocol that supports the standard ERC-20 operations. In a sense, it is an extension of the 0x protocol. The protocol also introduces the concept of a relayer. It also draws on the idea of lightning network, and puts order generation, broadcasting and matching of orders off-chain to avoid transaction congestion on-chain. To users, Loopring simplifies the process of asset deposit and withdrawal, which reduces the possibility of losing assets. When the order is made, the funds do not have to be locked. After the order is placed, the funds involved in the order can be transferred partially or completely, that is, partial or complete order cancelling. Loopring provides Oracle services that allow traders to access market information. Loopring's trading model also supports splitting large orders into small orders and optimizing the trading process. Decentralized Clearing Service Peer-to-peer clearing and central counterparty clearing are two common forms of clearing. Because there is a counterparty default risk, it is necessary to technically guarantee the atomic swap of asset settlement. 7

8 Delivery versus Payment In clearing and settlement, delivery of asset and payment need to be completed at the same time. Principle 12 of the Principles for Financial Market Infrastructures states that If a FMI settles transactions that involve the settlement of two linked obligations (for example, securities or foreign exchange transactions), it should eliminate principal risk by conditioning the final settlement of one obligation upon the final settlement of the other. Final settlement means that assets or financial instruments should not be revoked or transferred. According to this requirement, delivery versus payment needs to ensure atomic asset settlement and payment. Either the assets are exchanged successfully, or there is no asset transfer. It should ensure that asset transfers from both sides occur simultaneously. Decentralized Exchange Cross Chain Asset Settlement On a single chain, atomic swap of two assets can be guaranteed easily. However, swapping over different chains requires specific technology to ensure exchange atomicity. The earliest research started from bitcoin atomic swap. Currently, there exists three cross-chain technologies: Notary schemes, sidechain/relays, and hash-locking. Notary Schemes In Notary schemes, a group of credible nodes act as notaries to verify whether a specific event has happened on Blockchain Y and proves it to the nodes of Blockchain X, without caring about the specific structure and consensus on each chain. Interledger proposed by Ripple Lab is a representative of Notary scheme. Sidechains/Relays If Blockchain X is able to verify the data coming from Blockchain Y, Blockchain X is called a sidechain. Sidechains are usually based on tokens anchored on a main blockchain. Side chain is not a fork of main chain. Relay chain technology temporarily locks a number of tokens of an original Blockchain by transferring them to a multi-signature address of the original Blockchain, and these signers vote to determine whether the transactions happen on the relay chain are valid or not. Both sidechains and relays function as listeners and get data from main chain. Side chain and main chain cannot validate the other chain s state, which avoids the formation of a loop. It is possible to contain the other chain s light client. Validation logic is based on chain protocol or smart contracts. In general, main chain does not know the existence of side chain, but side chain has to know about main chain. BTC relay, RootStock and Polkadot are the flagship projects in this area. Hash-locking Hash-locking is a mechanism that carries out payment by locking some time to guess the plaintext of a hash value. Only this plaintext owner can claim the asset. In the meantime, two redemption contracts are created. Assets will be released after both parties have signed. A 8

9 key point is that the person requesting for redemption will get his/her asset back later than the other person. It is designed to protect the other person. One example solution is Bitcoin lightning network. Upon the above three solutions, Solutions 1 and 3 do not require building a new blockchain. The original blockchain can be extended to implement cross chain asset swaps. Solution 2 requires asset transfer cross chains, such that assets are kept in one balance sheet. An example project of a side chain solution is Cosmos. Cosmos is dedicated to forming a blockchain network in order to solve the problem of scalability and variety. There are two types of blockchains in Cosmos called Hub and Zone. Their consensus mechanism is Tendermint, a pbft based consensus algorithm. The first Hub in Cosmos network is Cosmos Hub. It interacts with other Zones through Inter Blockchain Communication (IBC) protocol. By regarding one Zone as a DEX, it can leverage the liquidity provided by Cosmos Hub and create a crypto to crypto trading platform. DEX transactions throughput is improved by Tendermint POS consensus algorithm. Double-spending is avoided, and cross chain asset swap is settled safely. Market Price Dissemination Mechanism of Decentralized Cryptocurrency Trading Under the decentralized trading system, a given type of digital asset can be traded through a variety of decentralized transactions. Its advantage lies in the ability to enhance market price transparency and efficiency, due to the openness of a decentralized trading system where the price information comes from multiple sources and information monopoly is absent. However, it is not risk-free. There might be malicious traders who post false order information, fabricate transaction volume, or employ other means to influence and manipulate the market. In addition, malicious users may target the weaknesses of various trading agreements and attack them, influencing the partial market to affect the entire market. Thus, it is necessary to establish a reasonable information dissemination mechanism in the decentralized trading system, in which the transparency of price information is achieved, and the authenticity of price signals is ensured. Regulatory Compliance of Decentralized Exchange In traditional centralized trading, central agencies are the regulatory inspectors who are responsible for investor education, risk warning, project review, customer identification, qualification, funds custodian, anti-money laundering, etc. Decentralized trading also requires efficient regulatory compliance. Therefore, it is necessary to introduce regulatory technology concepts through technological innovation, to set up an access point for active supervision of decentralized asset trading, and provide professional services such as KYC, AML, project due diligence, risk rating, information disclosure, and risk monitoring. Specific implementation can be determined according to different technical solutions, as some may require large-scale 9

10 reconstruction, while others may only need to have minor corrections and adjustments. For example, the distributed monitoring platform can use blockchain technology to implement risk rating and due diligence analysis for decentralized exchange projects. Additionally, specific monitoring of the decentralized asset trading that is based on notary schemes can be implemented through the Internet gateway. Comparative Analysis of Decentralized Cryptocurrency Trading and Centralized Trading Security As the blockchain-based technical solutions of decentralized asset trading have the potential to enhance system flexibility and reliability, the system can then better deal with verification problems of node failure and data format error. When a node failure occurs, the availability of system is not affected if the nodes required for consensus plugin are operational. The verification node can recover regardless of the length of system downtime. However, it should be noted that in the notary mode, if the notary node fails the advantages of distributed verification may disappear. Apart from that, a distributed ledger system can detect data format errors without affecting the overall performance of the network. Therefore, judging from the perspective of system robustness, decentralized asset trading may possess more technical advantages as compared to centralized asset trading, which carries the risk of single point failure. In terms of the security risk of a fund custodian, the loss is immense in the event of a hacker attack and there is a risk that the custodian and the exchange may embezzle the funds (or assets) placed under their care, since all assets and funds are stored centrally at a single point in traditional centralized trading. Decentralized asset trading, on the other hand, does not require a centralized custodian of assets, as such the overall loss of assets is less likely to take place. Certainly, decentralized asset trading is not invincible. A flaw in the technical design (e.g. the smart contract bug) may lead to hacking attacks. It is also worth noting that in decentralized asset trading, not all participating nodes have high security, thus an attack on the weakest link may occur. The potential loss of a single-node security flaw is determined by the design and implementation of the specific decentralized protocol. Settlement Performance Blockchain structure allows decentralized transactions to take place among parties without requiring any central administrators. This eliminates the risk of centralized control. Inevitably, blockchain also bears limitations, which include number of nodes, transaction packing, block generating, cross-ledger interactions and more. Research shows that blockchain transaction speed is largely dependent on the time it takes to communicate and validate transactions between parties. More nodes often mean longer response time, in which executing smart contract accounts for the most of total response 10

11 time. Cross-ledger DvP takes longer than single-ledger DvP, for example, cross-ledger DvP with "Hashed Timelock Contracts" (HTLC) takes up to 3 times longer than the one with a single-ledger setup. In both single-ledger and cross-ledger DvP with HTLC, most of the latency (up to around 97% in some cases) stems from the time it takes to verify transactions and commit on the ledger. Currently, there are blockchains that have achieved a 2-second average block rate with 100,000 transactions per second (tps). Though some high-performance cryptocurrency exchanges can settle trades quasi-real-time, it is still relatively weak when compared to traditional stock exchanges which can sustain orders at microsecond-level latency. Settlement Risk Traditional centralized trading can employ the asset-limited delivery to solve the problem of settlement risk, while the settlement risk of decentralized asset trading is determined by the specific technical design. For single-chain DvP, even if the procedures in the process are not completed, the counterparty will not face the main risk because the asset transfer order and the cash transfer order are simultaneously executed as a single transaction in the final procedure. When it comes to cross-chain DvP, however, if there are design flaws in the timing of related process, certain incomplete procedures may cause some participants to face settlement risk. Privacy Protection Centralized exchanges require users to go through an identity verification process. This leaves a record at the central administrator and poses the threat of information breaching. On the contrary, DEXes better protect users' identity and transaction data by trading peer-to-peer. For single-ledger DvP, both parties need to verify and sign a single transaction. Regardless of the underlying DLT platform, communication between parties is not committed on the ledger. Therefore, visibility is not required at verification and signing stages. Under cross-ledger DvP, information could be disseminated across the network. Nevertheless, it is possible to protect the privacy of transaction through a number of ways. This includes but is not limited to using efficient cryptographic schemes (e.g., zero knowledge protocol), ring and group signatures, homomorphic encryption, secure multi-party computation, and mixed coin methods to increase privacy for all users. Decentralized Asset Exchanges and Traditional Centralized Exchanges Are Not Mutually Exclusive Decentralized asset trading is advantageous in terms of cost, timeliness, and system stability. However, it requires further research and exploration in terms of performance, security, privacy, access monitoring and trading scenario expansion. Particularly, how to provide the point of entry for monitoring access should be an indispensable element of every technological solution of decentralized asset trading. 11

12 Therefore, it should be evident that decentralized exchanges and traditional centralized exchanges do not conflict against each other as neither can fully replace the other. Traditional exchanges could employ decentralized asset trading and unleash the full potential of blockchain technology. This could further enhance the price discovery function and the capital allocation efficiency of financial markets, and better serve the development of the real economy ***Dr. YAO Qian holds a Ph.D. in Computer Software Engineering from Nanjing University. He is a professoriate senior engineer and part-time professor at the University of Chinese Academy of Sciences, the China University of Political Science and Law and the Tongji University. He is currently the General Manager of the China Securities Depository and Clearing Corporation Limited (CSDC). Dr. Yao was formerly the Head of the Institute of Digital Money of People s Bank of China (PBC), Vice Director-General of the Technology Department of PBC, and Secretary-General of the China Financial Standardization Technical Committee. Dr. Yao was Vice-Director of the IT Service Center of the China Securities Regulatory Commission from 1997 to 2002, Technology Director of the China Securities Depository and Clearing Corporation from 2003 to 2009, and Vice Director-General of the Credit Reference Center of PBC. One of the leading names in blockchain news, CoinDesk, named Dr. Yao as one of its Most Influential Individuals in Blockchain 2017 Series. He has spoken at CAMRI s Executive Roundtable Series in Singapore on 19 April 2018 on the topic, Some Thoughts on Digital Currency. This article was translated from Chinese to English (with the Author s permission) by Duo Network, and supported by the TCFA Southeast Asia Society based in Singapore. For more information, please contact camri@nus.edu.sg 12

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

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

Product Overview. Version October 2, 2017 thetoken.io Page 1 of 9

Product Overview. Version October 2, 2017 thetoken.io Page 1 of 9 Product Overview Version 1.1.2 October 2, 2017 thetoken.io Page 1 of 9 Tokenbox Overview The Ecosystem Tokenbox is a unique ecosystem that brings together crypto-currency funds under the management of

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

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

A.J. Bahou, LLM, MSECE Bahou Miller PLLC

A.J. Bahou, LLM, MSECE Bahou Miller PLLC A.J. Bahou, LLM, MSECE Bahou Miller PLLC AJBahou@BahouMiller.com ISACA and ISC2 December 2017 The views expressed herein are solely the presenter s and do not necessarily reflect any position of Bahou

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

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

Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology

Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology Jean-Marc Bonnefous Energy Risk Summit, London 22/23 June 2016 Blockchain and Commodity Markets The Basics of Blockchain

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

The first blockchain-secured Forex marketplace. https://serenity-financial.io/

The first blockchain-secured Forex marketplace. https://serenity-financial.io/ The first blockchain-secured Forex marketplace https://serenity-financial.io/ Contents 1. Introduction... 3 2. Problem description... 4 3. About the project... 5 3.1. Project mission.... 5 3.2. Who benefits

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

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

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

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Blockchain and Risk ISACA Northern UK, April 20 th, 2016 Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Mike.Small@kuppingercole.com Agenda Mike Small KuppingerCole Trust and Integrity The Bitcoin

More information

Blockchain Payments for Everyone

Blockchain Payments for Everyone Blockchain Payments for Everyone 01 Mission Mission 01 Mission The Liquidity.Network is a practical blockchain micropayment system, supporting millions of users securely, reducing transaction costs significantly

More information

Blockchain and the Maritime Industry

Blockchain and the Maritime Industry MARCH 2018 Blockchain and the Maritime Industry An introduction We will look at A review of the current transactional ecosystem The blockchain concept Smart contracts Q&A Current Shipping Transactional

More information

THE HORECA COIN (HRC) The Global Trading Cryptocurrentcy. 1. Basic about HORECA Coin (HRC) GENERALITY. Introductions

THE HORECA COIN (HRC) The Global Trading Cryptocurrentcy. 1. Basic about HORECA Coin (HRC) GENERALITY. Introductions THE HORECA COIN (HRC) The Global Trading Cryptocurrentcy GENERALITY Introductions We design and build HORECA Coins as a series of protocols that allow instantaneous transfer of digital assets (eg, crypto

More information

STELL\ STELLA - a joint research project of the European Central Bank and the Bank of Japan

STELL\ STELLA - a joint research project of the European Central Bank and the Bank of Japan STELL\ STELLA - a joint research project of the European Central Bank and the Bank of Japan systems: 201 Contents 1 Background 2 2 Main findings of the joint analysis 3 3 Delivery versus payment (DvP)

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

White Paper-Diamante NET

White Paper-Diamante NET White Paper- Copyright Notice 2018. All Rights Reserved. This documentation is the sole property of Diamante Blockchain. Diamante Blockchain believes the information in this document or page is accurate

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

ICO Review: Republic Protocol (REN)

ICO Review: Republic Protocol (REN) ICO Review: Republic Protocol (REN) Decentralized Dark Pool Exchange January 20, 2018 PROJECT OVERVIEW What is a dark pool? An exchange where orders are placed and executed on a hidden order book. Exists

More information

BLOCKCHAIN WORKSHOP. by Deriv Asia & DX Markets. Sam Ahmed. 2015: Not to be circulated or distributed.

BLOCKCHAIN WORKSHOP. by Deriv Asia & DX Markets. Sam Ahmed. 2015: Not to be circulated or distributed. BLOCKCHAIN WORKSHOP by Deriv Asia & DX Markets Sam Ahmed 2015: Not to be circulated or distributed. Table of Contents 2 1. Who We Are 2. What is a Block Chain? 3. Basic Principles of Blockchain 4. Arguments

More information

Blockchain in Insurance: An Introduction

Blockchain in Insurance: An Introduction Blockchain in Insurance: An Introduction Asha Vellaikal Head, Marsh Digital Labs asha.vellaikal@marsh.com April, 2018 What Is Blockchain? Blockchain is a distributed ledger technology a ledger maintained

More information

Assurance in a blockchain world How you can prepare to address the risks

Assurance in a blockchain world How you can prepare to address the risks Assurance in a blockchain world How you can prepare to address the risks Brochure / report title goes here Section title goes here Introduction As your organization begins to embark on a journey to develop

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

DEx.top Technical White Paper (V1.0)

DEx.top Technical White Paper (V1.0) Introduction DEx.top Technical White Paper (V1.0) DEx.top is a decentralized exchange built on blockchain smart contract (including but not limited to Ethereum and Rootstock). DEx.top is the first of its

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

Table of Contents. 1. Real Estate Market Opportunity in Global Real Estate World DLT Tech for Real Estate...2

Table of Contents. 1. Real Estate Market Opportunity in Global Real Estate World DLT Tech for Real Estate...2 ABSTRACT: This whitepaper provides a short description about RESTA s secure platform for overseas real estate investments, the Distributed Ledger Technology(DLT)for banks and real estate entities which

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

BLOCKCHAIN: SOCIAL INNOVATION IN FINANCE & ACCOUNTING

BLOCKCHAIN: SOCIAL INNOVATION IN FINANCE & ACCOUNTING International Journal of Management (IJM) Volume 10, Issue 1, January-February 2019, pp. 14-18, Article ID: IJM_10_01_003 Available online at http://www.iaeme.com/ijm/issues.asp?jtype=ijm&vtype=10&itype=1

More information

Cryptocurrencies (Session I) Computer Science and Law

Cryptocurrencies (Session I) Computer Science and Law Cryptocurrencies (Session I) Computer Science and Law Outline Part 1 SoK: Research Perspectives and Challenges for Bitcoin and Cryptocurrencies Part 2 Advancing a Framework for Regulating Cryptocurrency

More information

GoldPaper v1.0. GOLD.IO. All rights reserved.

GoldPaper v1.0. GOLD.IO. All rights reserved. 2018 GOLD.IO. All rights reserved. INTRODUCTION GOLD.IO is a Decentralized Autonomous Exchange (DEX) 1 based on EOSIO. As a Decentralized Autonomous Community (DAC), GOLD.IO s open democracy is achieved

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

ExShell 2.0 Hyper Exchange

ExShell 2.0 Hyper Exchange 2019-1-11 ExShell 2.0 Hyper Exchange 目录 I. Background... 02 ii. Industry status... 02 iii. Main task... 04 1.system security... 05 2.sufficient liquidity... 05 3.rich user experience... 06 4.transparency

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

HYDRO. A coordination layer for decentralized exchanges. White Paper. January 2018

HYDRO. A coordination layer for decentralized exchanges. White Paper. January 2018 HYDRO A coordination layer for decentralized exchanges White Paper January 2018 CONTENTS Abstract... 3 Background... 3 Problems and Challenges... 3 Related Work... 4 Hybrid Model... 4 Hydro Protocol...

More information

Blockchain Technology: Preparing for Change

Blockchain Technology: Preparing for Change 04 Blockchain Technology: Preparing for Change Blockchain Technology: Preparing for Change 04 In Short Blockchain-related Venture Capital $392.86 million in 2015 funding through July Settlement Days Syndicated

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

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

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract The OneAlto Token (O-Token ) Standard Version 1.0.0 February 28, 2019 Abstract OneAlto is building a decentralized compliance protocol to standardize the way cryptosecurities are issued and traded on blockchains.

More information

Blockchain Technology in Banking and Financial Services

Blockchain Technology in Banking and Financial Services Blockchain Technology in Banking and Financial Services Daniel Rozycki Payments Consultant Payments, Standards, & Outreach Group Federal Reserve Bank of Minneapolis EPCOR Payments Conference Spring 2017

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

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

Blockchain: Potential Impact on Shipping and Logistics K. Blythe Daly, New York April 11, 2018

Blockchain: Potential Impact on Shipping and Logistics K. Blythe Daly, New York April 11, 2018 Blockchain: Potential Impact on Shipping and Logistics K. Blythe Daly, New York April 11, 2018 Copyright 2018 Holland & Knight LLP. All Rights Reserved Blockchain in the News Maersk, IBM Blockchain JV

More information

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING Jessica B. Lee, Partner, Advanced Media and Technology jblee@loeb.com July 2018 1 Today s Topics Blockchain basics Smart contracts and permissioned

More information

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // T + 54 11 5352 1259 hi @ atixlabs.com // www.atixlabs.com ROM NOTHER OINT OF IEW. BLOCKCHAIN 101 // EXECUTIVE DECK > IT S NOT

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

Blockchain: from electronic cash to redefining trust

Blockchain: from electronic cash to redefining trust Blockchain: from electronic cash to redefining trust Gabriel Aleixo researcher ITS Rio BLOCKCHAIN TECHNOLOGY Provides a new way for transferring and storing data in multiple aspects, without relying on

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

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

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

Fin Tech in Serbia: Legal Overview

Fin Tech in Serbia: Legal Overview Fin Tech in Serbia: Legal Overview FIN TECH IN SERBIA : LEGAL OVERVIEW Publisher: JPM Janković Popović Mitić NBGP Apartments, 6 Vladimira Popovića street www.jpm.rs AuthorS: Nikola Poznanović, Partner,

More information

Redan. Peer To Peer Crypto Exchange

Redan. Peer To Peer Crypto Exchange Redan Peer To Peer Crypto Exchange What is Redan TOKEN? Redan is a cryptocurrency trading platform, offers a state of the art, highly sophisticated hybrid platform. Unlike most exchanges that offer only

More information

Commercial Blockchain Application & Scalability

Commercial Blockchain Application & Scalability Commercial Blockchain Application & Scalability JH Kim @2018 theloop @2018 theloop Table of Contents 01. Considerations for blockchain application 02. Case study: KOFIA consortium blockchain 03. Expansion

More information

chainfrog WHAT ARE SMART CONTRACTS?

chainfrog WHAT ARE SMART CONTRACTS? chainfrog WHAT ARE SMART CONTRACTS? WHAT ARE SMART CONTRACTS AND WHERE AND WHY WOULD YOU USE THEM A question I get asked again and again at lectures and conferences is, what exactly are smart contracts?

More information

Blockchain. Deepak Agarwal ICMA Conference Presenter

Blockchain. Deepak Agarwal ICMA Conference Presenter Blockchain Deepak Agarwal ICMA Conference Presenter Deepak Agarwal Plante Moran Plante Moran fast facts Agenda Blockchain overview Public sector initiatives Blockchain Overview What is blockchain? A blockchain

More information

SMART CONTRACTS in Insurance

SMART CONTRACTS in Insurance Boško Petrović Generalni direktor GENERALI REOSIGURANjE SRBIJA a.d.o. SMART CONTRACTS in Insurance XVI MEĐUNARODNI SIMPOZIJUM NOVI IZAZOVI NA TRŽIŠTU OSIGURANJA Aranđelovac, Hotel Izvor 17-20. maj 2018

More information

Crypto-assets and crypto-businesses a regulatory and legal issues

Crypto-assets and crypto-businesses a regulatory and legal issues Crypto-assets and crypto-businesses a regulatory and legal issues Commercial Court CPD seminar 13 February 2019 Mark Sneddon Adjunct Professor of Law Monash University Partner, Holley Nethercote and Principal

More information

FLASH TOKEN WHITE PAPER

FLASH TOKEN WHITE PAPER FLASH TOKEN WHITE PAPER 2017 Blockchain Technology Cryptocurrency and the Economy Cryptocurrency Market The Flash Company Mining Benefits in Business Company Structure FLASH TOKEN ICO: the Order of Implementation

More information

Appendix A - Risk information

Appendix A - Risk information Appendix A - Risk information Before purchasing REME-Coins (hereafter also referred to as tokens), users should consider the risks, costs and benefits of purchasing REME-Coins and seek independent advice.

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

BaseCore token(bct Token) - a stable token, secured by private company assets.

BaseCore token(bct Token) - a stable token, secured by private company assets. BaseCore token(bct Token) - a stable token, secured by private company assets. September 2018 Abstract. High volatility of the cryptocurrency market is one of the most urgent problems today. In addition,

More information

The first blockchain-based digital commodities platform

The first blockchain-based digital commodities platform The first blockchain-based digital commodities platform Singapore has long been a major trading centre for commodities and best-performing financial market in Asia. The commodity market has evolved significantly

More information

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding Three-dimensional Scalable Blockchain instant transactions 100k on-chain real-time auto sharding NEW PROTOCOL RESONANCE COMPLETELY NEW CODE TESTNET IS READY ThePower.io Whitepaper Technical paper (on demand)

More information

Blockchain and the possible impact on testing. New technology needs new testing?

Blockchain and the possible impact on testing. New technology needs new testing? Specialisten in vooruitgang Blockchain and the possible impact on testing. New technology needs new testing? Jeroen Rosink TestCon Vilnius October 18 th 2018 Software testen Business Process Transformation

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

Economic Incentives and Blockchain Security

Economic Incentives and Blockchain Security Economic Incentives and Blockchain Security Abstract Much like steam engines and the internet, blockchain has emerged as a disruptive technology and a foundation for tomorrow s businesses and ecosystem.

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

What Blockchain Means For Your Organization s Insurance Program

What Blockchain Means For Your Organization s Insurance Program What Blockchain Means For Your Organization s Insurance Program Bradley Arant Boult Cummings LLP Presented by Katherine J. Henry and Brendan W. Hogan November 2, 2017 Bradley Arant Boult Cummings LLP Attorney-Client

More information

Distributed and automated exchange between cryptocurrency and traditional currency. Inventor: Brandon Elliott, US

Distributed and automated exchange between cryptocurrency and traditional currency. Inventor: Brandon Elliott, US Distributed and automated exchange between cryptocurrency and traditional currency Inventor: Brandon Elliott, US Assignee: Javvy Technologies Ltd., Cayman Islands 5 REFERENCE TO RELATED APPLICATIONS [0001]

More information

Mission & Vision. bankex.com

Mission & Vision. bankex.com Business Plan Mission & Vision BANKEX Proof-of-Asset protocol (PoA) is a standard that enables a new generation of assets and contracts creating decentralized capital markets. We are building Internet

More information

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

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

AITA. Blockchain Infrastructure Based on Reputation & Sharding. Nov AITA Foundation

AITA. Blockchain Infrastructure Based on Reputation & Sharding. Nov AITA Foundation AITA Blockchain Infrastructure Based on Reputation & Sharding Nov. 2018 AITA Foundation COMPAMY Fb Tw In CONTENTS. 01 02 03 04 What is AITA? What problem we How we do it? What distinguish us solve? from

More information

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow Q. Scott Kaye, Partner, Rimon Law John Isaza, Information Governance Solutions, LLC AGENDA What is Blockchain? How it works Forming

More information

Uses of Blockchain in Supply Chain Traceability

Uses of Blockchain in Supply Chain Traceability Uses of Blockchain in Supply Chain Traceability Marek Laskowski and Henry Kim Schulich School of Business, York University http://blockchain.lab.yorku.ca 1 Agenda Cryptographic Foundations Blockchain (what

More information

Swapchain: A Peer-to-Peer, Digital Asset Derivative Contract Market

Swapchain: A Peer-to-Peer, Digital Asset Derivative Contract Market Swapchain: A Peer-to-Peer, Digital Asset Derivative Contract Market Swapchain, Inc. January 12, 2018 Preface: The following provides a conceptual and functional overview of the Swapchain platform; a trading,

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

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

Bitcoin Currency & Blockchain Technology

Bitcoin Currency & Blockchain Technology Bitcoin Currency & Blockchain Technology April 27, 2018 Stephen Burns, CFA Vice President, Portfolio Manager Endowment and Foundation Investments Glenmede 215-419-6958 Stephen.Burns@Glenmede.com How seriously

More information

Blockchain Technology. State Legislative Update July 2018

Blockchain Technology. State Legislative Update July 2018 Blockchain Technology State Legislative Update July 2018 Contents Summary... 3 Governmental Attention... 3 Key Blockchain Technology Definitions... 5 Distributed Ledger : The recording mechanism of a transaction...

More information

No se encuentran entradas de índice.

No se encuentran entradas de índice. No se encuentran entradas de índice. 2 1. Introduction The global economy is changing. The last decade have brought us big advances in fields that, until not so long ago, were barely exploited; amongst

More information

TOKEN SWAP AGREEMENT DATAVLT is a proud product of XYPHER Pte. Ltd. Token Swap: Explanatory Note & Terms and Conditions

TOKEN SWAP AGREEMENT DATAVLT is a proud product of XYPHER Pte. Ltd. Token Swap: Explanatory Note & Terms and Conditions TOKEN SWAP AGREEMENT DATAVLT is a proud product of XYPHER Pte. Ltd. Token Swap: Explanatory Note & Terms and Conditions You must read and agree to the following information before you can proceed. 1. Principles

More information

dydx: A Standard for Decentralized Derivatives

dydx: A Standard for Decentralized Derivatives dydx: A Standard for Decentralized Derivatives Antonio Juliano September 25, 2017 Abstract We present a set of protocols that allow several types of financial derivatives to be created, issued, and traded

More information

Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL

Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL Technology Distributed Ledger Technology (DLT) Peer to Peer Network Consensus Algorithm Cryptographic Technology

More information

Equity Marketplace A Blockchain Implementation

Equity Marketplace A Blockchain Implementation Equity Marketplace A Blockchain Implementation About us I am Tullio Menga, ICT architect and developer. I have been working in Capital Market area during last twenty years, specifically in the field of

More information

Investing in the Blockchain Ecosystem

Investing in the Blockchain Ecosystem Introduction When investors hear the term Blockchain, most probably think of cryptocurrencies (which are digital currencies, operated independently from a central bank), with Bitcoin being the most well-known.

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

Blockchain, data protection, and the GDPR

Blockchain, data protection, and the GDPR Blockchain, data protection, and the GDPR v1.0 25.05.2018 Contributors: Natalie Eichler, Silvan Jongerius, Greg McMullen, Oliver Naegele, Liz Steininger, Kai Wagner Introduction GDPR was created before

More information

Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability

Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability in Sub Saharan Africa. Through the provision of business,

More information

Index. 01. Introduction Major Services provided by BlockOBee Why BlockOBee? BlockOBee for Crypto Entrepreneurs...

Index. 01. Introduction Major Services provided by BlockOBee Why BlockOBee? BlockOBee for Crypto Entrepreneurs... 1 Index 01. Introduction.... 1 02. Major Services provided by BlockOBee........ 2 2.1 Crypto Development 2.2 Crypto Currency Exchange 2.3 Universal Block Explorer 2.4 Global Crypto Market Capitalisation

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

Blockchain 2.0: Smart Contracts

Blockchain 2.0: Smart Contracts Blockchain 2.0: Smart Contracts Karan Bharadwaj August 7, 2016 The relevance of blockchain technology to the financial world has grown substantially over the last few years. An important aspect of the

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

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP BITCOINS and CRYPTOCURRENCIES How It Works Drexx@Laggui.com Principal Consultant CISA, CISSP Requirement: Unlearn many things that you thought you were very certain about. Have an open mind. Covered topics

More information

White Paper on WithCoin 2018/01/15. <Table of Contents> #1 Introduction. #2 Overview of casino industry. #3 Overview of WithCoin system

White Paper on WithCoin 2018/01/15. <Table of Contents> #1 Introduction. #2 Overview of casino industry. #3 Overview of WithCoin system White Paper on WithCoin 2018/01/15 #1 Introduction #2 Overview of casino industry #3 Overview of WithCoin system #4 Partners of WithCoin #5 Business model of WithCoin #6 Expansion strategy

More information

ICO Review: SelfKey (KEY)

ICO Review: SelfKey (KEY) ICO Review: SelfKey (KEY) Digital Identity Management System December 16, 2017 What is SelfKey? A decentralized identity system where users can instantly verify their identity to access financial services,

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