Blockchain and distributed ledger technology at Travelport

Size: px
Start display at page:

Download "Blockchain and distributed ledger technology at Travelport"

Transcription

1 Blockchain and distributed ledger technology at Travelport A Travelport white paper Enterprise Architecture April Travelport All rights reserved. Travelport, Apollo, Galileo, Worldspan and the Travelport logo are trademarks of Travelport. All other marks are the property of their respective owners.

2 Contents 01 Background and introduction 02 Blockchain fundamentals 04 Main blockchain actors and participants 05 Blockchains are not platform dependent 06 Not all chains are the same 08 Blockchain suitability for the travel industry 08 Currently blockchain technology is suitable for 08 Currently blockchain is not so good for 10 Travel industry blockchain developments 11 Travelport position and conclusion 12 About Travelport 12 Contact

3 Background and information Blockchain is a framework for a consensus driven, immutable peer-to-peer distributed ledger. A blockchain facilitates secure online transactions. It is a decentralized digital ledger that is used to record transactions across many computers so that the record cannot be altered retroactively without the alteration of all subsequent blocks and the collusion of the network. i Blockchain represents a fundamental move away from owned applications located in a data center or on cloud, to true distributed computing power in the hands of the participants of the network. This is why it is seen as a disruptor technology, it is a new transactional computing model, distributed not centralized, and consensus driven rather than single controlling entity. This white paper clarifies Travelport s position on blockchain and distributed ledger technology and explores the suitability of blockchain and potential uses within the travel industry. 01

4 Blockchain fundamentals Blockchain is a distributed peer-to-peer ledger where each computer (or node) on the network contributes to creating and validating a continually growing chain of transactions. The consistency of the ledger across the network of nodes is ensured through consensus models; when the majority of network nodes have validated the ledger content, it becomes the single source of truth. Each node holds a copy of the ledger, and any node can then represent the true state of the ledger. Centralized Decentralized Distributed Businesses have struggled to embrace blockchain as a computing model because the traditional relationships between supplier and consumers are disrupted. Consumers and suppliers can both be active in the trust model relationship that is created, with both parties trusting each other to manage assets on the blockchain. An asset could be a monetary value, represented by a token or cryptocurrency, it could be a contract that executes when all parties have agreed to it or it could be deeds of ownership that represent a real-world asset passing from one owner to another. The blockchain ledger records the current state of the asset, when the state of that asset changes and the majority of nodes agree on that change of state, then the ledger will reflect the new state of the asset. The trust model is secured by cryptographic algorithms that encrypt all the transactions and link new blocks (groups of transactions) to all the previous transactions, this is the origin of the term blockchain. The trust model is maintained by a reward mechanism that rewards contributors who provide computing resource to calculate and validate the cryptographic values of new blocks of transactions on the chain. Where blockchain has made an impact so far is in the cryptocurrency space, describing digital assets that carry a currency value and can be traded in the same way as real currencies. One of the first public blockchains of this type was Bitcoin, launched in 2009 as a monetary unit not dependent on any sovereign currency or central bank. Bitcoin is created or mined by contributors to the network who provide computing resource. The miners are rewarded with Bitcoins for maintaining the trust and integrity of the network, so that other participants can spend or trade Bitcoin securely and reliably, with the state of ownership recorded on the blockchain ledger. Early on, Bitcoin suffered from a reputational problem, the perception was that it was the currency of choice for criminals. This is not because of any inherent insecurity in the blockchain itself, but more due to the security and the perceived anonymity that Bitcoin offers for those who transact with it. 02

5 Blockchain fundamentals Blockchain has potential far beyond cryptocurrency, however, it can be used to create a trust model built around any recordable asset, transaction or contract. Further implementations of blockchain have introduced smart contracts, these are codified distributed applications (known as Đapps) that execute or change state under certain conditions. This allows the blockchain to be used as an automated state machine, responding to events and changing the state of the assets. The most successful smart contract blockchain so far is Ethereum, launched in 2015 and backed by its own cryptocurrency (Ether). Participants can contribute to these types of blockchain by providing computing resource to mine the next block (known as proof-of-work), or by putting up a stake of cryptocurrency to endorse or guarantee transactions then collecting a transaction fee (known as proof-of-stake). Public blockchains are funded and maintained by cryptocurrencies. These can be traded as a commodity in their own right but also have many other uses. Here are some cryptocurrency symbols and their uses; ETH Ethereum, currently the second most traded currency after Bitcoin. Ethereum allows distributed apps (Đapps) to perform logical operations and computing functions on the blockchain. BAT The basic attention token, used to link digital advertising suppliers with consumers. ARK The all in one blockchain, neutral exchange token for linking chains. PAY TenX is a real-world credit card backed by Visa but using its own cryptocurrency. LTC Litecoin, alternative to Bitcoin higher capacity and lower transaction fees. EOS A more scalable and better performing alternative to Ethereum, to allow larger and more robust computing transactions. XRP Ripple is a cryptocurrency that focuses on low cost international payments. GTO Gitto project, an upcoming initial coin offering in the car rental space offering tokenized rental deals and shared rides. 03

6 Blockchain fundamentals Main blockchain actors and participants Chain creator The role here is to set the standards and create some seed assets based around a real-world business problem. Once the chain is running this role disappears. In a private chain, however, the creator may also be the owner and controller of permissions on the chain. The creator may run an ICO (initial coin offering) that is the funding mechanism for public chains setting the value of the cryptocurrency that becomes the tradable entity or a project built on a public chain that deliver services to customers. Miner or Validator Verify transactions and group them into blocks. Provide the computing power, known as proof-of-work, or another economically meaningful stake such as a cryptocurrency (proof-of-stake) to determine and validate the next block in the chain. Exchange Create transactions on the behalf of consumers and exchange one cryptocurrency or ICO token for another or convert cryptocurrency or ICO tokens to/from fiat currency. Exchanges run a full-node (copy of the ledger) to verify the assets held by consumers and trade them. Exchanges may change the state of assets then allow miners to validate the assets. More compute intensive than most consumers but less than mining. Large growth in exchange vendors as it can be a profitable business model, example vendors: Cardpool, Coinbase, CurrencyFair, Kantox, Kraken, OKCoin, Points, Poloniex and ShapeShift. Consumers Owners of the asset/value/data recorded in the distributed ledger. The strength of the cryptography and rules for consensus across the network will greatly influence the cost of mining and the security and reliability of the blockchain. Public chains rely on an incentive mechanism for mining or validating a new block, either a flat fee cryptocurrency reward and/or a transaction related fee. 04

7 Blockchain fundamentals Blockchains are not platform dependent Blockchains are not dependent on any specific technology or platform standard, because they are distributed they must be able to run on any hardware and any operating system. The standards that have emerged so far are around the cryptography that is used to secure the chain and open token standards for the major public chains such as Ethereum and Bitcoin. Standards allow easier exchange of value across different chains. However, true interoperability does not yet exist between different blockchains. Each chain uses a variation of common programming languages and many have defined their own scripting language for transactions. For example Ethereum s scripting language is called Solidity and is based around the ECMAScript specification that was originally proposed to standardize the Java Script language. The technology behind blockchain, a deeper view Blockchain works by securing data with a cryptographic hash, a security algorithm that generates a long apparently random number from the source data. The hash value of the content and the header data from many transactions is used to create a block of transactions. The new block is then hashed again using the hash of the previous block in the chain and a random number called the nonce. The result of this double hashing means that the hash value of the new block is dependent upon the hash value of all the previous blocks in the chain. In cryptography terms, the structure created by a blockchain is known as a Merkle Tree. Hash 0 Hash (Hash 0 + hash 1) Hash 0 Hash (Hash hash 0 1) Hash 0 Hash (Hash hash 1 1) Hash 0 Hash (L1) Hash 0 1 Hash (L2) Hash 0 2 Hash (L3) Hash 0 3 Hash (L4) Data Blocks L1 L2 L3 L4 In proof-of-work blockchains, the network sets a target maximum value for the block hash to validate new transaction, this is known as the difficulty. Miners or validators of new blocks use dedicated computer hardware to try trillions of hashes per second attempting to reach the target difficulty value by changing the nonce. If the target value is achieved a new block is validated and added to the chain. The amount of effort required to reach the target difficulty value and validate the block means it is extremely difficult and compute intensive to tamper with transactions and change previous blocks, and still achieve a hash value that meets the target. Hence this guarantees the blockchain s security and makes previous transactions immutable. 05

8 Blockchain fundamentals Not all chains are the same At their heart, all blockchains are distributed ledger technologies (DLT). Governance models define the rules by which the assets managed in the ledger are created and how the ledger is maintained. The use of blockchain implies that the ledger is authoritative, however the governance rules built into the blockchain can define how disputes are resolved and corrections made. Three broad categories of governance model exist public, permissioned or private. In a public (permissionless) blockchain anyone can contribute to be a user or maintainer. Permissioned blockchains have defined membership rules and processes for blockchain maintainers. If users can freely join the blockchain and submit transactions, then we talk about a public permissioned blockchain. A private blockchain, another form of permissioned blockchain, is run and used by one organization or a private business network and membership rules and processes are in place for both maintainers and users. iii Public chains like Bitcoin and Ethereum invest heavily in creating robust and secure consensus processes for creating blocks and adding them to the chain in chronological order. Public chains attribute cryptocurrency value to the participants in the chain who supply the computing power to maintain a truly distributed network. The difficulty of the chain is high, and the amount of computing resource required to add a new block (the proof-of-work ) is expensive. There are other public chains such as Bitshares, Etheremint, Verse One, Sovrin which use proof-of-stake algorithms. In private chains the network is defined and limited to the participants and the trust model needs to be pre-established between the participants rather than being formed in an open environment where the participants do not generally know each other. A private blockchain implies all the rules for asset creation and ledger maintenance are created and managed by a single or group of organizations, they are often referred to as distributed ledger technology (DLT) rather than true blockchain. However, in most cases they are learning tools because within an organization, there are more efficient technologies for maintaining a distributed ledger than a blockchain. 06

9 Blockchain fundamentals Not all chains are the same A permissioned blockchain is a semi-public chain where a group, such as the primary stakeholders of a specific industry, decides on the standards and governance. Only those within the group are allowed to maintain the ledger and depending on the business model, create assets. Access to the ledger may or may not be granted to others outside of the group. The primary technical advantage of a permissioned blockchain is the ability to use significantly less expensive and/or compute-intensive processes for maintenance of the chain. However, forgoing economic security guarantees through an incentive model, and inheriting the nothing-at-stake problem makes the ledger less secure. The decision whether to rely on economic security guarantees or not depends on the value-at-risk that is being put on the chain and requires a careful evaluation of speed vs. security. Therefore, private and permissioned blockchain owners must consciously decide how secure, decentralized and immutable their chain will be. They decide whether and under what circumstances to reverse a verified transaction, particularly if that transaction can be shown to be fraudulent. Balancing characteristics of blockchain. Determining the type of governance applied to blockchain helps to determine its characteristics. How each creator implements the ledger will change the balance of the ledger s fundamental characteristics. Anonymity ranging from pseudo-anonymous to permissioned access to full identity. Immutability how easy or difficult it is to make changes to the ledger. Efficiency the cost of maintaining the ledger in terms of computing power. Transparency what and how much transaction detail will be exposed. Cryptographically secure the strength of the cryptographic keys used to encrypt transactions. Economically secure the balance of value-at-risk vs economic incentives (rewards/punishments). Decentralized what restrictions are placed on who and how many can contribute to and maintain the ledger. Data integrity the ability to track attestations to the validity of a transaction. Each implementation of blockchain or distributed ledger defines governance and security models that place a different level of importance on these characteristics. For example, the public Bitcoin blockchain prioritizes pseudo-anonymity, immutability, and transparency over efficiency. 07

10 Blockchain suitability for the travel industry There are many potential applications for Blockchain in the travel industry from the guarantee and distribution of inventory, to payments, traveler identity to ticketing. Each application requires investment and collaboration across partner organizations for it to be successful. Blockchain is still an emerging technology and the standards and variations of blockchain and DLT are still being formed. Travelport believes that the current maturity of blockchain technology is only suitable for certain applications. Currently blockchain technology is suitable for: Distributed ledger business processes with lots of parties that need to keep records or track assets. Transactions between partners that don t know or trust each other. Assets that are easily described digitally (such as a currency) or contracts that can be executed by a logical flow. Providing a trust model with: Transparency Immutability Cryptographic security Data integrity Decentralized processing Currently blockchain technology is not so good for: A distributed database deployed in one organization (single organization private permissioned chain). The only benefit to using blockchain in this scenario is learning. Fast, high volume transactions Bitcoin is handling transactions per second. The Travelport transaction rate exceeds that of both Bitcoin and Ethereum together. Real time transactions block checking and validation takes time, as there needs to be consensus across the network. This can be anything from a couple of seconds and up to 10 minutes. Low value transactions mining (block creation) is expensive in terms of computing power, and risky as every transaction is not guaranteed to succeed. 08

11 Blockchain suitability for the travel industry Travelport has been exploring potential use cases for blockchain and distributed ledger technology. These use cases cover a number of different aspects of the travel process from holding inventory or guaranteeing a reservation to making payments. An assessment of each use case suitability has been made based on the current available blockchain capabilities and technology. It is likely that as blockchain applications and distributed ledger computing techniques develop, there will be more use cases that it can be considered for: Use case Whole trip, travel reservations Traveler identity Payments for travel transactions Suitability for blockchain or distributed ledger and limitations Currently not suitable for public blockchains, scalability and speed of transaction verification are limiting factors. Suitable for blockchain or distributed ledger, needs robust access control mechanism and security model. Suitable for blockchain, requires financial partners and requires currency stability. Loyalty federation Guarantee of bookings and payments Ticketing Possibly suitable for blockchain, requires collaboration of travel suppliers and agreement on exchange mechanism. Validating a booking on distributed ledger, suitable for blockchain as it does not involve keeping the whole reservation on the ledger. Similar to above but risks transposing legacy process to distributed ledger technology. B2B settlement Suitable for distributed ledger in a closed business network. Shopping and inventory Travel exchange Inventory control possible with distributed ledger but probably only within a limited access group or closed network due to performance and scalability. Travel token or currency exchange capability, working across supplier s ledgers. Will probably be a necessity to support some of the other models. 09

12 Travel industry blockchain developments Blockchain is still a cool new technology looking for potential uses and Gartner have placed it at the very top of their hype cycle for 2017/18. Many travel industry participants are taking an interest and are evaluating blockchain and DLT, there a number of different use cases that have been considered. Several larger participants in the travel industry have released white papers on blockchain, however there have been very few proofs of concept or live implementations of travel related blockchains released so far. One notable exception is TUI who have deployed a private blockchain to manage hotel inventory. This allows the hotel suppliers to put inventory onto the blockchain and for TUI to consume inventory and pay them accordingly. Start-up companies are targeting the travel space for blockchain development. Winding Tree is the most prominent of these, Winding Tree is launching its own cryptocurrency (Lif) for travel and is aiming to change the travel distribution model. Several other start-ups are claiming the travel space and we are likely to see a number of cryptocurrency and token releases based around travel asset management. The barriers to entry for travel start-ups are high, however, and we expect that there will be many failures. iv Loyyal is a San Francisco based startup that is aiming to unify the loyalty points market by providing a platform that can exchange loyalty points and unify reward mechanisms. A couple of startups are looking at traveler identity as a potential blockchain use case area. These include vchain, which IAG has invested in, Civic which has a relationship with Amadeus and ShoCard, backed by IATA. IATA announced IATA Coin in mid-2016 but there has been little active development around this concept. IATA Coin is seen predominately as a way of easing payments between travel suppliers and consumers without paying for each intermediary. IATA One Order has the potential to unify air order management and create an order sharing model across the industry that could use blockchain. Based on the current developments in the travel market around blockchain, Travelport predicts that in the short term most developments will happen in closed supplier groups on private and permissioned chains within the travel industry. In the mid to long term we may see payments, inventory and order management disrupted by blockchain or distributed ledger technologies. Whole trip management on blockchain, air settlement and combining of air supplier journeys we see as a longer-term proposal. Short term 1 2 years Mid-term 2 5 years Long term 5 years + Private permissioned DLT for supplier inventory Limited B2B payments Travel cryptocurrency/token offerings Basic traveler identity Travel cryptocurrency exchanges Reservations on distributed private ledger Cryptocurrency payments for travel Early IATA Coin adoption Traveler identity shared across suppliers IATA coin for air settlement Whole trip on blockchain Interlining across blockchains Global traveler identity 10

13 Travelport position and conclusion Travelport is working closely with trusted technology partners on potential use cases for blockchain. Initial investigations and developments have been around: 1. On-boarding and managing low value travel content for secure distribution and selling. 2. Developing and running a travel cryptocurrency wallet and asset exchange. 3. Determining how we can secure, anonymize and manage traveler identities across the travel eco-system. Travelport is actively seeking other travel industry partners who are interested in exploiting blockchain and DLT. We believe that many of the initial implementations in the travel industry will be based on private permissioned DLT chains. This helps to build learning and assess technology suitability, caution needs to be applied in releasing travel products and process onto public or permission less blockchains. Travelport believes that blockchain and DLT is still an immature technology, but has potential to change the travel market in the medium to long term. There are financial and reputational risks to investing in blockchain too early, or in use cases that do not suit the technology. There is also a risk in doing nothing, as the travel market could be disrupted by other blockchain innovations. This is why Travelport is actively investing in distributed ledger proof of concept projects with our technology partners. Travelport believes, that it can position itself as an enabler between blockchain eco-systems used by travel providers. Travelport is positioned to manage travel assets on and off chain, providing wallet and exchange capabilities to suppliers and consumers. This capability could be coupled with our own distributed ledger for managing low value or long tail content outside of our normal distribution model. Written by Andy Bell and Dave Hollander i ii iii iv 11

14 About Travelport Travelport (NYSE: TVPT) is the technology company that makes the experience of buying and managing travel continually better. We operate a travel commerce platform providing distribution, technology, payment and other solutions for the global travel and tourism industry. We facilitate travel commerce by connecting the world s leading travel providers with online and offline travel buyers in a proprietary business-to-business (B2B) travel platform. Travelport has a leadership position in airline merchandising, hotel content and distribution, car rental, mobile commerce and B2B payment solutions. Travelport also provides critical IT services to airlines, such as shopping, ticketing, departure control and other solutions. With net revenue of over $2.4 billion in 2017, Travelport is headquartered in Langley, U.K., has over 4,000 employees and is represented in approximately 180 countries and territories. Contact info@travelport.com travelport.com 12

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

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

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

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

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

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

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA Blockchain Overview Amr Eid Cloud Architect, Cloud Platform, MEA amreid@eg.ibm.com History Business / Academic 1991: The first crypto secured chain of blocks How to time-stamp a digital document Bitcoin

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

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

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

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

BLOCKCHAIN EVOLUTION. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape.

BLOCKCHAIN EVOLUTION. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape. Introduction The following commentary is intended to provide a brief introduction

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 in Healthcare

Blockchain in Healthcare Blockchain in Healthcare Presented to the Kentucky HFMA Chapter Tom Skoog, Principal July 19, 2018 What are Blockchain and Bitcoin and How Can They Be Used? Bitcoin and Blockchain - - what s the difference

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

Understanding Blockchain & its implications for financial professionals

Understanding Blockchain & its implications for financial professionals Understanding Blockchain & its implications for financial professionals Professor George M. Giaglis Director, Institute for the Future, University of Nicosia http://unic.ac.cy/blockchain giaglis.g@unic.ac.cy

More information

Changing Data Protection: Heading towards a Blockchain-Operated Future

Changing Data Protection: Heading towards a Blockchain-Operated Future SESSION ID: SDS-R02 Changing Data Protection: Heading towards a Blockchain-Operated Future Eugene Aseev Head of Singapore R&D Centre Acronis @toxzique Agenda Blockchain yesterday Background Blockchain

More information

Introduction to Blockchain

Introduction to Blockchain Introduction to Blockchain with focus on Energy June 1 st 2018 Tony Giroti tony@energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org

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

Decrypting Blockchain Technology: Basic Concepts & Legal Issues

Decrypting Blockchain Technology: Basic Concepts & Legal Issues Decrypting Blockchain Technology: Basic Concepts & Legal Issues The blockchain is a global spreadsheet -- an incorruptible digital ledger of economic transactions that can be programmed to record not just

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

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

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

Riding the Blockchain Wave for High Tech

Riding the Blockchain Wave for High Tech Riding the Blockchain Wave for High Tech Abstract Given the disruptive power of blockchain, a growing number of high tech companies are deploying proofs of concept across different enterprise scenarios.

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 Basics with focus on Energy

Blockchain Basics with focus on Energy Blockchain Basics with focus on Energy Energy Blockchain Webinar Series: Webinar #2 July 13, 2018 July 13 th 2018 Tony Giroti, tony@energy-blockchain.org CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM,

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

EXCHANGE INFINITE. Website: Note : This is not a white paper. This is a pre-whitepaper executive summary.

EXCHANGE INFINITE. Website:    Note : This is not a white paper. This is a pre-whitepaper executive summary. EXCHANGE INFINITE Website: www.xinfin.org Email : info@xinfin.org Note : This is not a white paper. This is a pre-whitepaper executive summary. PROBLEM OVERVIEW The state of the world has evolved after

More information

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018 Blockchain & beleggingen NBA Amsterdam, 28 mei 2018 Introductie Dennis de Vries Joined in 2015 as senior manager Audit serving financial institutions Appointed lead KPMG Digital Ledger Services Netherlands

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

Bitcoin (BTC) C$4,943 (US$3,745) November 26, 3:15 pm

Bitcoin (BTC) C$4,943 (US$3,745) November 26, 3:15 pm Bitcoin (BTC) C$4,943 (US$3,745) General Cryptocurrency News: According to Aon Risk Solutions, there is currently US$6 billion in available cryptocurrency insurance coverage for crypto-related crimes.

More information

Blockchain Series Part 1 of 4:

Blockchain Series Part 1 of 4: Blockchain Series Part 1 of 4: Blockchain 101 It s Not Just Cryptocurrency #HASHTAG SPEAKERS Glynna Christian Partner, Co-Head Global Tech Transactions Orrick Michaela Ross Tech & Telecom Reporter Bloomberg

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

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: 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

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

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

chainfrog BLOCKCHAIN AND GDPR

chainfrog BLOCKCHAIN AND GDPR chainfrog BLOCKCHAIN AND GDPR BLOCKCHAIN AND GDPR HOW TO SQUARE PRIVACY AND DISTRIBUTED LEDGERS In 2016 the European Union passed the General Data Protection Regulation (GDPR) in order to give European

More information

Blockchain for Education & Research Webinar. December 6, 2016

Blockchain for Education & Research Webinar. December 6, 2016 Blockchain for Education & Research Webinar December 6, 2016 Agenda Blockchain basics & potential use cases Promises & challenges Major players & areas of activity Potential use cases in education & research

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

NEOGOLD whitepaper NEOGOLD NEOGOLD

NEOGOLD whitepaper NEOGOLD NEOGOLD whitepaper ABSTRACT Thank you for taking your time to read this whitepaper for the Neo-Gold project. The information herein was simplified to make it understandable for both experts and novice in the cryptocurrency

More information

IS BLOCKCHAIN THE FUTURE OF REAL ESTATE? DENITZA TYUFEKCHIEVA

IS BLOCKCHAIN THE FUTURE OF REAL ESTATE? DENITZA TYUFEKCHIEVA IS BLOCKCHAIN THE FUTURE OF REAL ESTATE? DENITZA TYUFEKCHIEVA WHAT S BLOCKCHAIN? DISTRIBUTED LEDGER TECHNOLOGY DECENTRALIZED - NOT DEPENDANT ON ONE SINGLE ENTITY CREATES A RECORD THAT CANNOT BE CHANGED

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

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

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

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

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

Copyright Scottsdale Institute All Rights Reserved.

Copyright Scottsdale Institute All Rights Reserved. Copyright Scottsdale Institute 2017. All Rights Reserved. No part of this document may be reproduced or shared with anyone outside of your organization without prior written consent from the author(s).

More information

Blockchain: An introduction and use-cases June 12 th, 2018

Blockchain: An introduction and use-cases June 12 th, 2018 Blockchain: An introduction and use-cases June 12 th, 2018 Agenda What we will cover today An introduction to Blockchain Blockchain for CFO Proof-of-Concepts Round up 2018 Deloitte Belgium Blockchain:

More information

We have an open source code that will be available to everyone who wants to mine Goldelim.

We have an open source code that will be available to everyone who wants to mine Goldelim. Goldelim GOL What Is Goldelim? Goldelim (GOL) is an e-currency backed by the power of gold, people and security. It is a peer-to-peer system of financial exchange. It is a decentralized system of transaction.

More information

Version 1.0. The Blockchain An architectural view

Version 1.0. The Blockchain An architectural view Version 1.0 The Blockchain An architectural view Version 1.0 TOC 1. Introduction of Presenters 5. Equilibrium of the blockchain ecosystem 2. Origins of the blockchain 6. Types of blockchains 3. Basic Principles

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

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

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

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

Hype vs. reality: Potential depends on leveraging the right blockchain features. Companies still struggle find their place

Hype vs. reality: Potential depends on leveraging the right blockchain features. Companies still struggle find their place February 2018 0/5 Hype vs. reality: Potential depends on leveraging the right blockchain features Radical growth of blockchain investments (in bn EUR) Blockchain scenarios: I II remains explorative playground

More information

Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital

Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital 1 What is cryptocurrency? Cryptocurrency is at the intersection of game theory, cryptography, computer

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

CME Bitcoin Futures The Basics

CME Bitcoin Futures The Basics CME Bitcoin Futures The Basics January 2018 Dave Lerman Senior Director, Education CME Group David.lerman@cmegroup.com Disclaimer Neither futures trading nor swaps trading are suitable for all investors,

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 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

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

Blockchain / Distributed Ledger Technology

Blockchain / Distributed Ledger Technology Blockchain / Distributed Ledger Technology Emerging Legal Issues and Business Trends Michael D. Palage (Michael@Palage.com) Blockchain: Hip or Hype 2 Blockchain/DLT - Cryptocurrency October 2008 White

More information

Hive Project Whitepaper

Hive Project Whitepaper Hive Project Whitepaper May 2017 Abstract With the emergence of blockchain technology and smart contracts, businesses no longer have to rely on centralized intermediaries when making transactions or obtaining

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

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young #EY_Automotive Agenda Blockchain 101: What They Do, How They Work Blockchain Applications: Operations Ecosystems

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

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

Digital Transformation A Focus on Blockchain

Digital Transformation A Focus on Blockchain Digital Transformation A Focus on Blockchain Tristan Relly Director, Financial Advisory June 2018 Digital Transformation in action The Fourth Industrial Revolution Late 18 th Century Late 19 th Century

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

Blockchain in travel for beginners

Blockchain in travel for beginners Blockchain in travel for beginners Blockchain - you have probably heard about it and may have dismissed it as another development in the technology industry, without realising its wide-reaching implications.

More information

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Presenting a live 90-minute webinar with interactive Q&A Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Leveraging Distributed Ledger Technology in Healthcare, Protecting

More information

Banking: operation transformation. 15 June 2016

Banking: operation transformation. 15 June 2016 Banking: operation transformation 15 June 2016 Blockchain the transaction makeover 15 June 2016 Luis Pastor Head of IT Consulting and Global Blockchain leader Grant Thornton Spain When the trust relies

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

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

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

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

RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER

RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER Contents Introduction...3 Vision...3 Solution...3 ICO...4 ICO Rounds...4 Investment Opportunity...5 Lending Opportunity...5

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

Committee on WIPO Standards (CWS)

Committee on WIPO Standards (CWS) E CWS/6/4 REV. ORIGINAL: ENGLISH DATE: SEPTEMBER 6, 2018 Committee on WIPO Standards (CWS) Sixth Session Geneva, October 15 to 19, 2018 CREATION OF A TASK TO PREPARE RECOMMENDATIONS FOR BLOCKCHAIN Document

More information

FinTech Revolution What s ahead? Belvedere Capital Advisor

FinTech Revolution What s ahead? Belvedere Capital Advisor FinTech Revolution What s ahead? Fintech Revolution The crypto currency bubble Reasons for Bear Market 1. Compliance Concerns 2. Lack of tangible applications / mainstream adoption 02 // 23 Fintech Revolution

More information

Blockchain in the financial services industry. White Paper

Blockchain in the financial services industry. White Paper Blockchain in the financial services industry White Paper Table of contents A new model emerges Blockchain enabling a distributed ledger Key advantages Implementations as blockchain evolves The current

More information

Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy

Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy Is your organization prepared for the new risks posed by the introduction of a blockchain framework?

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

Blockchain for financials

Blockchain for financials Blockchain for financials An introduction to core functionality October 2017 What is a blockchain (or distributed ledger)? A distributed ledger is a system that allows parties who don t fully trust each

More information

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market cryptography business digital virtual currency network transaction internet coin cryptocurrency market blockchain ledger data exchange electronic payments business technology money contract transaction

More information

Lyves Trustworthy payments despite anonymity. Version 2.4.1

Lyves Trustworthy payments despite anonymity. Version 2.4.1 Lyves Trustworthy payments despite anonymity Version 2.4.1 1. INTRODUCTION 4 1.1. Blockchain 4 1.1.1. About Blockchain 4 1.1.2. Cryptocurrency 8 1.2. Lyves 10 1.2.1. Our Vision 10 1.2.2. Our Team 12 2.

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

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

The Blockchain Identity

The Blockchain Identity Innovation and Cryptoventures The Blockchain Identity Campbell R. Harvey Duke University and NBER Revised January 19, 2018 3 Blockchain is a technology There is no the blockchain blockchain is a technology.

More information

SME Banking: Financing & Digital Banking

SME Banking: Financing & Digital Banking SME Banking: Financing & Digital Banking Critical Points for a Successful SME Strategy With more than half of the world s people and businesses, Asia s prospects are bright if it can harness the energy

More information

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard Practical Blockchain: Navigating Through The Hall of Mirrors Sandy Carielli Director of Security Technologies Entrust Datacard Quick Survey QUICK SURVEY "Blockchain In Banking: Success Depends On Technology

More information

This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities"

This article was first published in IOTA e-book Disruptive Business Models Challenges and Opportunities REVENUE AGENCIES This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities" Most revenue agencies have been following blockchain s emergence, from the fringes

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

Jian Chan Australian Lead E:

Jian Chan Australian Lead E: The Vertical Blockchain Solution NEM-101 www.nem.io Jian Chan Australian Lead E: jian@nemaustralia.io Jian Chan Australian Lead E: jian@nemaustralia.io Insert NEM.io landing page video here. https://nem.io/wp-content/themes/nem/video/nem-basic-intro-small.mp4

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

Primechain-CONTRACT. 16 th March A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. Save?

Primechain-CONTRACT. 16 th March A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. Save? Primechain-CONTRACT A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. 16 th March. 2018 Private blockchain Source code with license to modify Run on your cloud

More information

Blend whitepaper V 1.0

Blend whitepaper V 1.0 Blend whitepaper V 1.0 Legal considerations, risk and disclaimer PLEASE READ THIS DISCLAIMER SECTION AND THIS ENTIRE WHITE PAPER CAREFULLY. YOU MUST NOT INVEST IN THIS INITIAL COIN OFFERING (ICO) WHITHOUT

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

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