48
WHITE PAPER v 1.0.6 Business | Technical English 19.02.2018 Minsk, Republic of Belarus Authors: Multiversum Team www.multiversum.io

Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

WHITE PAPER v 1.0.6Business | TechnicalEnglish

19.02.2018 Minsk, Republic of Belarus Authors: Multiversum Teamwww.multiversum.io

Page 2: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

Multiversum Crypto Systems LLCAll Rights Reserved 2017– 2018

There are innumerable universes besides this one, and although they are unlimitedly large, they move about like atoms in You.

Bhagavata Purana 6.16.37

Page 3: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

3

Contents

Multiversum Identity and Mission 4Multiversum 5

The 4th Generation Relational Blockchain 5Public presentation 8

Current Blockchain State of the Art 8Multiversum and blockchain global adoption 9Speed and Technology 10Horizontal Scalability 10Environment 11Data Management 11

Multiversum Mission 131. Achievement of a Crypto Relational DB with self-validating Complex Data Structures 142. Divisible / re-joinable chains based on current system workload (Parallel Work) 143. Data sharding (Parallel Work) 154. Microservice structure and Advanced API offer 165. Rollback (User Security) 166. Freezable wallets (User Security) 177. Integration of biometric data as a seed for Electronic Signature 178. ERC23 interface (Interoperability with other blockchains) 189. Native off-chain adapter for proprietary ERC20/ERC23 (Interoperability with other blockchains) 1810. Native off-chain adapter for external ERC20/ERC23 (Interoperability with other blockchains) 1811. Proof of Integrity (Protocol Innovation) 1912. Double Access Lock (Structural Security) 1913. Reverse Access Denial (Structural Security) 2014. Reciprocal chain confirmation (Interoperability with other blockchains) 2115. Integration with Java, Spring and JavaScript 2116. ACID model 2217. Transactional Model 2218. SQL-like Language 2219. Full Route Data Flux 22Logic data flux 24Smart Contracts 25Infrastructure 25Notes on security 26Technical Road Map 27References 28

Crowdfunding 29Pre-ICO and ICO 30Pre-ICO 31ICO 31Token Distribution 32Destination of contributions 33

Marketing Strategy 34Disclaimer 36

Page 4: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

4

The pioneer of cryptocurrencies, Bitcoin, together with all its various clones and forks based on Proof of Work algorithm for transaction validation, are considered first-genera-tion blockchains.

The second generation, with Ethereum leading the charge of smart-contracts-enabled blockchains, is instead more heterogeneous, allowing easy tokenization of assets.Both architectures have extremely low energy efficiency and medium-low block valida-tion speed and transactions per block.Solving the scalability, speed, and energy consumption issues is the goal of third-gener-ation blockchain solutions, using different approaches and techniques like Proof of Stake validation algorithm, off-chain routing, graph-chains, and complete or partial centralization.

The fourth generation is going far beyond this, achieving faster and more scalable solu-tions and trying, at the same time, to become competitive from a business perspective; simple chains of data are not flexible enough to fulfill corporate environment needs, in which complex data structures need to be organized in tables (as in relational databases).

At the same time, those structures need to be validated and made immutable with block-chain-based techniques, increasing traceability and security.In other words, fourth generation blockchain brings this technology to a complete prima-ry production application, and expand current business-oriented offer in terms of data storage, application decentralization, auditing, security, reliability.

Multiversum offers complex data organization instead of data sequencing, chain splitting and rejoining to allow for greater scalability and parallelism, and the concept of Proof of Integrity validation (i.e. cryptographic proof of server code) instead of existing Proof of Work or Proof of Stake solutions.

Furthermore, Multiversum will feature ERC20/ERC23 integration, allowing coins and to-kens from other solutions to be hosted on our chain and vice-versa, with notary services as an external confirmation method.Meanwhile, together with these innovations, we are certainly going to make use of several good solutions that our colleagues already implemented over time.

Multiversum Identity and Mission

Page 5: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

5

Relational BlockchainA brand new blockchain which features different types of data,

related in a multidimensional structure.

Transaction SpeedIn less than 0.2 seconds funds are transferred across wallets, including secure validation

of the transactions. Among the fastest in the world.

MultiversumThe 4th Generation Relational BlockchainWhy is Multiversum the 4.0 Blockchain?

Transaction Throughput Unmatched scalability: up to 64,000 Tps (1000 Tps/core) on a 64 cores server.

Support to 64+ cores technologies.

Page 6: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

6

Next Generation WalletCutting edge security in access and funds transfers with biometric inputs.

Proof of IntegrityPoS (Proof of Stake) will be replaced by PoI

(Proof of Integrity: cryptographic proof of server code).

Eco-friendlyA Multiversum transaction will have insignificant costs and

next to zero environmental footprint.

Page 7: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

7

RollbackOptional rollback can be activated on Multiversum-hosted tokens.

Divisible ChainsResources optimization among nodes because of chain severability.

Recovery Nodes AllocationMTV Nodes scattered all over the world for unmatched resilience,

reliability and global disaster recovery.

Page 8: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

8

Public presentationCurrent Blockchain State of the Art

The lead characters of Blockchain phenomenon share a common feature: remarkable safety and reliability. At the same time, we pay for this in terms of huge processing pow-er, unacceptable pollution, high transaction costs and slowness which can hardly repre-sent current technological progress standards, and give a reasonable technical answer to modern financial and commercial use cases.This slowness is caused by the lack of horizontal scalability1, i.e. the increase of compu-tation capacity obtained by merely adding processors instead of replacing them with faster versions. Another cause of this slowness is inherent to its current blockchain safety mechanism, designed to prevent anyone from taking over the majority of the clusters by making it very expensive to achieve in terms of calculation power and/or cost (Proof of Work2 and Proof of Stake3).Furthermore, current blockchains are simple concatenations of single data entities state changes; reconstructing the actual states of these entities implies a whole chain scan, which causes an even greater system slowdown and resources usage.This simplification makes blockchains inadequate for scientific and industrial purposes, as requirements in terms of data structures can become extremely complex.Moreover, security measures stop at data level as they don’t ensure user safety, making it impossible to recover lost or stolen coins and tokens even if they are located on the chain, or to block malicious accounts.At last, another issue is fragmentation and inhomogeneity among cryptocurrencies, that are unable to communicate with each other and live in unrelated universes.

Page 9: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

9

Multiversum and blockchain global adoption

Multiversum technology pushes traditional blockchain beyond its current limits, by en-hancing the data layer through self-verifying and distributed structures of organized data entities, related one to another by symbolic links.

This technology set the foundations for a decentralized and distributed system of coher-ent self-verifying transactions: Multiversum blockchain.

Multiversum allows, instead of the existing blockchain simple data model, the creation of a Relational Crypto Database (an advanced and organized data storage solution) which can handle not just a single data-type, but a series of data grouped in graphs of complex data structures related one another. Relations are now first class citizens of the blockchain and are assured by cryptographic methods.

Each one of them, when a state change is requested, will have its own sub-chain splitting from the original branch, that will rejoin after the operation, in order to be validated.

Therefore Multiversum is an evolved blockchain technology, offering unique features to overcome the previously analyzed inconveniences, with a set a crypto-validation and dis-tribution techniques fit for every environment: Administrative, Industrial, Financial and Governmental.

One of Multiversum main targets is to offer the market, in every moment, the most evolved product available: this will be possible adopting an AGILE4 software development meth-odology.

AGILE methodology implies a drastic reduction in initial project design involvement, in fa-vor of valorization of experiences encountered during project development, which show opportunities and threats hardly predictable ex ante, rewarding best practices and leav-ing behind the inadequate ones.AGILE is an established software development standard and urges developers, product own-ers and investors to consider project scope5 as flexible and readily adaptable to market needs.Furthermore, in such a rapidly evolving sector as software, releasing a product after six months of study and a year of implementation, when it was conceived to match the mar-ket needs of eighteen months before, means offering an obsolete product which gives answers to outdated issues, that have maybe been solved by competitors and lacking of responses to just-created challenges.

Page 10: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

10

AGILE, instead, gives the chance to offer to the market the most innovative product at time of delivery.

Speed and TechnologyOne of the strengths of this technology is indeed speed, thanks to its ability to run different transactions parallely and the split-rejoin mechanism of our blockchain. These features allow for greater horizontal scalability, and increase processing transac-tions capacity adding additional computational power to the existing one, making each node count, performance-wise.

Horizontal ScalabilityMultiversum benefits from two specific features to maximize system efficiency:The main chain is able to optimize its structures by splitting autonomously in multiple sub-chains, according to requested resources and data streams, parallelizing the work across multiple threads and nodes.This chain-split process is executed until the normalization of work loads, when, still au-tonomously, the chain will become whole again.All of this is possible because of a technique allowing every block of the chain to validate two different sub-chains from two different incoming links.Data sharding6, i.e. a technique that allows data distribution among multiple nodes.Given an ABC data series and three Cluster nodes, we will have a data distribution as follows:- AB- BC- CA

This subdivision permits higher processing speed of transactions, as data queries will im-pact only subchain nodes, optimizing each step.Another extremely important feature of our technology is High Availability7: the chance of relying on a cluster type that ensures continuity of services even in case of shutdown of some nodes in the network.Using the previous example (A, B and C nodes), should C go offline, A and B nodes would still remain completely operative, allowing continuity of service without any kind of data loss as far as 50%+1 of the nodes remain operative.This way, in case of multiple node failure, the cluster will autonomously reorganize data distribution communicating with every node, until complete operational recovery.

Page 11: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

11

EnvironmentMultiversum is also Eco-Friendly: one of our main goals is to lower the computational power needed for cryptographic validation therefore avoiding mining (Proof of Work), a huge waste of power and resources. Instead of this obsolete technique, we are implementing Proof of Integrity, a protocol that performs cryptographic validation by checking the authenticity of the software that resolves every persistence of the transaction.

Data ManagementMultiversum, with its Crypto-Relational Database can easily structure it without limits of data linking.Every wallet will have a series of states and will be linked to a person (user); each new wallet state change will include two data fields:the previous state, to check for validation.a link to the last transaction (or to the last main chain link)so that the provenience of the new state change link will be known.After the change, the transaction modification will be added and its modified state link will rejoin the main chain.Therefore, the new transaction will inherit two hashes: one from the state link, one from the previous transaction, and in this way, all operations will validate the previous ones re-lated to the transaction itself.This advanced solution, able to manage complex data scenarios, will allow people to implement any kind of application on our technology, ensuring worldwide institutional, governmental, financial and industrial diffusion, bringing the whole blockchain universe one step forward.

Page 12: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

12

ERC23 (Interoperability with other BC)

Native off-chain adapter for own ERC20

(Interoperability with other BC)Native on chain adapter for

own ERC20 (Interoperability with other BC)

Reciprocal chain confirmation (Interoperability with other BC)

Proof of Integrity (Protocol Innovation)

Double Access Lock (Structural Security)

Reverse Access Denial (Structural Security)

Java, Spring and Javascript (Libraries for Integration)

Proof of Integrity (Protocol Innovation)

Freezable wallets (User Security)

Rollback (User Security)

Biometric Data integration as Electronic Signature seed

(User Security)

Crypto relational DBAutovalidating Complex

Data structures

Divisible/Re-joinable chains (Parallel Work)

Sharding data (Parallel Work)

Unique Features !

Advanced API offer

Minimal ecological footprint

Self managing Crypto-Cluster

Page 13: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

13

Multiversum MissionMultiversum aims for a generational step-up in the blockchain world, and as Unique Sell-ing Points, we are proposing the following objectives:

1. Achievement of a Crypto Relational DB with self-validating Complex Data Structures2. Divisible / re-joinable chains based on current system workload (Parallel Work)3. Data Sharding (Parallel Work)4. Advanced API offering5. Rollback (User Security)6. Freezable wallets (User Security)7. Integration of biometric data as seed for the Electronic Signature8. ERC23 interface (Interoperability with other blockchains)9. Native off-chain adaptors for its own ERC20/ERC23 (Interoperability with other blockchains)10. Native off-chain adaptors for ERC20/ERC23 guests (Interoperability with other blockchains) 11. Proof of Integrity (Protocol Innovation)12. Double Access Lock (Structural Security)13. Reverse Access Denial (Structural Security)14. Reciprocal Chain Confirmation (Interoperability with other blockchains)15. Integration for Java, Spring and Javascript16. ACID model17. Transactional Model18. SQL-like language

Page 14: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

14

1. Achievement of a Crypto Relational DB with self-validating Complex Data StructuresMultiversum has a strong vocation towards industrial and institutional use, contexts in which we have data with complex structures, impossible to be represented in an efficient and normalized way with a simple chain.We aim to become the first relational crypto relational database on the market, decentral-ized or simply distributed if needed.This capability derives from chainable entities conceptualization: in our technology a pri-mary chain is able to split into secondary chains, containing different sets of entities and records.These entities will rejoin again at their last persisted state and, after the required modifica-tions, they will rejoin once more to the last link of the primary chain, becoming a whole again.The “chainable” interface presupposes a kind of record which includes two or more hash-es of the previous records, validating not only one but more sub-chains.In Multiversum standard implementation, that is used by Versum coins, the Chainable en-tities that coexist on the chain will belong to four tables: User, Wallet, Wallet State, Trans-action, related one another and reciprocally confirming themselves.

2. Divisible / re-joinable chains based on current system workload (Parallel Work)The same ability to derive multiple links from a given one and join them back allows the

Owner

NameSurnameWallets idHashPreviousHash

Transaction

TransactionidTransactionTimePreviousTransactionHashSenderHashReceverHashValue

Wallet

WalletStateCreationDataTimeHashPreviousHash

WalletState

ValueModificationTimeHashPreviousHash

Page 15: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

15

technology to use workload analyzers which will indicate the cluster the need of splitting the primary chain in two secondary chains (and possibly splitting themselves again indef-initely) when a high request of transactions executions occurs. Once the workload has dropped again, multiple pre-existing sub-chains are allowed to link back and validated.This mechanism allows parallel work while maintaining safety to the transaction’s record.

3. Data sharding (Parallel Work)Each node will contain the whole chain data or just a part of the chain.When data sharding is needed, coordinator nodes will set specific data partition modes, in order to optimize their own distribution according to current workload. According to high availability techniques, reliability and persistence will always be ensured, even in case of sudden loss of part of the cluster, given that at least 50%+1 of the nodes survive. These nodes, after a partial cluster crash, will be able to redistribute and reorganize the data structures to be able to confront another partial cluster crash as soon as possible.By means of techniques 2 and 3, Multiversum blockchain will have enhanced parallel work and data sharding capacity, which means horizontal scalability, increased security, high availability, system resilience, absence of a single point of failure8 and self disaster recovery.

pre re-shard map

copy to split

copy to split

shard1

Custld

1

1

2

2

txn

shard1

Custld

1

1

2

2

txn

shard3

Custld

1

1

2

2

txn

shard2

Custld

3

3

4

4

txn

shard4

Custld

3

3

4

4

txn

Custld

1

1

2

2

Shard

1

1

2

2

shard3

Custld

3

3

4

4

txn

Custld

1

2

3

4

txn

1

1

2

2

post re-shard map

Page 16: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

16

4. Microservice structure and Advanced API offerDeveloped on a platform based on both Microservices9 and Serverless models10, Multi-versum will be able to offer advanced secure and modern API functionalities and to adapt on both structures.

5. Rollback (User Security)Our technology, in a transactional context, will allow for rollbacks of undesired opera-tions, i.e. recover an early state without disrupting credibility of chain validation, by imple-menting a set of transaction recovery states. This feature can be enabled, optionally, on all tokens and applications hosted on the Multiversum blockchain.

Microservice Approch Traditional Application

Presentation service

Single App Process

Stateful service

Or

Stateless services with related database

Model/Database per Microservice Single Monolithic Database

• Single app process or 3-Tier approach• Several modules• Layered modulesUI 3-Tier approach

Page 17: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

17

6. Freezable wallets (User Security)The chance of including a wallet-freezing feature in case of unlawful or suspect activities will be implemented after studying its feasibility on the Business Logic side.Proprietary applications, built on Multiversum blockchain, will have the option to imple-ment this feature if desired.

7. Integration of biometric data as a seed for Electronic SignatureStarting from the research done by Je-Gyeong Jo, Jong-Won Seo and Hyung-Woo Lee’s work11, Multiversum team will assess the feasibility of biometric data like fingerprints, reti-na scan and graphometric signature as a source of asymmetric cryptographic key to guar-antee authenticity of the signer’s identity.Safety of encrypted data and their use as a validation in legal arguments will be evaluated. Furthermore, biometric data will be used on Android, IOS and other platforms applica-tions to manage user security.

Capturing

Key Extracting

Matching

Digital Sign

ProtectedData

SignedMessage

Biometric Digital Key Generation Framework

Sent to Receiver

LiveData

BiometricSample BioCert

BiometricCertificate

ProtectedTemplate

BiometricTemplateY

Private Key

PersonalSecret

Message

BC

Page 18: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

18

8. ERC23 interface (Interoperability with other blockchains)Versum coins will be developed implementing ERC23 interface, that is backwards com-patible with ERC2012, to ensure interoperability with other chains.

int totalSupply();int balanceOf(String walletId);boolean transfer(String receiverWalletId, int value);boolean transferFrom(String senderWalledId, String receiverWalletId, int value);boolean approve(String spenderWalledId, int _value);int allowance(String walletId, String spenderWalledId);boolean Transfer(String senderWalledId, String receiverWalletId, int value);boolean Approval(String walletId, String spenderWalledId, int _value);

9. Native off-chain adapter for proprietary ERC20/ERC23 (Interoperability with oth-er blockchains)Multiversum will develop a native adapter to allow inbound and outbound flow of its own coins and tokens to non-proprietary chains.

10. Native off-chain adapter for external ERC20/ERC23 (Interoperability with other blockchains)Multiversum will develop a native adapter to allow inbound and outbound flow of coins and tokens from non-proprietary chain on its own chain.

Secret (S)

01001101 0100110110

Key Generation

CRCencoding (SC)

Polynomial (P)construction

Polynomialprojection

Templateminutiae (T)

List scrambling(VS)

Vault (V)

Chaff (C)generation

Fuzzy Vault Scheme for Biometric Digital Key Protection

Page 19: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

19

11. Proof of Integrity (Protocol Innovation)As a solution to replace Proof of Work and Proof of Stake in its various shapes, Multi-versum proposes Proof of Integrity: a set of algorithms able to verify cryptograph-ic validity of a compiled node and uniformity of response from the majority of nodes. The verification is done against a random-seed challenge, combined with the hash calcu-lated by an external component (protected from reverse engineering, and communicat-ing with node software over an encrypted channel) of the software itself and with transac-tion data. In order to validate a transaction, the result of this calculation must be the same for a specific transaction, on each node.This procedure requires a remarkably lower computing power, preventing wastes of computing power typical of other block validation solutions (PoW, PoS, DpoS), providing structural security, based neither on statistical models nor Byzantine Consensus13 models, which is quite vulnerable in small clusters.

12. Double Access Lock (Structural Security)Nodes will be distributed in secured Virtual Containers, with credentials not available to the Host machine operator, precluding access; therefore safety is referred to Linux Security14 Best Practices, as, for instance, SeLinux and/or other packages. Meanwhile, if someone had Guest machine credentials, he would still not be able to gain access to it, being unable to access the host machine running that node. The node is, as a matter of fact, secured by double access lock.

Page 20: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

20

13. Reverse Access Denial (Structural Security)The access lock described at point 12 entails a reciprocal preclusion of node access to both host machine operators and someone eventually possessing the node credentials; this ensures that every node not directly managed by Multiversum is authentic and inac-cessible by anybody, basically autonomous and isolated from external human intervention.Three fundamental components will be distributed within container in addition to Op-erative System and Safety ones: Multiversum Server compiled code, a certificate with asymmetric key to authenticate to Multiversum cluster, a component already described at point 11) which is responsible for challenge computation based on server code hash, certificate, challenge seed and transaction data.Additional optional security techniques might be implemented, such as automated up-date of container access credentials with a random password during its compiling phase, in order to prevent anyone from accessing. This mechanism might be adopted for cluster access certificate.

Container

Multiversum Team

ReciprocalLockedAccess

Server Manager

Server

Multiversum Team

ReciprocalLockedAccess

Server Manager

Container

Virtual Machine

Server

Virtual Machine

Page 21: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

21

14. Reciprocal chain confirmation (Interoperability with other blockchains)Multiversum will study the feasibility of an external chain integration component, able to store states of other blockchains (eventually in exchange of tokens) providing additional validation and trust.The very same technique can also be used to let Multiversum share its own state valida-tion to other blockchains, “outsourcing” verification. A specific interface would be provided for this functionality, that would also need to be promoted among existing and future blockchain implementations.Such feature will rely on a serverless component that can be accessed also after container compilation, to allow the inclusion of adapters toward other chains.

15. Integration with Java, Spring and JavaScriptMultiversum will offer high end interfaces grouped in functional libraries for Java, Javas-cript and possibly other mainstream languages, allowing an easier adoption of our tech-nology at enterprise and institutional level.Integration modules with frameworks like Spring15 will also be developed. This kind of libraries will facilitate the integration of Multiversum in proprietary solutions, both in pri-vate chains and official MainNet.

Page 22: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

22

16. ACID modelMultiversum will satisfy the ACID16 paradigm; this acronymous empathizes the logic prop-erties required by transactions.To ensure a secure transactional model, the technology implemented needs to fulfill the following properties:Atomicity: A transaction is not divisible in its execution and its execution must be com-plete or null, partial executions are not allowed.Consistency: Any transaction will bring the database from one valid state to another. Per-sisted data must be valid according to all defined rules.Isolation: every transaction must be executed in an isolated way: the eventual failure of a transaction shall not interfere with other concurring transactions.Durability: also named persistence, imposes that once a transaction is committed, the result cannot be lost for any reason (crashes, errors, power loss).

17. Transactional ModelMultiversum will persist transaction data in a transactional18 model, making sure that all of the data or none of it on the multiple sub-chains involved will be persisted, enforcing coherence of each executed transaction and data completeness.

18. SQL-like LanguageTo simplify development of applications based on our Crypto-Relational Database tech-nology and to soften the learning curve versus existing technologies, Multiversum will feature a SQL-based18 syntax to use standard persistent-storage functions (CRUD).

19. Full Route Data FluxThe processes of acceptance, control, validation and persistence of a transaction take place with the following schematized and simplified procedure:The transaction is sent to a REST client, with its necessary data, signed with private key;The REST client sends the transaction to a leader node of coordination clusters: it will split the work across nodes with a proprietary coordination protocol;They will run an initial check of data completeness, signature, funds availability, already used hashes, inactual wallet states, blocked wallets or users; Any additional operation from the sender ID is now locked in the volatile memory, while specific data fields are finalized (like previous transactions to link to, timestamp and pre-vious hash);The transaction is sent to a Topic Message Queue19 with a protocol that has to be defined

Page 23: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

23

(AMQP for the pilot, MQTT and others to be defined) and distributed in parallel to worker nodes;Worker nodes verify their interest in processing the request (they could be missing nec-essary data, be already busy and other conditions to be evaluated) and proceed to create the new wallet state, recovering correlated hashes of previous linked transactions and adding them to transaction record. Proof of Integrity result is now added;Transaction Hash is calculated;

Worker nodes register the transaction in memory and send a vote to coordinator nodes through a Message Queue, collecting the results;If votes and hashes are coherent, the coordination nodes will persist the transaction and any new states of wallets, burning any hashes from previous states and broadcasting vote validity with an additional Topic Message Queue system. Worker nodes will now also per-sist the transaction and wallet state changes;End of best case full route scenario.

Check both signature getting hash codes

Check signatures and feasibility of operation on

owned Wallet Status

Listen State Update Topic

Refresh Data of wallets

Block hash of sender

Send Topic “Work-Load” to MQ

Add transaction to Singleton for

waiting results

Listen queue

Sum results

Release block on sender hash

Communicate failure

Check hash codes

<< datastore >>

Consumed and Blocked Hash

Publish“Work-Load”

Result Queue

Publish new State Update

Topic

Listen “Work-Load”

Any hash is blocked or

burnt

This can be moved to Work Loader

Communicate success and update state

YES

YESPublic result

There is Consensum

communicate failure to actors

Create transaction

and integrate data (own last hash), sign with

private key

Listen transaction

results

End

Client

Receiver Sender

Inner Circle Cluster Messaging Cluster Outer Circle Cluster

(Work Load Consumer)Partition

Send code with last

hash, amount

(optional), wallet ID,

sign with ...

Listen transaction

results

Page 24: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

24

Logic data fluxDetail of process flow

REST

<< component >>RestClient

<< component >>Start Transaction

<< component >>WorkLoadListener

<< component >>CentralConsensumSink

<< component >>ConsensumListener

activemq.topic.work-load

activemq.queque.consensum-result

activemq.topic.finalizedTransaction

Page 25: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

25

Smart ContractsMultiversum believes in the importance of proposing improved Smart Contracts20 to the public, but at the time of writing, unless there is an adjustment in research scopes, has not decided to explore this possibility. Therefore, we are looking to include in Multiversum technology the Open Source solution that fits our needs at best, to be implemented as reference according with its licensing model.

InfrastructureMultiversum infrastructure is designed to ensure resilience and reachability21. This objec-tive has been achieved developing node clusters that are able to self elect their members to specific roles, according to each node technical specs, among which:

• Computation capacity• Memory capacity• Reciprocal Latency• Chain data completeness• Machine reliability• Doubts on Proof of Integrity

Nodes will then have one or more roles:

• Client nodes• Coordination nodes• Messaging nodes• Work nodes• Persistence nodes• Backup nodes

Every node that can provide a valid certificate will be able to register to the cluster and obtain a role.

01001

10111

01000

00010

Page 26: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

26

In case of crash of one or more nodes, the cluster will be able to autonomously redistrib-ute tasks, optimizing roles.Components of shared cache intra JVM22 will be there as memory database, allowing:Read Through, i.e. data-read queries directly executed in volatile memory before looking into physical memory.Write Through, loading data in volatile memory before executing a mass insertion to persist data, in order to optimize performance.

Notes on securityDuring development, “Hacker’s bounties” will be offered to developers exposing vulner-abilities and able to suggest a valid fix.

API SERVER COORDINAMENTOWORKQUEUE

RESULTQUEUE

VOTEQUEUE

WORK1

WORK2

WORKNSender ID

Reveiver IDAmountSignature

+ ID+ Check+ Timestamp

REST

I

IV MQ

MQTP

II

MQTP

III

Write Through

Red Through

Node1

In-MemoryData Grid

Node2

Node3

K1 V1

KeysK1 K2 K2

ValuesV1 V2 V2

K2 V2

K3 V3

Page 27: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

27

Technical Road Map

2018

2019

March 2018Pre-Ico

June 2018Start of Extended Team Development

+3 MonthsControl and update system

+3 MonthsDBMS on chain abstraction,

drivers, libraries.

+3 MonthsProof of Integrity (or other

Anti-50%+1 Hijack System)along with biometric data app

on Android, web, iOS +3 MonthsExternal “Ethereum-like” appsSystem, multi coin and ex-change support

April 2018Ico

Page 28: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

28

References

1 https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling

2 https://en.wikipedia.org/wiki/Proof-of-work_system

3 https://en.wikipedia.org/wiki/Proof-of-stake

4 https://en.wikipedia.org/wiki/Agile_software_development

5 https://en.wikipedia.org/wiki/Scope_(project_management)

6 https://en.wikipedia.org/wiki/Shard_(database_architecture)

7 https://en.wikipedia.org/wiki/High-availability_cluster

8 https://en.wikipedia.org/wiki/Single_point_of_failure

9 https://en.wikipedia.org/wiki/Microservices

10 https://en.wikipedia.org/wiki/Serverless_computing

11 http://goo.gl/CVBzJd Biometric Digital Signature Key Generation and Cryptography Com-

munication Based on Fingerprint”

12 https://en.wikipedia.org/wiki/ERC20

13 https://en.wikipedia.org/wiki/Byzantine_fault_tolerance

14 https://en.wikipedia.org/wiki/Security-Enhanced_Linux

15 https://en.wikipedia.org/wiki/Spring_Framework

16 https://en.wikipedia.org/wiki/ACID

17 https://en.wikipedia.org/wiki/Models_of_communication#Transactional_Model

18 https://en.wikipedia.org/wiki/SQL

19 https://en.wikipedia.org/wiki/Message_queue#Standards_and_protocols

20 https://en.wikipedia.org/wiki/Smart_contract

21 https://en.wikipedia.org/wiki/Reachability

22 https://en.wikipedia.org/wiki/Java_virtual_machine

Page 29: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

Crowdfunding

Page 30: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

30

Pre-ICO and ICO

Target: 65,000,000$141,000,000 MTV coins

Suggested minimun donation: 1$

In order to thank all the contributors, the Multiversum Crypto System LLC, which backs Multiversum Foundation, will distribute already exchangeable eMTV ERC20 tokens. Right after official opening of the Main Net, tokens will be converted into MTV coin.The Multiversum Crypto System LLC will reward all the donators according several varia-bles: e.g. the donated amount, the time the donations were executed (an early donator will be rewarded more).1 donated dollar is supposed to reward you with almost 1 eMTV, plus more eMTV frac-tions according to the above mentioned discretions and variables.

Page 31: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

31

Pre-ICOStarts on 01 | March | 2018 until 31 | March | 2018

25% Bonus for contributions from 0 $ to 1,000 $30% Bonus for contributions from 1,000 $ a 50,000 $35% Bonus for contributions above 50,000 $

ICO Starts on 16 | April | 2018 until 10 | June | 2018

1st and 2nd week: 20% Bonus3rd and 4th week: 15% Bonus5th and 6th week: 10% Bonus7th and 8th week: 5% Bonus

Multiversum, in case of issues in ICO access which it can’t be held responsible for, or other force majeure delays, reserves the right to extend the ICO phase by 15 days in order to guarantee contributors’ participation.

Soft Cap 5,000,000 $ (if the soft-cap will not be reached during pre-ICO and ICO the funds will be returned)

Hard Cap 65,000,000 $ (once the hard-cap is reached, the donations will be halted)

Total Supply 141,000,000 MTV

Airdrop of the not-distributed tokens twice a week, to all the wallets that still hold 100% of the MTV tokens purchased at any ICO stage. The airdrop will start 2 weeks after the end of ICO and will last 18 months.

1% of funds raised will be donated to charitable organizations.

Page 32: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

32

Token Distribution

15% Tokens for founders and team (blocked for 12 months) 6% Collaborators 3% Advisors, Partnerships 76% Contributors

Advisors, Partnerships

Founders and teamContributors

Collaborators

Page 33: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

33

Destination of contributions

47% Multiversum Development 25% Operations 12% Marketing 5% Security 5% Legal 5% Reserve 1% Charity

Multiversum Development

Operations

Marketing

CharitySecurity

LegalReserve

Page 34: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

34

Marketing StrategyOperating in the ever-changing IT market, will update our strategy, communication tech-niques and company mission accordingly, focusing on creating value for stakeholders and ensuring the appropriate balance between short and long-term management logic. The key points of our plan are:

• Company mission• Business objectives• Business strategies• Business activity portfolio

One of the main tools will be Social Media Marketing: campaigns conducted on social networks to increase brand awareness, identify potential consumers, generate contacts and build meaningful relationships with customers.Our Social Media Strategists will carry out several actions that are part of a single strategic plan, starting with the management and monitoring of channels using dedicated tools and community development, focusing on contents and interaction and tactics efficiency assessment based on obtained results.

Marketing

Social Media

Partnership

Directory-Online

AirDrops

iPhone

Multilanguage

SEO

SEM

Customer'sfeedback

Brand Image Correction,communication policies

Android

Mobile devices App

Agreements with exchanges

Advertising on main news websites

Brand Image Correction,communication policies

References from newspapers

Website Multiversum.io

Stream Multiversum

Marketing

Social media

Partnership

Directory-Online

AirDrops

iPhone

Multi-lingua

SEO

SEM

Feedback clienti

Correzioni immagine brand,politiche comunicative

Android

App dispositivi mobili

Accordi conExchanges

Advertising sitidi riferimento

Correzioni immagine brand,politiche comunicative

Riferimenti datestate giornalistiche

Sito web Multiversum.io

Stream Multiversum

Page 35: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

The layers of elements covering the universes are each ten times thicker than the one before, and

all the universes clustered togeth-er appear like atoms in a huge

combination

Bhagavata Purana 3.11.41

Page 36: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

36

DisclaimerIF YOU ARE IN ANY DOUBT AS TO THE ACTION YOU SHOULD TAKE, YOU SHOULD CONSULT YOUR LEGAL, FINANCIAL, TAX OR OTHER PROFESSIONAL ADVISOR(S).

FUNDAMENTAL PREMISESTHE MULTIVERSUM TOKEN DOES NOT HAVE THE LEGAL QUALIFICATION OF A SECURITY, SINCE IT DOES NOT GIVE ANY RIGHTS TO DIVIDENDS OR INTERESTS. THE PROCESS OF EXCHANGING ASSETS FOR eMTV TOKENS IS FINAL AND NON-REFUNDABLE. MULTIVERSUM TOKENS ARE NOT SHARES AND DO NOT GIVE ANY RIGHT TO PARTICIPATE IN THE GENERAL MEETING OF MULTI-VERSUM CRYPTO SYSTEMS LIMITED LIABILITY COMPANY (HEREINAFTER MULTIVERSUM LLC OR “THE COMPANY”). MULTIVERSUM TOKENS CANNOT HAVE A PERFORMANCE OR A PARTICULAR VALUE OUTSIDE THE MULTIVERSUM PLATFORM. MULTIVERSUM TOKENS SHALL THEREFORE NOT BE USED OR PURCHASED FOR SPECULATIVE OR INVESTMENT PURPOSES. THE PURCHASER OF MULTIVERSUM TOKENS IS AWARE THAT NATIONAL SECURITIES LAWS, WHICH ENSURE THAT INVESTORS ARE SOLD INVESTMENTS THAT INCLUDE ALL THE PROPER DISCLOSURES AND ARE SUBJECT TO REGULATORY SCRUTINY FOR THE INVESTORS’ PROTEC-TION, ARE NOT APPLICABLE. ANYONE PURCHASING MULTIVERSUM TOKENS EXPRESSLY ACKNOWLEDGES AND REPRESENTS THAT SHE/HE HAS CAREFULLY REVIEWED THIS WHITE PAPER AND FULLY UNDERSTANDS THE RISKS, COSTS AND BENEFITS ASSO-CIATED WITH THE PURCHASE OF MULTIVERSUM.

KNOWLEDGE REQUIREDTO ENSURE THE HIGHEST LEVEL OF AWARENESS, EVERY INTERESTED PERSON IS KINDLY ASKED TO THOROUGHFULLY READ “A SECURITIES LAW FRAMEWORK FOR BLOCKCHAIN TOKENS”, FREELY DRAWN UP BY COINBASE, COIN CENTER, UNION SQUARE VENTURES, AND CONSENSYS RETRIEVABLE AT: https://www.coinbase.com/legal/securities-law-framework.pdf. THIS REPORT IS CONSIDERED AS PART OF THE EXPLICIT WARNINGS THAT MULTIVERSUM LLC GIVES TO ANY INTERESTED PERSON. MULTIVER-SUM LLC STRONGLY RECOMMENDS TO CONSULT INDEPENDENT FINANCIAL AND LEGAL ADVISORS BEFORE TAKING PART TO THE ICO.THE PURCHASER OF MULTIVERSUM TOKENS UNDERTAKES THAT SHE/HE UNDERSTANDS AND HAS SIGNIFICANT EXPERIENCE WITH CRYPTOCURRENCIES, BLOCKCHAIN SYSTEMS AND SERVICES, AND THAT SHE/HE FULLY UNDERSTANDS THE RISKS ASSOCI-ATED WITH THE CROWDSALE AS WELL AS THE MECHANISM RELATED TO THE USE OF CRYPTOCURRENCIES (INCLUDING STOR-AGE AND WALLET TRANSFER). MULTIVERSUM SHALL NOT BE HELD RESPONSIBLE FOR ANY LOSS OF MULTIVERSUM TOKENS OR SITUATIONS MAKING IT IMPOSSIBLE TO ACCESS MULTIVERSUM TOKENS, WHICH MAY RESULT FROM ANY ACTIONS OR OMIS-SIONS OF THE USER OR ANY PERSON UNDERTAKING TO ACQUIRE MULTIVERSUM TOKENS, WHICH INCLUDE BUT ARE NOT LIMIT-ED TO PASSWORD LOSSES, HARDWARE FAILURE, GLOBAL NETWORK FAILURE AND HACKER ATTACKS.

Page 37: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

37

Important disclaimerThis white paper shall not and cannot be considered as an invitation to enter into an investment. It does not constitute or relate in any way nor should it be considered as an offering of securities in any jurisdiction. This white paper does not include or contain any information or indication that might be considered as a recommendation or that might be used as a basis for any investment decision. Multiversum tokens are just utility tokens which can be used only on the Multiversum platform and are not intended to be used as an investment. The offering of Multiversum tokens on a trading platform is done in order to allow the use of the Multiversum platform and not for speculative purposes. The offering of Multiversum tokens on a trading platform does not change the legal qualification of the tokens, which remain a simple means for the use of the Multiversum platform and are not a security. Multiversum Crypto Systems LLC is not to be considered as an advisor in any legal, tax or financial matters. Any information in the white paper is provided for general information purposes only and Multiversum Crypto Systems LLC does not provide any warranty as to the accuracy and completeness of this information. Multiversum Crypto Systems LLC is not a financial intermediary according to belarusian and international law, and is not required to obtain any authorization for Anti Money Laundering purposes. Acquiring Multiversum tokens shall not grant any right or influence over Multiversum Crypto Systems LLC’s organization and governance to the Purchasers. Regulatory authorities are carefully scrutinizing businesses and operations associated to cryptocurrencies in the world: in that respect, regulatory measures, investigations or actions may impact Multiversum Crypto Systems LLC’s business and even limit or prevent it from developing its operations in the future. Any person undertaking to acquire Multiversum tokens must be aware of the Multiversum Crypto Systems LLC business model, the white paper or terms and conditions may change or need to be modified because of new regulatory and compliance requirements from any applicable laws in any jurisdictions. In such a case, purchasers and anyone undertaking to acquire Multiversum tokens acknowledge and understand that neither Multiversum Crypto Systems LLC nor any of its affiliates shall be held liable for any direct or indirect loss or damage caused by such changes. Multiversum Crypto Systems LLC will do its utmost to launch its operations and develop the Multiversum platform. Anyone undertaking to acquire Multiversum tokens acknowledges and under-stands that Multiversum Crypto Systems LLC does not provide any guarantee that it will manage to achieve it. They acknowledge and understand therefore that Multiversum Crypto Systems LLC (including its bodies and employees) assumes no liability or responsibility for any loss or damage that would result from or relate to the incapacity to use Multiversum tokens.

Representations and warrantiesBy participating in the crowdsale, the contributors agree to the above-mentioned criteria and, in particular, they represent and warrant that they:1. Have read carefully the terms and conditions attached to the white paper agree to their full contents and accept to be legally

bound by them; 2. Are authorized and have full power to purchase Multiversum tokens according to the laws that apply in their jurisdiction of domicile.3. Are not USA (including its self governing territories, the Minor Outlying Islands, Washington DC) Canada, People’s Republic of

China nor Singapore citizens, nor resident or live in a territory subject to the laws of these countries;4. Are not legal persons nor business entities based nor fiscally based in USA (including its self governing territories, the Minor

Outlying Islands, Washington DC) Canada, People’s Republic of China nor Singapore nor in territories subject to the laws of these countries;

5. Live in a jurisdiction which allows Multiversum Crypto Systems LLC to sell Multiversum tokens through a crowdsale without re-quiring any local authorization;

6. Are familiar with all related regulations in the specific jurisdiction in which they are based and that purchasing cryptographic tokens in that jurisdiction is not prohibited, restricted or subject to additional conditions of any kind;

7. Will not use the crowdsale for any illegal activity, including but not limited to money laundering and the financing of terrorism;8. Have good knowledge of the cryptographic tokens system and have significant experience with, and functional understanding

of, the usage and intricacies of dealing with cryptographic tokens and currencies and blockchain-based systems and services;9. Purchase Multiversum tokens because they wish to have access to the Multiversum platform;10. Are not purchasing Multiversum tokens for the purpose of speculative investment or usage IF YOU ARE IN DOUBT THAT ANY OF THESE CONDITIONS MAY APPLY TO YOU, DO NOT PROCEED WITH CONTRIBUTION.

Page 38: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

38

LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER

IMPORTANT NOTICE:PLEASE READ THE ENTIRETY OF THIS DISCLAIMER CAREFULLY. WE RECOMMEND YOU CONSULT A LEGAL, FINANCIAL, TAX OR OTHER PROFESSIONAL ADVISOR(S) OR EXPERTS FOR FURTHER GUIDANCE PRIOR TO PARTICIPATING IN THE MULTIVERSUM TO-KEN SALE OUTLINED IN THIS WHITE PAPER.

TAKING PART IN MULTIVERSUM PRE-ICO AND ICO, CONTRIBUTORS ACKNOWLEDGE THAT THEY HAVE READ AND FULLY UNDER-STOOD THIS WHITE PAPER, ABSOLVING MULTIVERSUM CRYPTO SYSTEMS LLC FROM EVERY RESPONSIBILITY, EXPECIALLY FROM THE POSSIBILITIES HEREAFTERBY DESCRIBED AD REPEATEDLY INDICATED DURING PRE-ICO AND ICO.IN CASE OF ANY KIND OF DOUBT, YOU ARE KINDLY ASKED TO NOT GO FURTHER IN READING AND CONTACT CUSTOMER CARE BY ACCORDINGLY INDICATED E-MAIL ADRESS.IN CASE OF TOTAL OR PARTIAL REFUSAL OF ANY OF THE CLAUSES, YOU ARE KINDLY ASKED TO NOT GO FURTHER AND TAKE ANY CONSEQUENT INITIATIVE.

THIS OPERATION, NAMED MULTIVERSUM ICO (AND ITS PRE-ICO) WILL FOLLOW “AS IS” FORMULA, WHICH MEANS IT WILL FOL-LOW CURRENT LAWS AND REGULATIONS.ALSO ALL OF THE INFORMATIONS FOUND IN THE MULIVERSUM WHITE PAPER ARE PROVIDED “AS-IS” AND WITH NO WARRAN-TIES. NO EXPRESS OR IMPLIED WARRANTIES OF ANY TYPE, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR APPRO-PRIATENESS FOR A PARTICULAR PURPOSE, ARE MADE WITH RESPECT TO THE INFORMATION, OR ANY USE OF THE INFORMATION, ON THIS SITE OR PLATFORM.

BECAUSE OF THE LACK OF REGULATIONS WITHIN THE CURRENT GLOBAL NORMATIVE, AND, IF PRESENT, BEING THEM UNCLEAR ABOUT CRYPTOCURRENCIES, AND THE LACK OF ANALOGIES WITH OTHER LAWS IN MOST OF THE SOVEREIGN COUNTRIES, MUL-TIVERSUM CRYPTO SYSTEMS LLC RECOMMENDS TO USE EXTREME CAUTION BEFORE EVERY OPERATION MULTIVERSUM CRYPTO SYSTEMS LLC DISCLAIMS EVERY LIABILITY ALSO DERIVING FROM FUTURE REGULATIONS THAT MAY INVOLVE IT, AND FOR INCI-DENTAL OR CONSEQUENTIAL DAMAGES. IT ALSO ASSUMES NO RESPONSIBILITIES OR LIABILITIES FOR ANY LOSS OR DAMAGE SUFFERED BY ANY PERSON OR COMPANY AS A RESULT OF THE USE OR MISUSE OF ANY OF THE INFORMATION OR CONTENT IN THIS WHITE PAPER OR OTHER OFFICIAL CHANNELS.

BY CONTRIBUTING TO THIS PRE-ICO AND ICO, THE USER ACKNOWLEDGES THE CURRENT STATE OF LAWS AND THE LACK OF CLEAR NORMATIVE, EVEN IN ITS DEFENCE, AND ACKNOWLEDGES TO RELIEF? MULTIVERSUM CRYPTO SYSTEMS LLC FROM EVERY RESPONSIBILITY, DIRECT OR INDIRECT, CONTRACTUAL OR EXTRA-CONTRACTUAL, PATRIMONIAL OR NON-PATRIMONIAL.

GOING FURTHER IN THE READING OF WHAT NOTICED BEFORE, USERS ACKNOWLEDGE THE PERSONAL ACCEPTANCE OF EVERY POSSIBLE SCENARIO DERIVING FROM PERSONAL RESPONSIBILITY AND BEHAVIOUR

Hereafterby Multiversum Crypto Systems LLC will also mean “the company, its partners and its distributors”, meaning the actors re-sponsible for its economic, fiscal, legal and, more generally, to run its operations.

LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER OF LIABILITY

PLEASE READ THE ENTIRETY OF THIS “LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER OF LIABILITY” SECTION CAREFUL-LY PRIOR TO PARTICIPATING IN THE MULTIVERSUM PRE-ICO AND ICO.

This White Paper section named “Legal Considerations, Risks and Disclaimer of Liability”, constitutes the terms and conditions con-cerning: 1. end-user’s actions deriving from the information obtained from the Multiversum Crypto Systems LLC White Paper or its other

official channels;2. user’s participation to the Multiversum ICO, in addition to other possible terms and conditions which may be published on the

above-mentioned instruments and platforms, at the beginning of the ICO.

“Legal Considerations, Risks and Disclaimer of Liability” could be modified or updated in the later versions of the White Paper available on Multiversum Crypto Systems LLC website.User have to constantly check for the possible new version of the document, before taking part to the ICO.

Page 39: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

39

1.AVAILABLE INFORMATIONThe information given in this White Paper should not be considered as exhaustive, even if Multiversum Crypto Systems LLC is commit-ted to guarantee that each element of this document is exhaustive and updated as much as possible. No information provided on this White Paper should be interpreted as professional advice.

Multiversum Crypto Systems LLC disclaims and rejects liability and responsibility that could arise from the accuracy, precision or ex-haustiveness of the information included in this White Paper.

This White Paper has the only purpouse of explaining and supporting the diffusion of the Multiversum Crypto Systems LLC project. It doesn’t represent an obligation for the Company to deliver results.

For all these reasons, each user relying on this White Paper to take any decision or make concrete action should consult legal, financial, tax and other professional advisors or experts for further guidance.

This document should not be considered as the Company legal basis: having information purpouse, it cannot be appealed to claim rights or to affirm the responsibility of Multiversum Crypto Systems LLC.

To participate to Multiversum ICO, users will be required to explicitly accept terms that impliy the careful reading of this White Paper, absolving Multiversum Crypto Systems LLC project from any liability. Moreover, this document will be referred explicitly and will con-stitute unilateral obligations for all the participants.

This White Paper doesn’t guarantee that the project will be developed and reach all the goals as hereby described.

Multiversum Crypto Systems LLC could modify its operations and political guidelines in every moment to adapt it to its goals and to the changes in the technological and legal environment.

2. NATURE OF MULTIVERSUM WHITE PAPER AND eMTV TOKENThis White Paper should not be identified as a statement nor information document intended to make attractive the acquisition of financial instruments of any kind. Moreover, it’s not an investment advice or solicitation and it doesn’t represent an offer of equity nor financial instruments, or of a col-lective investment fund. Multiversum eMTV tokens are not and should not be considered as securities nor financial instruments in any jurisdiction.

Multiversum tokens should be considered as utility tokens, designed and released by Multiversum Crypto Systems LLC to achieve goals directly linked with the platform itself. Tokens are comparable to digital goods, similar to software that can be downloaded from the internet or to music in digital format. Tokens are not comparable to financial instruments.Once they have been received, they cannot be reimbursed nor exchanged.

3. RELATIONSHIPS BETWEEN WHITE PAPER AND GLOBAL SOCIETYMultiversum Crypto Systems LLC does not offer opinions or solicitations to buy, sell, or generally perform any kind of transaction with eMTV tokens (hereafterby also “Tokens” and its singular form “Token”).The introduction of this White Paper is not to be treated as a basis for, or linked, or in any case connected with any contractual or investment decision.Nobody is in any way obliged to conclude agreements or enter into contracts of any nature or sort related to the sale or purchase of eMTV tokens.This White Paper shall not be treated as basis for any cryptocurrency transfer, or any other form of payment.

4. NO EXTERNAL REVIEWNo regulatory authority has examined or approved any of the information set out in our White Paper. The publication, distribution or dissemination of this White Paper does not imply that the applicable laws of any jurisdiction, regulatory requirements, or rules have been complied.

5. RISKS AND UNCERTAINTIESICO, Token distribution, and, generally, the whole Multiversum Crypto Systems LLC project presents risks and uncertainties. And, therefore, each user is requested to use the best of his/her abilities both while collecting information and during the operational times.

Page 40: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

40

6.RESTRICTIONS ON DISTRIBUTION AND DISSEMINATION OF THIS WHITE PAPERThe distribution or dissemination of this Whitepaper or any part thereof is prohibited in the US, and in every country where the White Papers’ distribution and the participation to ICO is prohibited or limited. If you are in one of these Countries, please interrupt your reading immediately and behave in accordance with you Country laws.

This White Paper cannot be reproduced, copied or distributed without the presence of this section, with each of the following titles clearly readable: 1. PREVIOUS KNOWLEDGE2. NATURE OF MULTIVERSUM WHITE PAPER AND eMTV TOKEN3. RELATIONSHIPS BETWEEN WHITE PAPER AND GLOBAL SOCIETY4. NO EXTERNAL REVIEW5. RISKS AND UNCERTAINTIES 6. RESTRICTIONS ON DISTRIBUTION AND DISSEMINATION OF WHITE PAPER 7. DISSEMINATION OF MULTIVERSUM CRYPTO SYSTEMS LLC INFORMATION8. DISCLAIMER OF WARRANT AND LIABILITY9. IMPORTANT WARNING: ELEGIBILITY, REPRESENTATION AND WARRANTIES10. USERS’ REPRESENTATIONS AND ASSUMPTION OF RESPONSIBILITY11. ACCURACY OF INFORMATIONS AND STATEMENTS IN THIS WHITE PAPER12. RESTRICTIONS AND USERS’ KNOWLEDGE RIGHTS13. RISKS AND UNCERTAINTIES STATEMENT14. RISK OF LOSS OF CAPITAL15. RISK OF FAILURE AND BANKRUPTCY16. PROHIBITION OF SPECULATION17. CAUTIONARY NOTE ON FORWARD-LOOKING STATEMENTS18. NO PUBLIC MARKET FOR THE TOKENS PRIOR TO THE TOKEN DISTRIBUTION19. MARKET AND TOKENS CIRCULATION20. TOKENS DIFFUSION OR DISTRIBUTION21.ADVERSE PUBBLICITY22. NO ASSURANCE OF ANY SUCCESS OF THE COMPANY’S BUSINESS PLATFORM OR ANY FUTURE TOKEN FUNCTIONALITY.23. SPECIFIC RISK INHERENT TO THE SOCIETY24. PRIVACY POLICY25. FINAL DECLARATIONS26. COOPERATION WITH AUTHORITIES

7. DISSEMINATION OF MULTIVERSUM CRYPTO SYSTEMS LLC INFORMATION Nobody has been authorised to disclose information, give explanation or illustrate and integrate the White Paper, Multiversum ICO or the Multiversum Crypto Systems LLC activities. Every information coming from sources different than the Multiversum Crypto Systems LLC official channels should be considered unsubstantiated and unreliable. Multiversum LLC and/or the Distributors do not make or purport to make, and hereby disclaims, any representation, warranty or un-dertaking in any form whatsoever to any entity or person, including any representation, warranty or undertaking in relation to the truth, accuracy and completeness of any of the information set out in this White Paper.

8. LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER OF LIABILITYThe information set forth in this “Legal Considerations, Risks and Disclaimer” section may not be exhaustive and does not imply any elements of a contractual relationship.While we make every reasonable effort to ensure that all information in this White Paper and available on the Website (https://www.multiversum.io) is accurate and up to date, such material in no way constitutes professional advice. The Company neither guarantees nor accepts responsibility for the accuracy, reliability, current state (as of this White Paper) or completeness of the Available Informa-tion. Individuals intending to participate in the Token Sale should seek independent professional advice prior to acting on any of the Available Information.

1. Multiversum Crypto Systems LLC is not responsible for and dismisses every responsibilities in terms of warranties, stated and implied, provided for by the Law or any other sources, and not limited to:

1) success or warranty of tradability; adequacy to any kind of use or purpose; chance of utilization; legal conformity and

Page 41: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

41

non-violation of laws;2) formal and substantial correctness of the White Paper;3) conformity to respect and non-violation of third-party rights.

The user hereby irrevocably and unconditionally waives:1) all and any claims (whether actual or contingent and whether as an employee, office holder, trustee or in any other capacity

whatsoever or howsoever arising) including, without limitation any payment or repayment of monies, indemnity or other-wise that you may have against the Company or against any of the Company Representatives; and

2) release and discharge the Company and all of the Company Representatives from any and all liability (of whatsoever nature or howsoever arising) it or they may have to you. If for any reason you hereafter bring or commence any action or legal proceeding in respect of any claim purported to be released and discharged pursuant to this paragraph or these Terms, or otherwise attempt to pursue any such claim against the Company or any Company Representative then you hereby irrevo-cably and unconditionally undertake to indemnify, and keep indemnified the Company and all Company Representatives fully on demand from and against:

(a) All liabilities or losses suffered by the Company or any Company Representative;and(b) All reasonable costs, charges and reasonable expenses (including without limitation reasonable legal costs and

expenses) reasonably and properly incurred by the Company or any Company Representative, in each case by reason of or in connection with the bringing or commencement of such action or pursuit of such claim by you.

If any provision or part-provision of this “Legal Considerations, Risks and Disclaimer” section is or becomes invalid, illegal or unen-forceable, it shall be deemed modified to the minimum extent necessary to make it valid, legal and enforceable. If such modification is not possible, the relevant provision or part-provision shall be deemed deleted. Any modification to or deletion of a provision or part-provision under this “Legal Considerations, Risks and Disclaimer” section shall not affect the validity and enforceability of the rest of this “Legal Considerations, Risks and Disclaimer” section.In no event shall the Company or any current or former employees, officers, directors, partners, trustees, representative, agents, advi-sors, contractors, or volunteers of the Company be liable for:

1) Any information contained in the Available Information or any expectation promise representation or warranty arising (or purportedly arising) therefrom;

2) losses resulting from the volatility in pricing of Tokens in any countries andon any exchange or market (regulated, unregulated, primary, secondary orotherwise);3) Any losses or damages arising out of or in connection with the acquisition, use,sale or otherwise of the Tokens; or

a) Loss of value of the tokenb) Loss of profits c) Loss of capital d) Losses deriving or related to malfunctioning of the product and/or service provided by the company.e) Losses deriving from the violation of any of the clauses contained in this section named “LEGAL CONSIDERATIONS,

RISKS AND DISCLAIMER OF LIABILITY” and/or any other right of Multiversum Crypto Systems LLC or third parties f) Losses deriving from security issues such as hacker attacks, loss of password, loss of private key, or similar issues;g) Losses deriving from Mistakes or errors in code, text, or images involved in the ICO or in any of the Available

Informations (website included);h) Losses deriving from any of the aforementioned critical risks to happeni) Losses deriving from lack of knowledge on functioning of the blockchain structure, the world of cryptocurrencies,

of the project and similar technical informations j) Losses deriving from omitting consultation with a fiscal, legal, commercial indipendent expert, as indicated multi-

ple times in this White Paperk) Losses deriving from regional or global amendment of existing laws or entactment of new onesl) Losses deriving from unforeseeable technologic or IT developments m) Losses deriving from technology obsolescencen) Losses deriving from volatility of Token price in a certain state State or in exchange markets regulated or not, pri-

mary, secondary, or of any sort o) Losses deriving from the implementation of a regional or global taxation systemp) Losses deriving from incompetence in safely storing and handling or loss of wallet(s) login credentials, user data,

private key and passwordsq) Losses deriving from local or global public internet failure, denial and other force majeur causes (including,

among others, big crunch, big rip and big freeze).

Page 42: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

42

for use of, or in related to, or as a direct or indirect consequence of reliance to this White Paper or its contents, to Company’s web-site (https://www.multiversum.io) and related to Multiversum pre-ICO and ICO and to MULTIVERSUM broadly speaking, with specific reference to, merely as example but not exaustively, economic losses, commercial losses, lost income, lost profits, costs, allowances, payments, data, rights of use or any other loss of tangible or intangible goods or rights.

9. IMPORTANT WARNING: LOCAL RESTRICTIONS, ELEGIBILITY, REPRESENTATION AND WARRANTIESBy contributing to Multiversum pre-ICO and/or ICO the contributors agree and warrant that they: Are authorized and have full power to purchase Multiversum tokens according to the laws that apply in their jurisdiction of domicile;Are not USA (including its self governing territories, the Minor Outlying Islands, Washington DC) Canada, Peo-ple’s Republic of China nor Singapore citizens nor resident or live in a territory subject to the laws of these countries;Are not legal persons nor business entities based nor fiscally based in USA (including its self governing territories, the Minor Outlying Islands, Washington DC) Canada, People’s Republic of China nor Singapore nor in territories subject to the laws of these countries;Live in a jurisdiction which allows taking part to Multiversum Crypto Systems LLC pre-ICO and ICO

MULTIVERSUM eMTV TOKENS WILL NOT BE OFFERED, NOR DISTRIBUTED, NOR AIRDROPPED , AND MUST NOT BE SOLD, GIFTED OR OTHERWISE TRANSFERRED TO SUBJECTS, ENTITIES, FISCAL NOR JURIDICAL PERSONS, BASED IN THE AFOREMENTIONED COUNTRIES.

10. USERS’ REPRESENTATIONS, WARRANTIES AND ACCOUNTABILITYThe user, howsoever reading, accepting possession or communication and spreading all or any part of the Available Informations, the informations contained in this White Paper, must become aware of the fact that he/her personally assumes every responsibility and absolves Multiversum Crypto Systems LLC and its collaborators from any responsibility, in particular:You know and recognize that eMTV tokens are not and cannot be considered as a security or financial good, in any jurisdiction;

(a) You are over 18 (eighteen) years of age;(b) You agree and acknowledge that the Tokens do not constitute securities in any form in any jurisdiction;(c) You agree and acknowledge that the Available Information (including the White Paper and the Website) does not consti-

tute a prospectus or offer document of any sort and is not intended to constitute an offer of securities in any jurisdiction or a solicitation for investment in securities and you are not bound to enter into any contract or binding legal commitment and no cryptocurrency or other form of payment is to be accepted on the basis of the Available Information;

(d) You agree and acknowledge that no regulatory authority has examined or approved of the Available Information, no action has been or will be taken under the laws, regulatory requirements or rules of any jurisdiction and the publication, distribution or dissemination of all or any part of the Available Information to you does not imply that the applicable laws, regulatory requirements or rules have been complied with;

(e) You agree and acknowledge that the Available Information, the undertaking and/or the completion of the ICO, or future trading of the Tokens on any exchange or market (regulated, unregulated, primary, secondary or otherwise), shall not be construed, interpreted or deemed by you as an indication of the merits of the Company, the Tokens, the Token Sale or the Available Information;

(f) The distribution or dissemination of the Available Information any part thereof or any copy thereof, or acceptance of the same by you, is not prohibited or restricted by the applicable laws, regulations or rules in your jurisdiction, and where any restrictions in relation to possession are applicable, you have observed and complied with all such restrictions at your own expense and without liability to the Company;

(g) You agree and acknowledge that in the case where you wish to purchase any Tokens, the Tokens are not to be construed, interpreted, classified or treated as:

(i) Any kind of currency or commodity;(ii) Debentures, stocks or shares issued by any person or entity (whether the Company or otherwise);(iii) Rights, options or derivatives in respect of such debentures, stocks or shares;(iv) Rights under a contract for differences or under any other contract the purpose or pretended purpose of which

is to secure a profit or avoid a loss;(v) Units in a collective investment scheme;(vi) Units in a business trust;(vii) Derivatives of units in a business trust;(viii) Any other security or class of securities; or(ix) Any type of investment (as such term is defined by the Financial Services(Investments and Fiduciary Services) Act 1989-47 of Gibraltar (as amended or re-enacted from time to time) or as

Page 43: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

43

such term might be construed under similar legislation in any other part of the world);(h) You are fully aware of and understand that you are not eligible to purchase any Tokens or access the Available

Information if you are a citizen, national, resident (tax or otherwise) and/or green card holder of a Restricted Juris-diction or if you are a Restricted Person;

(i) You have a basic degree of understanding of the operation, functionality, usage, storage, transmission mecha-nisms and other material characteristics of cryptocurrencies, blockchain-based software systems, cryptocurrency wallets or other related token storage mechanisms, blockchain technology and smart contract technology;

(j) You are fully aware and understand that in the case where you wish to purchase any Tokens, there are risks associ-ated with: (A) the Company and its business and operations; (B) the Tokens; (C) the Token Sale; and (D) relying or acting on all or any part of the Available Information;

(k) You agree and acknowledge that the Company is not liable for any indirect, special, incidental, consequential or other losses of any kind, in tort, contract or otherwise (including but not limited to loss of revenue, income or profits, or loss of use or data, or loss of reputation, or loss of any economic or other opportunity of whatsoever nature or howsoever arising), arising out of or in connection with any acceptance of or reliance on the Available Information or any part thereof by you; and

(l) All of the above representations and warranties are true, complete, accurate and not misleading from the time of your last access to and/or possession of (as the case may be) the White Paper.

11. ACCURACY OF INFORMATIONS AND STATEMENTS IN THIS WHITE PAPERThis White Paper contains economic and market informations, and also market forecasts drawn upon polls, reports and studies, market inquiries, publications and knowledge available at the moment of its release.Despite being obtained from reliable sources with acknowledge good reputation, it’s not possible to guarantee their completeness and certainty.Despite Multiversum Crypto Systems LLC and its collaborators made sure to draw on these sources, selecting their contents, neither the company, nor its collaborators, made independent studies or audits upon these projection or informations. Therefore, Multiversum team and every collaborator or employee of Multiversum Crypto Systems LLC cannot ensure or guarantee accuracy or completeness of such informations and are not compelled to give any update of these.

12. RESTRICTIONS AND USERS’ KNOWLEDGE RIGHTSThe distribution and diffusion of this White Paper or of any of its parts (and contribution to Multiversum pre-ICO and ICO), could be prohibited or limited by law in some countries. In case the user is in doubt whether a limitation or prohibition might be applicable, he is COMPELLED to go through a thorough, autonomous research before considering the contribution to Multiversum pre-ICO and ICO. Each user must verify at his expense and therefore exempting Multiversum Crypto Systems LLC, its partners and collaborators from any kind of liability for missing informations. Furthermore, each user will be held personally responsible, exempting Multiversum Crypto Systems LLC, its partners and collaborators from any kind of liability, in case of diffusion, broadcast, distribution, divulgation, of part of or all of the informations hereby contained in countries where this is not allowed by laws or is limited by them.

13. RISKS AND UNCERTAINTIES STATEMENTPotential contributors to Multiversum pre-ICO and ICO, must be completely aware of risks and uncertainties typical of cryptocurrency world, where Multiversum Crypto Systems LLC and its partners and collaborators operate.At present, given the absence of any kind of guideline or normative or regulation on cryptocurrencies (except for the aforementioned countries where ICOs are banned), Multiversum Crypto Systems LLC and its partners and collaborators cannot be held responsible for user losses, neither for total or partial loss of value of Multiversum token.This could include, but shall not be limited to, unforeseeable events, financial and economic system, or as result of operations and programs of Multiversum Crypto Systems LLC and its collaborators or distributors. All of these and other events could as a matter of fact have negative influence on the entire project and on eMTV token.

14. RISK OF LOSS OF CAPITALFunds collected by Multiversum pre-ICO and ICO do not have any kind of insurance or warranty. In case of loss of value or of the tokens itself for any kind of reason, there is no public nor private institution that user can adress to in order to receive partial or total reimbursement or protection.

15. RISK OF FAILURE AND BANKRUPTCYFor several reason there’s the chance that Multiversum ICO or the entire project could fail. This could result in partial or total loss of value, interest, importance of the project and of eMTV token.By contributing to pre-ICO and ICO, users express awareness and knowledge of this as a matter of fact.

Page 44: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

44

Among the causes of failure that users accept and for which the society cannot be held responsible are to be mentioned as examples but not exhaustively, failure of Multiversum Crypto Systems LLC, of its distributors, partners and collaborators, errors in, fiscal, manage-ment, market and marketing strategies of Multiversum Crypto Systems LLC.

16. PROHIBITION OF SPECULATIONUser declares and ensures that he doesn’t acquire Multiversum eMTV tokens for mere investment or speculations, for immediate resale or for financial purposes.

17. CAUTIONARY NOTE ON FORWARD-LOOKING STATEMENTSAll statements contained in the Available Information, statements made in any press releases or in any place accessible by the public and oral statements that may be made by the Company or the Company Representatives (as the case may be), that are not statements of historical fact, constitute “forward looking statements”. Some of these statements can be identified by forward-looking terms such as, “target”, “anticipate”, “believe”, “could”, “estimate”, “expect”, “if”, “intend”, “may”, “plan”, “possible”, “probable”, “project”, “should”, “would”, “will” or other similar terms. However, these terms are not the exclusive means of identifying forward-looking statements. All statements regarding the financial position of Multiversum Crypto Systems LLC, business strategies, plans and prospects and the future prospects of the industry which Multiversum Crypto Systems LLC operates.These forward-looking statements, including but not limited to statements as to the Multiversum Crypto Systems LLC’s revenue prof-itability and growth, expected revenue profitability and growth, prospects, future plans, other expected industry trends and other matters discussed in the Available Information regarding the Company are matters that are not historical facts, but only estimations and predictions.Multiversum Crypto Systems LLC makes no representation or warranty on having made any predictions or estimates or expectations on the basis of any formula, any mathematical or scientific modelling or forecast, or having made any due and proper enquiries or having undertaken any independent research or studies or otherwise. These forward-looking statements involve known and unknown risks, uncertainties and other factors that may cause the actual future results, performance or achievements of the Company to bematerially different from any future results, performance or achievements expected, expressed or implied by such forward-looking statements. These factors include, amongst others:

(a) Changes in political, social, economic and stock or cryptocurrency market conditions, and the regulatory environment in the countries in which the Company conducts its business and operations;

(b) The risk that the Company may be unable or execute or implement its business strategies and future plans;(c) Changes in interest rates and exchange rates of fiat currencies and cryptocurrencies;(d) Changes in the anticipated growth strategies and expected internal growth of the Company;(e) Changes in the availability and fees payable to the Company in connection with its business and operations;(f) Changes in the availability and salaries of employees who are required by the Company to operate its business and oper-

ations;(g) Changes in preferences of customers of the Company;(h) Changes in competitive conditions under which the Company operates, and the ability of the Company to compete under

such conditions;(i) Changes in the future capital needs of the Company and the availability of financing and capital to fund such needs;(j) War or acts of international or domestic terrorism;(k) Occurrences of catastrophic events, natural disasters and acts of God that affect the businesses and/or operations of the

Company;(l) Other factors beyond the exclusive control of the Company; and(m) Any risk and uncertainties associated with the Company and its business and operations, the Tokens, the Token Sale and

reliance on all or any part of theAvailable Information.All forward-looking statements made by or attributable to the Company or Company Representatives are expressly qualified in their entirety by such factors. Given that risks and uncertainties that may cause the actual future results, performance or achievements of the Company to be materially different from that expected, expressed or implied by the forward-looking statements in the Available Information, undue reliance must not be placed on these statements.These forward-looking statements are applicable only as of the later of the date of publication of the White Paper and the latest date that the Website (https://www.multiversum.io) has been updated.Neither the Company nor the Company Representatives nor any other person represents, warrants and/or undertakes that the actual future results, performance or achievements of the Company will be as discussed in those forward-looking statements.The actual results, performance or achievements of the Company may differ materially from those anticipated in these forward-looking statements.Nothing contained in the Available Information is or may be relied upon as a promise, representation or undertaking as to the future performance or policies of the Company.Further, the Company disclaims any responsibility to update any of those forwardlooking statements or publicly announce any revi-

Page 45: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

45

sions to those forward-looking statements to reflect future developments, events or circumstances, even if new information becomes available or other events occur in the future.Neither the Company nor the Company Representatives nor any other person represents, warrants and/or undertakes that the actual future results, performance or achievements of the Company will be as discussed in those forward-looking statements.The actual results, performance or achievements of the Company may differ materially from those anticipated in these forward-looking statements.Nothing contained in the Available Information is or may be relied upon as a promise, representation or undertaking as to the future performance or policies of the Company.Furthermore, the Company disclaims any responsibility to update any of those forwardlooking statements or publicly announce any revisions to those forward-looking statements to reflect future developments, events or circumstances, even if new information be-comes available or other events occur in the future.

18. NO PUBLIC MARKET FOR THE TOKENS PRIOR TO THE TOKEN SALEAlthough the Company will use reasonable endeavours to seek the approval for availability of the Tokens for trading on a cryptocur-rency exchange or market, there is no assurance that such approval will be obtained. Furthermore, even if such approval is granted by a cryptocurrency exchange, there is no assurance that an active or liquid trading market for the Tokens will develop, or if developed, will be sustained after the Tokens have been made available for trading on such market. There is also no assurance that the market price of the Tokens will not decline below the original or issue purchase price (the “Purchase Price”). The Purchase Price may not be indicative of the market price of the Tokens after they have been made available for trading on a market.

19. MARKET AND TOKENS CIRCULATIONA Token is not a currency issued by any central bank or national, supra-national or quasi-national organisation, nor is it backed by any hard assets or other credit nor is it a commodity in the traditional sense of that word. The Company is not responsible for,nor does it pursue, the circulation and trading of Tokens on any market. Trading of Tokens will merely depend on the consensus on its value be-tween the relevant market participants. No one is obliged to purchase any token from any holder of the Token,including the purchasers, nor does anyone guarantee the liquidity or market price of Tokens to any extent at any time. Furthermore, Tokens may not be resold to purchasers who are citizens, nationals, residents (tax or otherwise) and/or green card holders of Restricted Jurisdictions or to Restricted Persons or to purchasers in any other jurisdiction where the purchase of Tokens may be in violation of applicable laws.Accordingly, the Company cannot ensure that there will be any demand or market for Tokens, or that the Purchase Price is indicative of the market price of Tokens after they have been made available for trading on any cryptocurrency exchange or market.

20. TOKENS SALE OR DISTRIBUTIONAny other future sale or distribution of Multiversum eMTV tokens will increase the offer of circulating tokens, with possible decrease of token price. This could happen for several reasons, as an example but not exaustively: unlock of tokens after the period indicated in the White Paper; distribution of token to collaborators, or for market reasons, developmen, research, prizes, bounties etc..This eventuality could happen even in case the marked percieved, with or without good reasons, a future release of new tokens (that, in any case, will remain within limits described in the White Paper).Multiversum Crypto Systems LLC cannot not be held responsible in any case for the results of these actions.

21.ADVERSE PUBBLICITYMultiversum Crypto Systems LLC cannot be held responsible for decrease in value of thel token in case its value drops because of adverse pubblicity that may involve Multiversum Crypto Systems LLC, its collaborators and/or distributors.The release of new technologies, new tokens or the evolution in cryptocurrencies and blockchain world, could be able to generate the same negative effect for which the company cannot be held resposible for.

22. NO ASSURANCE OF ANY SUCCESS OF THE COMPANY’S BUSINESS PLATFORM OR ANY FUTURE TOKEN FUNCTIONALITY.The value of, and demand for, the Tokens hinges heavily on the performance of the Company’s business platform and the continuous active engagement of its users and success of its contemplated business lines. There is no assurance that the Company’s business plat-form will gain or continue to gain traction. Furthermore, there is no assurance that any future Token functionality will be realised. While the Company has made every effort to provide a realistic estimate, there is also no assurance that the cryptocurrencies raised in the Token Sale will be sufficient for the development of the Company’s business platform and/or for the proper development, structuring and licensing of the anticipated future Token functionality. For the foregoing or any other reason, the development of the Company’s business platform and launch of the anticipated Token functionality may not be completed and there is no assurance that it will be launched at all. As such, distributed Tokens may hold little worth or value and this would impact its trading price.

Page 46: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

46

23. SPECIFIC RISK INHERENT TO THE SOCIETYThe user therefore explicitly recognises to relinquish any claim toward Multiversum Crypto Systems LLC for any loss, direct or indirect, or to claim whatever form of contractual or extracontractual liability, or to claim damages of any sort in case of, merely as example but not exaustively:

1) Theft of collected funds: the Company commits itself to implement and continuously update safety measuers, nevertheless there’s no warranty that it could not be robbed of collected funds.

2) Trouble in project development: there are many reasons that could make the company face development issues that could

even bring it to suspension or complete interruption of the project. By way of example new regulations could be introduced or new concurrents could enter the market. In any of these hypoteses it could happen that cost of project implementation or solving the problem could become more expensive than obtainable advantages. Given the precariousness of status in which every subject entering this new world operates, every contributor to Multiversum pre-ICO and ICO must be com-pletely aware of every possible scenario and eventuality, givin up as of now any right for any cost, loss, sustained damage, aswell as aforementioned in the dedicated section of this White Paper.

3) Hardware or network software issues. 4) Failure of token and blockchain systems.

24. PRIVACY POLICYBy purchasing Tokens, you agree to your personal data, (i.e., your e-mail address, name, address and other details personal to you) being processed by the Company for its business purposes or the purposes of building, promoting, and communicating (about)the Company’s business platform and the Tokens. Multiversum Crypto Systems LLC, which ensures safe handling and storage of sen-sitive data according to current normatives, agrees to keep your email address and other personal data private and not share it with the public (e.g., by including it on any external lists or selling to any third parties).Multiversum Crypto Systems LLC will not spread or use user’s personal data for different purposes.To erase, modify and update informations in use and conformity and for any other reason concerning personal data and their alloca-tion, user will always be entitled to send their requests to Multiversum Crypto Systems LLC.

25. FINAL DECLARATIONSSome jurisdictions restrict partially or completely their citizens or residents (tax or fiscal) to take part in ICOs and may not accept total or partial exclusion or waiver of the implicit warranties , therefore, users are as of now informed that this exclusion or waiver is not to be considered enforceable or valid to him.If any provision or part-provision of this “LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER” section is or becomes invalid, illegal or unenforceable, it shall be deemed modified to the minimum extent necessary to make it valid, legal and enforceable. If suchmodification is not possible, the relevant provision or part-provision shall be deemeddeleted. Any modification to or deletion of a provision or part-provision under this“LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER” section shall not affect the validity and enforceability of the rest of this “LEGAL CONSIDERATIONS, RISKS AND DISCLAIMER” sections.

26. COOPERATION WITH AUTHORITIESMultiversum Crypto Systems LLC undertakes to cooperate with every public authority to guarantee proper application of state laws.Multiversum Crypto Systems LLC undertakes to ensure openness and transparency with authorities that will request data, relevant documents and informations and to act in conformity with authorities orders and each one of the various national regulations that will be approved.Multiversum Crypto Systems LLC will draw up list of users whose activities may be perceived as illegal or criminal, to be provided to national authorities.Each user that will register must be compliant in every moment with current AML (anti-money-laundering) regulations, taxes and other offences against property or the State or national security.Multiversum Crypto Systems LLC distances itself from and fiercely fights criminal fenomena which are in complete contrast with its project of increasing global social wealth and economic growth. 27. FURTHER INFORMATIONSThe acronym MTV stands for Multiversum. Multiversum Crypto Systems LLC is neither a partner of, nor in any way connected nor affil-iated to MTV Networks Europe LLCFor further informations, you can contact the company at: [email protected]

Page 47: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate

47

Multiversum Crypto Systems Limited Liability CompanyRepublic of Belarus, Minsk, str. Gurskogo 37, office 5H, room 19/19

Page 48: Business | Technical English 19.02.2018 Minsk, Republic of … · which causes an even greater system slowdown and resources usage. This simplification makes blockchains inadequate