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

Size: px
Start display at page:

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

Transcription

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

2 IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE ) by Real Estate Doc Pte. Ltd. (Singapore Company Registration Number: Z) ( RED ) of Real Estate Doc Token ( REDT ), the exchange medium for participants of the RED Ecosystem (as described in this Whitepaper) is only intended for, made to or directed at, only certain persons for information only. This Whitepaper is not a prospectus or offer document or similar document and is not intended to constitute an offer of securities of any form, units in a business trust, units in a collective investment scheme or any other form of investment, or a solicitation for any form of investment in any jurisdiction. No regulatory authority has examined or approved of any of the information set out in this Whitepaper. This Whitepaper has not been registered with any regulatory authority in any jurisdiction. References in this Whitepaper to we or us refers to the RED and our shall be construed accordingly. You refers to any person accessing, perusing or reviewing this Whitepaper and your shall be construed accordingly. By accessing and/or accepting possession of any information in this Whitepaper or such part thereof (as the case may be), you represent and warrant to RED that: a. you are not located in the People s Republic of China and you are not a citizen or resident (tax or otherwise) of, or domiciled in, the People s Republic of China; b. you are not located in the United States of America and you are not a citizen, resident (tax or otherwise) or green card holder of, or domiciled in, the United States of America; c. you are not located in a jurisdiction where the TGE is prohibited, restricted or unauthorized in any form or manner whether in full or in part under its laws, regulatory requirements or rules; d. you agree to be bound by the limitations and restrictions described herein; and e. you acknowledge that this Whitepaper has been prepared for delivery to you so as to assist you in understanding REDT and RED Ecosystem. The information set out in this Whitepaper is for information purposes only and do not constitute any form of financial or other advice and should not be relied on or treated as a substitute for specific advice relevant to particular circumstances and is not intended to be relied upon by you in making (or refraining from making) any specific decisions. IF YOU ARE IN ANY DOUBT AS TO THE ACTION YOU SHOULD TAKE, YOU SHOULD CONSULT YOUR LEGAL, FINANCIAL, TAX OR OTHER PROFESSIONAL ADVISOR(S).

3 Table of Contents 1. Architecture Preview a. Core Middleware b. Provider Middleware c. Ricardian Contracts, Smart Contracts, Non-Fungible Tokens d. Custom Sidechain e. Cloud Hosting & Public IPFS Gateway f. User Interfaces Why Use the Blockchain? a. What is the Blockchain? b. Benefits of Using the Blockchain... 12

4 1. Architecture Preview The solution needed by RED can be roughly broken into the following categories, which are detailed below: Core Middleware Provider Middleware Ricardian Contracts, Smart Contracts, Non-Fungible Tokens Custom Sidechain Cloud Hosting User Interfaces Let us take an example when of a commercial lease transaction between Landlord and Tenant. The process is illustrated via the diagram above: 4

5 Step 1: Commercial property owners and managers (Landlords) who are operators of the RED Application shall create a new digital contract on the RED Document Engine. Through the contract collaboration function on RED, both Landlords and Tenants are able to collaborate with each other to determine the terms and conditions of the contract. Finally respective signatures are obtained on this contract document. Terms of the contract will be encrypted on cloud and only these users could use their respective passphrase to unlock to view later on. Step 2: Once contract is signed by both parties, Landlords (Corporate) will submit the contract proposal to the RED sidechain via an SDK running on top of the middleware. It is expected to have a newly created smart contract for rental, which is associated with the digital one. We shall design this smart contract with the following functionalities: Extended from ERC-721 non-fungible token to ensure uniqueness of every rental contract generated. A hyperlink is embedded as an attribute of the smart contract in order to look up additional information on cloud. However, transfer and approval behaviour might not implemented. Rental smart contract also keeps a SHA-256 hash of the digital contract for later verification. Escrow function to receive/release payment With the rental Smart Contract Creation, identification and the Commercial Leasing Contract is triggered to save the hashed KYC, ownership and payment history for later use. Step 3: There will be a cross-chain converter between the two blockchains. Users will be able to exchange REDT to the RED Payment Gateway on the sidechain, powered by Plasma, to commence the funding of their transaction. Every transaction that takes place will be recorded and tracked respective to each smart contract. Step 4: Participants can access a report application based on the permissions granted. The report serves as a primary KYC due-diligence source, as well as a secondary source of analytical insight and market statistics. Sensitive competitive-specific information is 5

6 anonymised. The application will frequently fetch data from the Commercial Leasing Contract and do aggregation, before updating the Cache Layer. 1a. Core Middleware This portion of the application runs on servers controlled by RED and handles the core user identity features throughout the platform. In this way, RED keeps direct control of all user KYC data. This ensures a renter who does business with multiple providers only needs to create one identity within the system. As it is expensive to keep all data on blockchain, this layer will take most of heavy tasks and data so that only essential transactions (and hash data) are placed on Public Blockchain. Moving forward, identities will be decentralized totally on the RED Sidechain, allowing peer-to-peer sharing identity, which resides in the smart contract section below. Some user features which are global to the system, and so accessed through this middleware, include: Register user account Upload KYC documents Search available public details of vendors, agents, providers Administrator functions The core middleware will publish an API which can be consumed by the provider middleware instance, enabling them to validate user credentials. This software will always be hosted directly by RED. 1b. Provider Middleware Each RED client (or provider ) of the solution will have their own instance of a server application which can be customized to suit the provider s use case and branding. This is the primary interface through which renters will access the listings available through a provider (properties available for rent), and through which they will access the document processing engine. Depending on design, these instances may also publish a back-facing API, where the provider middleware can be directly queried by the central middleware to pull general data. This software may either be hosted by RED, or deployed directly to the client s servers. 6

7 Some features available to renters through this interface include: Reviewing and signing documents Leaving reviews of providers or agents Viewing property listings with the provider Reading reviews of renters 1c. Ricardian Contracts, Smart Contracts, Non-Fungible Tokens Ricardian Contracts The Ricardian contract is designated to track legitimately signed agreement of both parties. It is robust through use of identification by cryptographic hash function. In the RED system, one Ricardian contract represents one single prose contract in such format both machine and human readable An implementation of Ricardian Contract will be based on JSON format, a friendly form to developers. A commercial leasing contract schema could be illustrated as below : Each contract should be uniquely identifiable by its hash and recorded into Smart Contracts running on the RED Sidechain, to automate self-executing of an agreed contract instance.there are 3 types of smart contracts which will be running below : 7

8 Rental Contracts One single digital contract will be tokenized respectively to a Smart Contract designed in format of non-fungible ERC-721 token. This will help to track ownership, that the conditions are met, and relevant information Digital Contract associated to this asset (unique hash code) Current owner/renter of an asset Terms and Conditions Other relevant information Information will be hashed and encrypted in such a way that only participants (private key holders) can decrypt and read. Identity Contract Another ERC-721 token will represent the identity of parties involved in contracts. Identities are encrypted by AES-256 encryption. Information could be shared and granted only under authorization of the Identity Owner, unlocked via passphrase. Fundamentally, application users are able to control their information and with whom to share. Identities are especially useful to help corporate users recognize businesses, reducing cost from repetitive KYC steps. Commercial Leasing Contract Commercial Leasing Contracts benefit from historical transactions of assets, depending on the owner giving the relevant permissions. A report application may be built to support producing periodical reports and market statistics, such as total number of leasing contracts generated quarterly, and payment scores. 8

9 1d. Custom Sidechain A blockchain with custom consensus logic will be deployed to support the applicationspecific functions required by the RED platform. Data stored on the blockchain is transparent to the public, unless it is specifically encrypted, so care must be exercised in deciding which records are stored this way. The blockchain is also the most secure trustless portion of the application, so data that is used to enforce document finality and user privileges should be stored there. The sidechain also ensures lower transaction fees compared to The Public Ethereum Blockchain, which has scalability issues. The blockchain is a decentralized set of servers or nodes which use a consensus algorithm to collectively agree on the truth of a set of data. We recommend the use of a proof of stake blockchain to reduce computing power, and also to retain greater control of the distribution of the network s voting power. Good candidates to run nodes are parties who have a stake in maintaining the network, including: RED Providers who run the RED software Investors The public (depending on design considerations) Custom consensus rules can securely govern flows such as: Whether a user is authorized and has validated KYC via RED Whether a property is available for rent, and on which conditions Who can rent a property, and if the RED Payment Gateway can be applied to modify price Whether documents are in a final or intermediate state Tracking the reputation of spaces, agents, or renters This layer and smart contracts related should be open-source, maintained by RED team and interested developers community. 9

10 1e. Cloud Hosting & Public IPFS Gateway Documents which need to remain private, or are large files, must be hosted in storage which can be accessed with a conventional security model by RED middleware applications. This is also to avoid heavily computational tasks running on blockchain, either sidechain or public and only Unique ID (Hash) are used to link up. In this way, access can be controlled to the files based on user privileges through the appropriate middleware application, although as noted earlier, the user permissions themselves may be encoded into the blockchain portion of the solution. Some examples of documents stored this way include: PDFs of contracts (in complete or intermediate states) Images (for example, used in rental listings) Large text descriptions or news updates User KYC documents Contract metadata (JSON format) The RED Team envisions a future that where entire platform is completely decentralized. Nowadays, there are still number of limitations from shifting entirely centralized apps to decentralized world. For example, there are no true implementation of sidechain as well as decentralized storage as viable products. As a result, heavy computing and storage costs are especially expensive on public Blockchain. Thus, using Ethereum Blockchain and The Interplanetary File System (IPFS) combined is economically viable solution. IPFS is a content-addressable, peer-to-peer media sharing in a distributed file systems. Storage on the IPFS network is expected significantly cheaper than on public Ethereum Blockchain. A demo application will illustratrate how to interact with the public IPFS gateway for content contract storage (JSON format) and link up with respectively cryptographic hash stored on public Ethereum Blockchain 10

11 1f. User Interfaces RED s user interfaces is currently available in the form of a web app. If it is appropriate to the target users of this system, mobile application will also be developed to support key features. As the RED solution involves blockchain, the client application, whether web or mobile, will generate and sign valid transactions to be submitted to the blockchain. Examples of actions which might (depending on the system design) originate from transactions signed on the client interface will include: Changing a user s privileges (such as approving KYC) Signing a contract document Spending tokens Reviewing a provider 11

12 2. Why Use the Blockchain? 2a. What is the Blockchain? The blockchain is essentially a decentralised and distributed digital ledger that records transactions into blocks across many nodes. Each block contains a hash of the previously block which makes them immutable in the sense that they cannot be altered retroactively without the alternation of all subsequent blocks. Being a decentralised network, the blockchain is secure by design as each node is incentivised to ensure that blocks being put up on the blockchain are validated before being accepted. The blockchain takes advantage of decentralised consensus and game theory to make sure this happens. 2b. Benefits of Using the Blockchain The blockchain has inherent properties that could massively benefit the commercial retail industry. Here are the three key benefits of the blockchain that we will be taking advantage of with our RED platform. 1. Immutability and Enhanced Security Blockchains are inherently more secure than other methods of record-keeping. Each record or transaction has to be approved and verified before being placed onto the chain. Once placed onto the chain, it is also encrypted and linked to the previous record. The decentralised nature of the blockchain acts as an added layer of security because the records no longer sit on a centralised server. These two factors effectively make it extremely difficult for any hacking attempts to compromise the transaction data. The blockchain makes records placed on it immutable, since they have to be verified and approved by many different nodes. This makes the blockchain an ideal technology for record-keeping and data storage. The RED platform takes advantage of this aspect of the blockchain by securing and placing signed documents and KYC records onto our private permissible blockchain, ensuring that the documents and records are safe and no longer reliant on a single central server. 12

13 2. Improved Traceability and Greater Transparency Transaction records are much more transparent with the use of blockchain technology. Because the blockchain is essentially a distributed ledger, all nodes (or computers) will share the same record as opposed to individual copies. The shared record can be updated only with the consensus of all participants in the blockchain, which means everyone has to agree to update the record. All participants with permissioned access will be able to view a particular record and verify its authenticity. Thus, any updates done to a particular record has to be with the consensus of all participants which will lead to vastly improved traceability of the historical changes and updates made to a record. The fact that everyone will be viewing the same updated record contributes to greater transparency as no one individual's copy of records can be unique, eliminating the possibility of disputes. The RED platform takes advantage of this by allowing for KYC records to be updated only with the consensus of all permissioned participants involved. This builds a verified KYC record over time, which improves efficiency tremendously compared to the arduous manual methods by which individual KYC process are currently performed. Contractual documents can be viewed with permission and their histories can be traced through all updates, giving greater accountability to all parties involved in the transaction. The blockchain acts as a centre of truth where participants are able to verify the authenticity of a record simply by sending a query to the blockchain. 3. Increased speed and reduced cost Record keeping is traditionally a very manual, paper-heavy, and time-consuming process that is prone to human error. By leveraging the blockchain, this process can be streamlined and automated. Transactions can be recorded much faster and more efficiently than ever before. With a blockchain, there is only one digital ledger that automatically updates for all parties. Therefore there would be less clutter since multiple ledgers would no longer have to be reconciled. 13

14 When everyone has access to the same information, it is easier to trust that information without the need for multiple intermediaries. The blockchain provides indisputable data that participants require to transact securely. Checking records on the blockchain would be expedient. No longer would there be a need to manually search for a particular record that would then need to be pulled out and sent to the person requesting for it. Instead, a simple query can be sent to the blockchain and the record will be instantaneously retrieved and sent digitally. Another advantage is that businesses would be able to reduce the costs associated with having multiple intermediaries to manage records. Physical space can also be saved since there is no longer any need for paper records to be kept. For most businesses, reducing costs is a key priority and blockchain technology can save money in a number of ways. 14

15

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

An introduction. Dr Ken Boness

An introduction. Dr Ken Boness An introduction Dr Ken Boness 1 Evident Proof is A digital platform, underpinned by blockchain technology, which ensures that data transactions, events and documents can be used as dependable evidence

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

Blockchain & Smart Contracts. Project Management tools in the 21 st Century

Blockchain & Smart Contracts. Project Management tools in the 21 st Century 1 Blockchain & Smart Contracts Project Management tools in the 21 st Century Ancient Ledgers Early Transactional Trust 2 Modern Ledgers Still Basically the Same? 3 Current Information Systems 4 Lack of

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

BABB (Bank Account Based Blockchain)

BABB (Bank Account Based Blockchain) BABB (Bank Account Based Blockchain) Whitepaper summary Last updated: December 20, 2017 Contact: General enquiries: contact@getbabb.com Community: https://getbabb.com/telegram/ Table of contents BABB (Bank

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

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

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

Paolo Caniccio. A Blockchain solution for European SMEs

Paolo Caniccio. A Blockchain solution for European SMEs Paolo Caniccio A Blockchain solution for European SMEs IFTA 2017 - Milan A Blockchain solution for European SMEs Paolo Caniccio London Stock Exchange Group London Stock Exchange Group Three years ago Page

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

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

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

Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018

Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018 Deloitte EMEA Blockchain Lab Hungarian National Bank April 20 th, 2018 Blockchain Basics Use Case Examples Financial Services Regulatory Overview 2 Copyright Deloitte EMEA Blockchain Lab A decentralized,

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

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

LendLedger Technical Paper

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

More information

Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept)

Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept) Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept) Academic credentialing fraud is a reality; methods include counterfeiting

More information

How Blockchain Technology Changes Marketing

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

More information

BLOCKCHAIN FOR POST & PARCEL

BLOCKCHAIN FOR POST & PARCEL BLOCKCHAIN FOR POST & PARCEL Incremental Change or Exponential Difference Accenture Post and Parcel Industry Research 2018 IMAGINE A WORLD WITH SEAMLESS END-TO-END GLOBAL TRADE: streamlined cross-border

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

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

Whitepaper Carproject.io

Whitepaper Carproject.io Whitepaper Carproject.io info@carproject.io Index I. What is CAR Project... 3 Introduction Core Objective CAR Project solution Improving Luxury CAR business II. The Luxury CAR Market... 4 Super Luxury

More information

PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT

PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT White Paper BLOCKCHAIN AND INTRAGOVERNMENTAL TRANSFERS (IGT): PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT Prepared for the Bureau of the Fiscal Service In accordance with FAR Part 15.201, this submission

More information

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE APAC BLOCKCHAIN CONFERENCE Peter Jessup, SVP of Global Technology, Nasdaq March 7, 2017 WHO WE ARE Over the past decade, Nasdaq has transformed

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

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

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

How Will the Distributed Ledger Change the Customer Experience?

How Will the Distributed Ledger Change the Customer Experience? THE BLOCKCHAIN EFFECT: How Will the Distributed Ledger Change the Customer Experience? Scott Furlong ISG White Paper 2018 Information Services Group, Inc. All Rights Reserved Introduction As we march toward

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

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

Blockchain Technology & Transportation

Blockchain Technology & Transportation Blockchain Technology & Transportation Mid America Association of State Transportation Officials August 2018 WHAT IS BLOCKCHAIN? Essence of blockchain technology A blockchain is a record, or ledger, of

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

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

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

Blockchain Technology for Next Generation ICT

Blockchain Technology for Next Generation ICT Blockchain Technology for Next Generation ICT Jun Kogure Ken Kamakura Tsunekazu Shima Takekiyo Kubo Blockchain technology, which supports low-cost decentralized distributed data management featuring tamper

More information

Block This Way: Securing Identities using Blockchain

Block This Way: Securing Identities using Blockchain Block This Way: Securing Identities using Blockchain James Argue, Stephen Curran BC Ministry of Citizens Services February 7, 2018 The Identity on the Internet Challenge The Internet was built without

More information

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL WHITE PAPER /// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL Blockchain is dominating digital transformation conversations within financial services and other sectors seeking to overhaul high-inertia/high-cost

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

Handling Invoice Data on a Trade Finance Blockchain

Handling Invoice Data on a Trade Finance Blockchain Handling Invoice Data on a Trade Finance Blockchain JEDTrade White Paper 1. BACKGROUND Trade finance concerns the financing of both domestic and international trade transactions. A trade transaction requires

More information

Ruschlikon embraces Blockchain technology

Ruschlikon embraces Blockchain technology ACORD Meets Blockchain 9 th February 2017 Ruschlikon embraces Blockchain technology Régis DELAYAT SCOR, Senior Digital Advisor to the Chairman Ruschlikon, Chair Agenda 1 Overview of the Ruschlikon initiative

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

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT

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

More information

Disclaimer. 2 Disclaimer

Disclaimer. 2 Disclaimer Whitepaper v1.0 Disclaimer THIS WHITEPAPER DOES NOT CONSTITUTE LEGAL, FINANCIAL, BUSINESS OR TAX ADVICE AND YOU SHOULD ALWAYS CONSULT YOUR OWN LEGAL, FINANCIAL, TAX OR OTHER PROFESSIONAL ADVISER BEFORE

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

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

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

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

Unlimited. Secure. Private Blockchain File Storage!

Unlimited. Secure. Private Blockchain File Storage! Whitepaper Unlimited Secure Private Blockchain File Storage! The Team. James Vi Founder & CEO James Vi is an experienced communications manager in the financial trading industry and a long time Cryptocurrency

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

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Miguel Pincheira Caro, Muhammand Salek Ali, Massimo Vecchio and Raffaele Giaffreda Agenda What is a Blockchain?

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

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda.

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda. BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand Agenda Introduction Fintech-Blockchain focus Aim of the session: Accountancy To inform Innovation

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 BASED RECORD KEEPING & DATA SECURITY PLATFORM

BLOCKCHAIN BASED RECORD KEEPING & DATA SECURITY PLATFORM TM BLOCKCHAIN BASED RECORD KEEPING & DATA SECURITY PLATFORM PRODUCT DECK IMMUTABILITY INTEGRITY NON REPUDIATION PROBLEMS WITH DATA & RECORDS It is not immutable. Easy to change, very difficult to detect

More information

Digital KYC Utility for UAE Concept Paper

Digital KYC Utility for UAE Concept Paper Digital KYC Utility for UAE Concept Paper Overview of KYC shared utility concept What is Know Your Customer (KYC)? KYC is the process of verifying the identity of clients and assessing potential risks

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

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points.

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Disadvantages of the current loyalty programs Complicated procedure

More information

Blockchain: The New Line of Defense

Blockchain: The New Line of Defense Blockchain: The New Line of Defense Who Am I Your Presenter & Advisory in This Domain q Cybersecurity Solutions Architect for Enterprise & National Level Projects for Kaspersky Lab Middle East, Turkey

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

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

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

Trading platform for the creation and exchange of digital assets

Trading platform for the creation and exchange of digital assets Trading platform for the creation and exchange of digital assets WHITEPAPER 2018 1. Executive Summary The Internet is experiencing a new technological revolution, a paradigm shift where the World Wide

More information

Moderator: Speakers: Nandini Harihareswara, Regional Technical Specialist, Mobile Money for the Poor, United Nations Capital Development Fund

Moderator: Speakers: Nandini Harihareswara, Regional Technical Specialist, Mobile Money for the Poor, United Nations Capital Development Fund Moderator: Speakers: Nandini Harihareswara, Regional Technical Specialist, Mobile Money for the Poor, United Nations Capital Development Fund Jordan Weinstock, Senior Vice President, Strategic Impact Advisors

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

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

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

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

Energy Web Foundation blockchain and digital security in energy. OECD workshop, 15 February 2018

Energy Web Foundation blockchain and digital security in energy. OECD workshop, 15 February 2018 Energy Web Foundation blockchain and digital security in energy OECD workshop, 15 February 2018 Agenda 1 What 2 is EWF? Blockchain and digital security in energy 3 The EWF Blockchain Platform: functionality

More information

GLOBAL FINTECH HACKCELERATOR

GLOBAL FINTECH HACKCELERATOR GLOBAL FINTECH HACKCELERATOR Industry Problem Statements Version 2018.05.21 Organised by In partnership with In collaboration with Global FinTech Hackcelerator Powered by 80 Problem statements The global

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

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

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

Invox Finance Platform

Invox Finance Platform Invox Finance Platform White Paper 1 Founder s Introduction 3 The Opportunity 4 Invoice Financing 5 Current Market 12 Contents Invox Tokens 13 Initial Coin Offering 17 Traditional Invoice Financing 18

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

Blockchain & Decentralised Identity (trust framework) David Pollington, Head of Service Access Technology

Blockchain & Decentralised Identity (trust framework) David Pollington, Head of Service Access Technology Blockchain & Decentralised Identity (trust framework) David Pollington, Head of Service Access Technology Blockchain a recap A distributed and decentralised ledger (a linked transaction database) Blockchain

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

Blockchain. Rogers D. Stephens Technical FedEx I.T. April 2018

Blockchain. Rogers D. Stephens Technical FedEx I.T. April 2018 Blockchain Rogers D. Stephens Technical Fellow @ FedEx I.T. April 2018 Blockchain: An Emerging Technology What is it? Why is it significant? Gartner Hype Cycle 2017 2 Where did Blockchain come from? Ghost

More information

Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation

Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation sead.muftic@bixsystem.com USPTO Patent Application No: 15/180,014 Submission date: June 11, 2016!

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

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

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

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

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

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

BLOCKCHAIN IN PRACTICE

BLOCKCHAIN IN PRACTICE BLOCKCHAIN IN PRACTICE Matthew Van Niekerk Cassandre Vandeputte www.bestppt.com 1 THE BIG BLACK BOX OF BLOCKS? We always overestimate the change that will occur in the next 2 years and underestimate the

More information

The Beyontec Suite. Everything you need. Right where you need it.

The Beyontec Suite. Everything you need. Right where you need it. R The Beyontec Suite Everything you need. Right where you need it. www.beyontec.com Fully Developed The Beyontec Suite is a fully developed, highly configurable, real-time, multi-line administration system

More information

Blockchain in Re/Insurance

Blockchain in Re/Insurance Blockchain in Re/Insurance Technology with a Purpose Swiss Re Institute Paul Meeusen, Head Distributed Technology, Swiss Re Alessandro Sorniotti, Research Staff Member, IBM Rüschlikon, 7 November 2017

More information

For insurers Blockchain is the new black

For insurers Blockchain is the new black For insurers Blockchain is the new black Navigating the hype and understanding threats and opportunities September 20 Customer Centricity Dr. Magdalena Ramada (WTW Research and Innovation Center) 20 Willis

More information

Cisco Live /11/2016

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

More information

Distributed Ledger Technology

Distributed Ledger Technology Distributed Ledger Technology Leveraging Blockchain for ESA's Success Torben David Trainee, DG-SD Supervised by Gianluigi Baldesi ESA HQ, Strategy Department 11/09/2017 ESA UNCLASSIFIED - For Official

More information

Is blockchain the missing piece to financial inclusion?

Is blockchain the missing piece to financial inclusion? Is blockchain the missing piece to financial inclusion? in collaboration with Contents 1. The financial inclusion business model 4 2. Operational pain points for frontier market MFIs 4 - Issues in client

More information

Blockchain Demystified for Business Intelligence Professionals

Blockchain Demystified for Business Intelligence Professionals Blockchain Demystified for Business Intelligence Professionals Jennifer Stirrup Director Data Relish Ltd Jen Stirrup Boutique Consultancy Owner of Data Relish Postgraduate degrees in Artificial Intelligence

More information

Recent Notable Breaches in O&G

Recent Notable Breaches in O&G Recent Notable Breaches in O&G Petya Rosenfet 2010: Stuxnet 2012: Saudi Aramco Infected 30k systems 2014: Norwegian Phishing Trojan horse attacks 2015-ATGs WannaCry Hacking always-on voice assistants WWl

More information