Tokenize it! Creation and exchange of digital assets WHITE PAPER

Size: px
Start display at page:

Download "Tokenize it! Creation and exchange of digital assets WHITE PAPER"

Transcription

1 Tokenize it! Creation and exchange of digital assets WHITE PAPER 1

2 2 WHITE PAPER

3 WHITE PAPER White Paper Version 0.3 March 23, 2018 ABSTRACT This document describes a platform that applies the Ethereum s blockchain technology and Smart Contracts to create a system of creation, exchange and promotion of digital assets: cryptocurrencies, tokens or commodities. A tool that offers a simple and intuitive user experience with the main objective of simplifying the creation of tokens and smart contracts. This way, it facilitates the adoption of the emerging blockchain technology in the fintech sector of companies, SMEs and producers of raw materials. INDEX 1. Introduction 2. Lescovex 3. Token shares 4. The contract 5. Token distribution 6. Collect your profits 7. Token price 8. The platform 8. 1 Registration 8. 2 Trading tools 8. 3 Issuance of contracts 8. 4 Main models of assets & smart contracts 8. 5 Business models 9. Revenue sources 3

4 WHITE PAPER 1. INTRODUCTION The Internet is experiencing a new technological revolution, a paradigm shift where the World Wide Web is evolving towards the World Wide Ledger. With the incorporation of distributed networks that use blockchain technology and its smart contracts, a new Internet of Value scenario is being created where finance flows freely. In this new universe, value management will be available to all and not only to a few. Thanks to this technology anyone can create digital values that can be negotiated, distributed and exchanged as a token or cryptocurrency. In the last 10 years, cryptocurrencies have become an innovative investment, since they are a mechanism of conservation of value and a method of payment at the same time. This favors the growth of new business models since it promotes innovation for any company or business where a value is exchanged. One clear advantage offered by the smart contracts is that they eliminate all the intermediaries that make the goods more expensive. Usually, the increase in the cost of goods tends to affect only small consumers, making them suffer the bad consequences of long chains of intermediaries. The case of small agricultural producers or raw materials is an example of this, since they are subject to the power of large companies in the markets. These regulate the price of goods from large investment funds and intermediation platforms, maximizing profits for distributors and losses for producers, affecting in many cases the price and quality of products. Small and medium-sized companies do not have the possibility of attracting financial resources in regulatory frameworks that only benefit big companies. Accessing public sale offers or other financing measures is a long and expensive process. Often, they also provide no security to the investor, as they are often rigged or corrupted by regulatory entities. This always harms civil society, which ends up paying the financial industry s chaos. It is easy to see how most of the time, the centralization of power and the regulatory framework tailored for a few people, makes it impossible to access most of the citizens to the market. This prevents and hinders the growth of new industries and the generation of employment. This situation makes the wealthiest people get richer, negatively affecting the purchasing power of the rest of the population. We can see throughout recent history how the intermediaries in the market processes are destroying the markets in which they participate. 4

5 WHITE PAPER 2. LESCOVEX 3. TOKEN SHARES Lescovex was created with the aim of establishing a more just, free and secure financial market. Lescovex is a real-time digital goods market that provides simple and effective access to create the financial products that a producer or a company needs. For this, the platform will offer a simple and intuitive environment that complies with current regulations in your region and puts your products directly in contact with the final buyer, allowing you to make purchases and sales at the real market price. Lescovex offers an open and participatory way of investment, where all people can benefit from the profits produced by the project. Half of the benefits produced by the exchange rates or services of Lescovex will be sent to the smart contract for distribution where, only LCX holders who have not moved their tokens in 30 days, will be able to extract their profits. Lescovex is a platform for the exchange and creation of digital assets. A tool that, through Ethereum s smart contracts technology, creates financial product and simplifies the process of tokenizing any good or digital asset. At the same time, the platform offers an online market where all kinds of digital goods can be exchanged: Cryptocurrencies, Tokens and Commodities. 5

6 WHITE PAPER 4. THE CONTRACT The LCX contract is designed to guarantee the possibility of withdrawal of liquidity without the intermediation of third parties. At the same time, it guarantees the equitable benefit according to the amount of tokens that each investor owns. Therefore, all LCX token investors are subject to the specified conditions of the smart contract, in addition to the standard of the Ethereum ERC20 model. 5. TOKEN DISTRIBUTION When an investor wants to make a contribution, he can do it through the buy function of the contract, or by sending ETH directly to the contract address. The smart contract will create LCX in proportion to the ether paid to the contract. The price will be relative to the price established in the same contract in each bonus phase, being the price without bonus 1 LCX = 0.01 ETH. The ICO will have different periods and the price of the token will increase as the end of the currency issuance period approaches. For every token that is generated when receiving a contribution from a crowdfunder, another LCX is issued and stored in the contract itself. These tokens will be used by Lescovex Project to finance of the project. Distributed tokens in ICO: Token price: 1 LCX = 0.01 ETH Presale: LCX ICO: LCX The token issuance will have 6 periods whose bonus will decrease every 10 days: 25% - February 12 - PRE-SALE 20% - March 1 - ICO 15% - March 10 10% - March 20 05% - March 30 00% - April 99 No more than 10 million tokens will be generated in total. 6

7 WHITE PAPER The transferbuy () and buy () function manage and limit the issuance of tokens by contract, the period of time available to buy tokens, the maximum amount of tokens that will be issued and the distribution to their owners. function buy() public payable status{ require (totalsupply<= ); require(block.timestamp< ); uint256 tokenamount = (msg.value / buyprice)*tokenunit ; // calculates the amount transferbuy(msg.sender, tokenamount); LescovexAddr.transfer(msg.value); } As can be seen in the function, the contract stores the moment when the tokens are received; the contract will never allow you to withdraw benefits if the token has not been held for at least 1 month. This encourages investors to maintain their tokens to collect the profits generated, adding value to the token in the markets and guaranteeing a stable demand for LCX tokens at a solid price. function transferbuy(address _to, uint256 _ value) internal returns (bool) { require(_to!= address(0)); // SafeMath.sub will throw if there is not enough balance. totalsupply=totalsupply.add(_value*2); holded[_to]=block.number; balances[lescovexaddr] = balances[lescovexaddr].add(_value); balances[_to] = balances[_to].add(_value); Transfer(this, _to, _value); return true; } 7

8 WHITE PAPER Every time someone makes a purchase to the contract, it will check the price to adapt the issuance of tokens to the different bonus phases. These phases will be detected by the status () modifier, described below: modifier status() { _; // modified function code should go before prices update if(block.timestamp< ){ //until 1 march 2018 if(totalsupply< ){ buyprice= ; }else{ buyprice= ; } }else if(block.timestamp< ){ // until 10 march 2018 buyprice= ; }else if(block.timestamp< ){ // until 20 march 2018 buyprice= ; }else if(block.timestamp< ){ // until 30 march COLLECT YOUR PROFITS Each month, Lescovex platform will deposit the corresponding ETH gains in the contract. These can be raised by investors if they have held the tokens for more than a month without moving them in their wallets. When the platform deposits ETH in the contract for its distribution, it will calculate the reward amount for each token that the investor owns in this way: function deposit() public payable status returns(bool success) { // Check for overflows; assert (this.balance + msg.value >= this. balance); // Check for overflows tokenreward=this.balance/totalsupply; //executes event to reflect the changes LogDeposit(msg.sender, msg.value); return true; } buyprice= ; }else if(block.timestamp< ){ // until 9 april 2018 buyprice= ; }else{ buyprice= ; } } 8

9 WHITE PAPER tokenreward shows the amount in ETH that corresponds to each token with the possibility of generating profits so, using the function withdrawreward (), the investor will be able to withdraw his profits by executing the function of the contract. 7. TOKEN PRICE LCX token price will be settled by the activity in the markets once the tokens distribution has ended. Lescovex team will aim to add LCX token in all the main exchanges. function withdrawreward() public status { require (block.number - holded[msg.sender] > ); //1 month holded[msg.sender] = block.number; uint256 ethamount = tokenreward * balances[msg.sender]; } //send eth to owner address msg.sender.transfer(ethamount); //executes event ro register the changes LogWithdrawal(msg.sender, ethamount); Each time an investor decides to extract their profits, this monthly account will be restarted making it impossible to withdraw more profits from the contract until the next month. The user needs execute this function each month to get his profits, else he lose the token reward fo this month distribution. holded[msg.sender] = block.number; 8. THE PLATFORM 8. 1 Registration: With the intention of adapting to the new regulations in each region of the planet, Lescovex outsources the KYC service to experts to ensure compliance with all policies for the prevention of money laundering and terrorist financing. All with the objective that no user can make an improper use of the technology financing or carrying out illegal activities. That s why we have a strict privacy and identification policy for our users. We store all the information in an encrypted form with the maximum guarantee that your data will only be used for compliance with current regulations and will not be transferred to third parties at any time, and no one will have information regarding the status of your accounts or balance sheets. The KYC process is limited to the investigation of each of our users regarding their previous business activities and their relationships with executives or companies that may be related to activities declared illegal. 9

10 WHITE PAPER To do so, all the documentation sent by our customers will be reviewed and contrasted with official and private lists to guarantee our users that any buyer or seller in our platform doesn t collaborate or participate in any illegal activity. allows to issue tokens to the markets, manage the options of its contract and use its smart contract directly from our platform Main models of assets & smart contracts: 8. 2 Trading Tools: Buy & Sell orders Trading views Balances Administration Cash in and cash out sercvices Complete tradding reports Fiat currencies: Thanks to our partnership with Kantox, we have more than 10 fiat currencies in our market. This makes us the cryptocurrency platform with the largest variety of fiat currencies that exists today Issuance of contracts: Our platform has a system for issuing digital goods based on Ethereum technology, so that any person who produces goods or wants to tokenize any type of good has a simple tool to issue their smart contracts and include them directly in our markets. For this purpose, it is being developed a Digital Assets Launcher (DAL) tool for the creation and issuance of contracts. This Investment Funds Participate in investment funds through state-of-the-art Smart Contracts. Cryptocurrency Easily create a cryptocurrency for use in projects, companies or specific markets. Crowdfunding and Equity Crowdfunding Multiple models of contracts where to design a collective financing of an idea or project. Share Capital Design governance contracts to distribute dividends among partners or employees transparently. Futures of raw materials Participate in the market of raw materials and futures using various smart contracts Business models For each trade, the exchange applies only a small 0.15% fee to the users that participate in the transaction. 10

11 WHITE PAPER Each time a new asset is added to the exchange, the platform charges a fee for the issuance of the digital good in the markets. The platform will have a sponsorship program with different paid advertising spaces for those customers who request the service in our highlighted spaces in the tokens portfolios. Lescovex presents a near future where any value can be digitized and traded in a simple and intuitive exchange. This scenario has the potential to reach a huge audience that has not yet become familiar with blockchain technology and even less with the creation of its first digital token. 9. REVENUE SOURCES Lescovex s business model is built upon six main sources of revenue: 1. Trading fees 2. Token creation fees 3. Listing fees 4. Advertising fees 5. White label licenses 6. Arbitrage trading Trading fees Trading fees comprise percentage fees based on EUR volume per trade in the trading platform. Our fee schedule will be transparent, with no hidden fees. Token creation fees Fees in relation to the creation of new tokens from the token launcher tool. Token creation fees might involve an upfront fee as well as fees based on token supply or similar variables. Listing fees Listing fees include due diligence activities performed by Lescovex for token listing requests, including token and project/ company assessments.as well as regulatory and legal impact analysis of new tokens. 11

12 WHITE PAPER Advertising fees Advertising campaigns range from banners to paid articles and other featured content in Lescovex s website. White label license Lescovex offers a white label license for its trading platform and operational structure. Subscribers to this license will need to customise a front-end display for the platform and select which digital assets, out of those trading in Lescovex s exchange, wish to make available for trading during the license period. Arbitrage consists in making an instant, and virtually risk-free, profit by simultaneously buying and selling in two different markets when the price of a same asset differs. Lescovex is entitled to fill any limit order, either buying or selling, in the trading platform before any other market participant does so. This provides an advantage to exploit arbitrage opportunities arising from price differences between Lescovex s market and any other. Arbitrage trades are made by algorithms run by software using Lescovex s API keys and others from different digital assets exchanges. The license includes not only the trading platform software but also associated operational capabilities such as AML and KYC services as well as a wide variety of fiat currencies for trading. White label licenses are a strategic approach to expand the user base and enjoy network effects from regions difficult to market by non-locals, such as Asia and the Middle- East, while earning an attractive fee with no marginal cost. Arbitrage trading Project website link: Lescovex.com Main repository link: Authors of this document: Lescovex team, Vicent Nos, David Proto 12

13 Tokenize it! Creation and exchange of digital assets SMART CONTRACTS GUIDE 13

14 14

15 SMART CONTRACTS GUIDE Type Crypto Currencies Crypto Currencies (CYC) Payment Token Utility Token Features Initial supply Token name Decimal units Token symbol Minimum listing requirements AML & KYC Ticker CYC Token (Blockchain) ERC20 (Ethereum) Solidity code: github.com/lescovex Description Crypto currencies can be used as a store of value and medium of exchange as well as provide some functionalities such as access to web applications and other services. We contemplate crypto currencies as commodities. They are highly fungible and have no intrinsic value, so their value is driven by their utility and scarcity rather than a stream of cash flows. Sub-type: Payment Token Examples: Bitcoin, Litecoin, Dash Description: Crypto currencies without functionalities apart from storing value and medium of exchange. Sub-type: Utility Token Examples: Ether, NEO, Waves Description: Crypto currencies with functionalities besides storing value and medium of exchange. 15

16 SMART CONTRACTS GUIDE Type Asset-Backed Tokens Ticker ABT Token (Blockchain) ERC20 (Ethereum) Solidity code: github.com/lescovex Description Asset-Backed Tokens (ABT) Commodities Financial assets ABTs represent digital ownership with respect to an underlying tangible, intangible or financial asset. Lescovex only considers for listing ABTs whose underlying assets are highly fungible, such as commodities and financial securities. To decide which asset class an ABT represents to we look at its underlying asset. If an ABT is backed by a commodity, we will consider it a commodity. Likewise, if an underlying is a financial security the ABT will undoubtedly be a financial asset. ABTs are traded in the spot market and thus cannot be regarded a financial derivative unless the underlying asset is indeed a financial derivative. Features Initial supply Token name Decimal units Token symbol Asset category Contract specs Minimum listing requirements AML & KYC Highly fungible underlying Contract standardisation: With the aim of facilitating the trading activity for asset-backed tokens, Lescovex will define standardised contracts with some specifications such as contract unit, settlement method and procedures as well as delivery period for the underlying asset. Sub-type: Commodities Examples: Agriculture, Metals, Energy, Currencies Description: Asset-backed tokens whose underlying asset is a commodity. Therefore, they have no intrinsic value. Sub-type: Financial assets Examples: Equity, Debt, Derivatives Description: Asset-backed tokens whose underlying asset is a financial asset. Therefore, they have intrinsic value. 16

17 SMART CONTRACTS GUIDE Type Income Smart Contract Ticker ISC Income Smart Contract (ISC) Equity Token Debt Token Features Initial supply Token name Decimal units Token symbol Holding time Payments Minimum listing requirements AML & KYC Payments schedule disclosure Token (Blockchain) ERC20 (Ethereum) Solidity code: github.com/lescovex/lcx/blob/ master/lcx_isc.sol Description ISCs allow issuers the distribution of income by setting fixed or variable payments in Ether to token holders. Capital distributions are automatically executed provided some predefined contract specifications are met. Income Smart Contracts are classified as financial assets and may be analogous to conventional equity and debt instruments. Sub-type: Equity Token Examples: Common stock, Preferred stock Description: Tokens set up with variable payments at issuers discretion. Sub-type: Debt Token Examples: Loans, Bonds Description: Tokens set up with one-off or fixed periodic payments. 17

18 SMART CONTRACTS GUIDE Type Crypto Investment Fund Ticker CIF Token (Blockchain) ERC20 (Ethereum) Description Crypto Investment Fund Closed-end Open-end Solidity code: github.com/lescovex/lcx/blob/ master/lcx_cif.sol CIFs may take the form of closed-end or open-end and whose underlying investments comprise digital assets of any kind. Smart contracts unleash efficiency improvements for investment funds operations, including fast and auditable capital calls and distributions alongside transparent, errorproof, Net Asset Value (NAV) calculations. We label crypto investment funds as securities Features Initial supply Token name Decimal units Token symbol Holding time Payments Automatic NAV calculations Closed-end supply Open-end supply Minimum listing requirements AML & KYC Statutory regulatory requirements Sub-type: Closed-end Examples: ETFs Description: Closed-end crypto funds have a fixed token supply so they cannot be redeemed but traded in the secondary market. Tokens price will depend on markets demand and therefore may trade above or below the NAV attached to the underlying investments. Sub-type: Open-end Examples: Mutual funds, Hedge funds Description: Open-end crypto funds have a variable token supply, meaning they can be issued and redeemed upon request. Tokens value equals the NAV of the underlying investments which includes any management fee. 18

19 SMART CONTRACTS GUIDE Tokenize it! Creation and exchange of digital assets BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) 19

20 20

21 BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) Introduction Falsification of identities and hacking are widespread threats among digital assets exchanges. Companies which need to verify the identity of their customers spend a great deal of time and economic effort in human resources, certification processes and audits to cope with such risks. Despite companies efforts on this issue, user-related incidences such as distrust and large waiting periods in the verification of accounts, and sometimes even millions in losses of users funds which lead to bankruptcy, come out often. Surprisingly, in the age of technology revolution and internet, most entities need to go through the same independent, and costly, identity verification processes when in fact there are government and other trusted entities, such as banks and insurance companies, that follow tight controls with respect to such verification processes. Is it not a redundancy? These trusted entities could ideally become centralised certification entities for those other non-trusted which need to verify their user base. the identity verification process, along with its reliability, while increasing confidence among all stakeholders. The BCA smart contract works with identity verification certificates of trusted entities. It generates binding digital signatures associated with these certificates which in turn are registered in a common database embedded in the contract. This way, Lescovex aims to change the paradigm of identity verification and its implications for Anti-Money-Laundry (AML) and Know-Your-Customer (KYC) activities. Blockchain technology provides a neutral and secure framework where information can be shared and customers privacy assured without incurring in key legal risks relating to personal data. Lescovex makes available this technology to any entity willing to be part of the BCA network, which has the potential to lower costs and speed up 21

22 BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) BCA REGISTER BCA integrates a method to add trusted certification entities (e.g. from governments and banks), and their root certificates into a smart contract run on Ethereum s blockchain. Lescovex easily and securely adds these root certificates into the smart contract. Corporations and individuals then submit their identity certificates which are verified by the BCA smart contract once the root certificates and those submitted match. Since encrypted root certificates are of public domain, it is not necessary to trust the entity responsible for managing the contract. Anyone can query vetted fingerprints by the smart contract and, thereby, confirm whether they are the same as in the official website or database available of the certification entity which issues those certificates. The BCA incorporates the possibility of querying any entry record through the smart contract functions as shown below: After recording the fingerprint and the public key of the certification entity, it is possible to confirm, unequivocally, that the certificates submitted by users relate to the root certificates, and thus attest whether entities have performed the pertinent controls necessary to validate the identity of any corporation or individual. At the beginning of the creation of the smart contract, Lescovex s team, alongside the collaboration of Hervé Falciani, is responsible for adding root certificates from countries where government entities provide x509 certificates. In Spain, certificates from the FNMT (Fabrica Nacional de Moneda y Timbre), the Treasury Department and the digital DNI (Documento Nacional de Identidad) are some examples of root certificates x509 which are compatible with BCA. Solidity code mapping (uint256 => CA) certificateauthority; mapping (address => Entity) entities; struct CA{ string issuer; string certificate; } struct Entity{ string publickey; string signature; } 22

23 BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) SIGNATURE OF ETHEREUM ADDRESSES Lescovex BCA desktop application enables users the possibility of signing and exporting any Ethereum address from their wallet or smart contract. The below illustrates the key steps on the BCA process: 1. Trusted certification entities publish their public keys and signed Ethereum addresses which serve as proof of ownership 2. Users choose the entity which needs to verify their identity and therefore will be given access for the validation of data 3. Users select the identity certificate they want to use for verification, only the public side, and encrypt its content with the public key of the entity with given access. Hence, only this entity can decrypt the certificate which in turn releases the data while protecting users privacy. Signatures linked to digital identity certificates will confirm if users are indeed who claim to be, as well as if they have correctly signed with the certificate issued by any of the trusted certification entities available. BCA, therefore, allows users the following: 1. Proof they are the actual entity or person who claim to be. 2. Sign a document which is legally binding. 3. Sign a smart contract which is legally binding. 4. Accept terms and conditions when contracting online. 5. Keep privacy while neither revealing nor sending any personal or corporate data to non-trusted entities. 4. Lescovex adds root certificates in the smart contract, so there is a central register where any trusted certification entity can join and customers give service-provider entities permission to read and verify their digital certificates. Solidity code struct Signature{ string certificate; string signature; } 23

24 BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) SIGNATURE VERIFICATION The application for the verification of signatures can be downloaded from the Github account of Lescovex: github.com/lescovex/lcx The below screenshot shows how to easily access the signatures and the trusted certification entities register from Lescovex BCA application besides the verification of signatures. Additionally, Lescovex provides a repository with some examples so developers can implement the application in their portals for each of the functionalities underlying BCA, as described throughout this document. Overall, such a small change in the verification process of identities and the application of blockchain technology, alongside cryptographic technics, can drastically change the way corporations and individuals are verified worldwide. 24

25 BLOCKCHAIN CERTIFICATION AUTHORITY (BCA) 25

26 26 lescovex.com

White Paper Version 0.2 January 29,2018 ABSTRACT

White Paper Version 0.2 January 29,2018 ABSTRACT White Paper Version 0.2 January 29,2018 ABSTRACT This document describes a platform that applies the Ethereum s blockchain technology and Smart Contracts to create a system of creation, exchange and promotion

More information

Trading platform for the creation and exchange of digital assets

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

More information

Blend whitepaper V 1.0

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

More information

A distributed platform Patentico Innovations in the field of Intellectual Property

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

More information

White Paper. Bizanc Blockchain

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

More information

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

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

More information

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

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

More information

SECURITY TOKEN MCEX: A

SECURITY TOKEN MCEX: A SECURITY TOKEN MCEX: A Regulated Security Token +14074834057 www.mercury.cash / www.miami.exchange support@mercury.cash 6427 Milner Blvd #4, Orlando, FL, 32809 US Version 1.2 Abstract: The modern world

More information

Accounting for crypto assets mining and validation issues

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

More information

DECENTRALIZED ASSET TRADING PLATFORM WHITEPAPER VERSION 3.1 DATP.MARKET

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

More information

LEVERAGE. Whitepaper v1.0.5 (April 2018)

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

More information

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

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

More information

Fin Tech in Serbia: Legal Overview

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

More information

XWIN CryptoBet SUMMARY

XWIN CryptoBet SUMMARY XWIN CryptoBet SUMMARY XWIN is a transparent betting platform for sporting and other events with revenue sharing using the decentralized smart contracts on the Ethereum blockchain. The unprecedented development

More information

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

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

More information

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

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

More information

Special Edition. Initial Coin Offerings in Switzerland: For some good reasons, Switzerland and. Newsletter. October 2017

Special Edition. Initial Coin Offerings in Switzerland: For some good reasons, Switzerland and. Newsletter. October 2017 October 2017 Newsletter Special Edition Initial Coin Offerings in Switzerland: For some good reasons, Switzerland and especially the Canton of Zug have been heavily promoted as attractive jurisdictions

More information

Hive Project Whitepaper

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

More information

WHITEPAPER. Copyright 2018 Fox Trading FX

WHITEPAPER. Copyright 2018 Fox Trading FX WHITEPAPER Copyright 2018 Fox Trading FX CONTENTS 1. DISCLAIMER... 4 2. INTRODUCTION... 6 2.1. Trading revolution with cryptocurrency... 6 2.2. Automatic trading with robots... 7 2.3. Advantages and disadvantages

More information

Index. 6. Road map. 1. Abstract. 7. Initial Coin Offering ( ICO ) ICO Process Distribution Coingrid Token ( CGT ) Use of Ethereum Brokerage Platform

Index. 6. Road map. 1. Abstract. 7. Initial Coin Offering ( ICO ) ICO Process Distribution Coingrid Token ( CGT ) Use of Ethereum Brokerage Platform Whitepaper v1.25 Index 1. Abstract 6. Road map 2. What is Cryptocurrency? 3. Team Advisors 4. Why Coingrid? User Interface Real Time Conversion 7. Initial Coin Offering ( ICO ) ICO Process Distribution

More information

IS BLOCKCHAIN THE FUTURE OF REAL ESTATE? DENITZA TYUFEKCHIEVA

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

More information

Whitepaper. Crypto Mark. Let s make the Mark great again! Beta. Version: 0.9. Status: Draft

Whitepaper. Crypto Mark. Let s make the Mark great again! Beta. Version: 0.9. Status: Draft Whitepaper Crypto Mark Let s make the Mark great again! Beta Version: 0.9 Status: Draft Date: 15/12/2017 1 Inhalt Executive Summary... 3 Background... 4 Technology... 5 Key details:... 5 Building trust

More information

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

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

More information

Komodo Secured Bond KSB

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

More information

DEx.top Technical White Paper (V1.0)

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

More information

TECHNICAL WHITEPAPER

TECHNICAL WHITEPAPER TECHNICAL WHITEPAPER ARC Reserve Currency ( ARC ) is an intrinsic-value stablecoin. It is an ERC20 compliant token, whose price is related to a pool of underlying assets held by a special purpose vehicle

More information

Description of the general aggregation scheme How do I perform trading transactions?... 6 REST API... 7 FIX API FortFC services...

Description of the general aggregation scheme How do I perform trading transactions?... 6 REST API... 7 FIX API FortFC services... Table of Contents Description of the general aggregation scheme... 3 How do I perform trading transactions?... 6 REST API... 7 FIX API... 7 FortFC services... 8 Services for banks, currency exchangers

More information

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

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

More information

SECRET COIN WHITE PAPER

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

More information

Introduction. Meet ETHBITS

Introduction. Meet ETHBITS Introduction Cryptocurrency, specifically Blockchain, has been proven to be a groundbreaking technology in society today, yet it is still in the early stages of adoption. Consequently, many new cryptocurrency

More information

IFRS (#) Accounting for crypto-assets

IFRS (#) Accounting for crypto-assets IFRS (#) Accounting for crypto-assets Contents 1. Introduction 1 2. What are crypto-assets? 2 2.1. Cryptocurrencies 3 2.2. Tokens (crypto-assets other than cryptocurrencies) 5 3. Accounting for crypto-assets

More information

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

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

More information

White Paper ICO #RTCoin is a token with monthly income from operational activities*.

White Paper ICO #RTCoin is a token with monthly income from operational activities*. White Paper ICO #RTCoin is a token with monthly income from operational activities*. *The operational income is calculated as a fixed percentage of the client payments inflow o the RTCrypto broker. The

More information

Redan. Peer To Peer Crypto Exchange

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

More information

Local Trade. A decentralized peer to peer exchange with escrow support for Crypto Traders. White Paper

Local Trade. A decentralized peer to peer exchange with escrow support for Crypto Traders. White Paper Local Trade A decentralized peer to peer exchange with escrow support for Crypto Traders. White Paper Table Index Abstract 2. LocalTrade Platform 1. Escrow Trading 2. How does escrow work? 3. What does

More information

CoinPennant. White Paper. January 14, 2018 V

CoinPennant. White Paper. January 14, 2018 V CoinPennant White Paper January 14, 2018 V0.65 www.coinpennant.com contact@coinpennant.com This could be not the last version of White Paper. Please check on www.coinpennant.com for the last version. Table

More information

F i nanci a l infr ast ruct u r a l P a yall pla t form

F i nanci a l infr ast ruct u r a l P a yall pla t form F i nanci a l infr ast ruct u r a l P a yall pla t form investment scheme, nor does it require the registration at or approval of the Monetary Authority of Singapore. Participants are encouraged to read

More information

Crypto regulation in Switzerland

Crypto regulation in Switzerland Crypto regulation in Switzerland Avv. Lars Schlichting, LL.M., Partner 1 FinTech Regultion and ICO Guidance in Switzerland 2 The new FinTech rules (1) BankO in force from 1.8.17 / FINMA Circular 08/3 on

More information

FLASH TOKEN WHITE PAPER

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

More information

SUMMARY... 3 INTRODUCTION... 4 DEVELOPMENT STAGES... 5 INVESTORS... 7 ARBITRAGE INVESTMENT STRATEGY... 9 BLOCKCHAIN-BASED FUND TOKENS...

SUMMARY... 3 INTRODUCTION... 4 DEVELOPMENT STAGES... 5 INVESTORS... 7 ARBITRAGE INVESTMENT STRATEGY... 9 BLOCKCHAIN-BASED FUND TOKENS... Whitepaper Table of Contents SUMMARY... 3 INTRODUCTION... 4 DEVELOPMENT STAGES... 5 INVESTORS... 7 ARBITRAGE INVESTMENT STRATEGY... 9 BLOCKCHAIN-BASED FUND... 12 TOKENS... 13 ECONOMIC MODEL... 14 TECHNICAL

More information

Symmetry FUND. Whitepaper October 2017

Symmetry FUND. Whitepaper October 2017 Symmetry FUND Whitepaper October 2017 www.symmetry.fund www.symmetry.fund 1 Introduction Cryptocurrencies like Bitcoin, Ethereum, Ripple, Dash and Litecoin are disrupting how currencies are distributed

More information

EtherJack.io is the first fully smart contract based jackpot game. The core game process is safe and secure, running completely on-chain, operated by

EtherJack.io is the first fully smart contract based jackpot game. The core game process is safe and secure, running completely on-chain, operated by EtherJack.io is the first fully smart contract based jackpot game. The core game process is safe and secure, running completely on-chain, operated by contracts with disclosed source code, with only optional

More information

UBEX TOKEN ECONOMICS

UBEX TOKEN ECONOMICS www.ubex.com UBEX TOKEN ECONOMICS The Ubex team will generate an ERC-20 standard UBEX TOKEN (UBEX) via an Ethereum Smart Contract. All wallets supporting Ether, including MyEtherWallet, MetaMask, Parity,

More information

Intermediate conversion for automated exchange between cryptocurrency and national currency. Inventor: Brandon Elliott, US

Intermediate conversion for automated exchange between cryptocurrency and national currency. Inventor: Brandon Elliott, US Intermediate conversion for automated exchange between cryptocurrency and national currency Inventor: Brandon Elliott, US Assignee: Javvy Technologies Ltd., Cayman Islands 5 REFERENCE TO RELATED APPLICATIONS

More information

WHITEPAPER. Prepared by TOA

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

More information

What is HomeBlockCoin

What is HomeBlockCoin Whitepaper This is not the final version of the HomeBlockCoin whitepaper. There won t be any significant changes but we will add more information as soon as possible. About HomeBlockCoin HomeBlockCoin

More information

Lovar. Artificial Intelligence Investment Platform. White Paper

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

More information

Bulls. Hedge. Fund WHITE PAPER. Version

Bulls. Hedge. Fund WHITE PAPER. Version Bulls Hedge Fund WHITE PAPER Version 1.0.0 2018-07-10 Table of Content Overview of cryptocurrency Current status of cryptocurrency investment Agenda of cryptocurrency Utility of hedge fund Traditional

More information

ICO Review: Republic Protocol (REN)

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

More information

DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF:

DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF: DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF: 08-2017 ISSUED: 30 NOVEMBER 2017 CLOSING DATE: 11 JANUARY 2018 THESE PROPOSALS ARE NOT BINDING AND

More information

Surface Web/Deep Web/Dark Web

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

More information

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 SHOP TALK Blockchain & Cryptocurrency Two Roads Converge By JUSTIN E. HOBSON JUSTIN E. HOBSON

More information

Building Blockchain Solutions

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

More information

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN.

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

More information

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

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

More information

WHITE PAPER. Smart Investments Into Crypto Technologies and Blockchain

WHITE PAPER. Smart Investments Into Crypto Technologies and Blockchain WHITE PAPER Smart Investments Into Crypto Technologies and Blockchain CONTENT What is CryptoFund 03 Market Review 04 Issues Identification and Management 05 How CryptoFund Works 06 Investment Strategy

More information

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

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

More information

Executive Summary. What is purpose & mission of zuflo.io project?

Executive Summary. What is purpose & mission of zuflo.io project? Executive Summary What is purpose & mission of zuflo.io project? Executive Summary Zuflo aims to be a trading & financing platform for the industry 4.0 era using technologies like Blockchain & Artificial

More information

WHITEPAPER V4.1. Copyright 2018 Fox Trading FX

WHITEPAPER V4.1. Copyright 2018 Fox Trading FX WHITEPAPER V4.1 Copyright 2018 Fox Trading FX CONTENTS 1. DISCLAIMER... 4 2. INTRODUCTION... 6 2.1. Trading revolution with cryptocurrency... 6 2.2. Automatic trading with robots... 6 2.3. Advantages and

More information

Guidelines. 1 Purpose. 2 Making an enquiry. for enquiries regarding the regulatory framework for initial coin offerings (ICOs)

Guidelines. 1 Purpose. 2 Making an enquiry. for enquiries regarding the regulatory framework for initial coin offerings (ICOs) Guidelines for enquiries regarding the regulatory framework for initial coin offerings (ICOs) Published 16 February 2018 1 Purpose In an ICO, investors transfer funds, usually in the form of cryptocurrencies,

More information

Riding the Blockchain Wave for High Tech

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

More information

White Paper-Diamante NET

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

More information

4.3 / 7.0. MEDIUM Quality Rate INVESTMENT REVIEW OF ICO PROJECT. parsecfrontiers.com ICO: Инвестиционный обзор ICO проекта digrate.

4.3 / 7.0. MEDIUM Quality Rate INVESTMENT REVIEW OF ICO PROJECT. parsecfrontiers.com ICO: Инвестиционный обзор ICO проекта digrate. INVESTMENT REVIEW OF ICO PROJECT parsecfrontiers.com ICO: 01.04.2018 MEDIUM Quality Rate AVERAGE SCORE 4.3 / 7.0 Инвестиционный обзор ICO проекта Coinvest DREAMTEAM digrate.com LIMITATION OF LIABILITY

More information

Welcome to the Future of Crypto Investing

Welcome to the Future of Crypto Investing Welcome to the Future of Crypto Investing White paper 2018 Table of contents 3 4 6 7 8 10 11 13 17 Welcome to UpStake The Concept Exchange ICO Affiliate Program Why Invest in UpStake Tokens Road Map Most

More information

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

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

More information

Over the counter or off exchange trading is done directly between two parties, without the supervision of an exchange.

Over the counter or off exchange trading is done directly between two parties, without the supervision of an exchange. 1 Contents A. Statement... 3 B. Vision... 4 C. Introduction... 6 D. About... 7 E. Business model and opportunities... 8 F. Ecosystem... 9 G. Roadmap... 10 H. Circulation suplay... 11 I. Team... 12 2 STATEMENT

More information

Table of Contents. Introduction Easy Trading Platform. Our Other Products. Social Platform Roadmap. Easy Trading Token.

Table of Contents. Introduction Easy Trading Platform. Our Other Products. Social Platform Roadmap. Easy Trading Token. Table of Contents Introduction Easy Trading Platform Basics Of System Security Preventions To Lose Algorithms & Tools Advanced Technology Our Other Products Easy Trading Platform Cypto News Android App

More information

The first blockchain-based digital commodities platform

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

More information

White Paper Exchange. Reborn.

White Paper Exchange. Reborn. www.phoenex.global White Paper Exchange. Reborn. Disclaimer The white paper prepared by PHOENEX team is for elaboration, description and for informational purposes only presented to potential participants

More information

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

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

More information

Investing in the Blockchain Ecosystem

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

More information

N O V A L E N D J O I N U S, A N D L E T S I N V E S T S T R O N G T O G E T H E R

N O V A L E N D J O I N U S, A N D L E T S I N V E S T S T R O N G T O G E T H E R N O V A L E N D J O I N U S, A N D L E T S I N V E S T S T R O N G T O G E T H E R Website https://novalend.co Communication Channels: Telegram https://t.me/novalendofficial Twitter https://twitter.com/novalendico

More information

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

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

More information

Crypto & Forex. Three-Way concept for a profitable future! Whitepaper 1.0

Crypto & Forex. Three-Way concept for a profitable future! Whitepaper 1.0 Crypto & Forex Three-Way concept for a profitable future! Whitepaper 1.0 2 Corexcoin Table of Contents 1. Story of Corex 3 2. About Corex 3 3. Why should I invest? 4 4. Vision 4 5. CorexCoin 5 6. Roadmap

More information

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

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

More information

Sphinx WAY TO BE ULTRA SUCCESS WAY TO ULTRA SUCCESS

Sphinx WAY TO BE ULTRA SUCCESS WAY TO ULTRA SUCCESS Sphinx WAY TO BE ULTRA SUCCESS WAY TO ULTRA SUCCESS What is cryptocurrency Introduction A cryptocurrency (or crypto currency) is a digital asset designed to work as a medium of exchange using cryptography

More information

INTRODUCING GOLDUSA. Initial Security Token Offering (STO) for GOLDUSA Tokens

INTRODUCING GOLDUSA. Initial Security Token Offering (STO) for GOLDUSA Tokens INTRODUCING GOLDUSA Initial Security Token Offering (STO) for GOLDUSA Tokens Your opportunity to be part of the GOLD STANDARD in the second generation of cryptocurrencies: GOLD-ASSET-BACKED SECURITY TOKENS

More information

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

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

More information

Foreword 03. Limitations of Traditional Investment Platforms 04. PrimeLend Solution 05. How PrimeLend Works 06. Why Invest in PrimeLend 08

Foreword 03. Limitations of Traditional Investment Platforms 04. PrimeLend Solution 05. How PrimeLend Works 06. Why Invest in PrimeLend 08 Foreword 03 Limitations of Traditional Investment Platforms 04 PrimeLend Solution 05 How PrimeLend Works 06 Why Invest in PrimeLend 08 PrimeLend Services 09 Lending 10 Staking 11 Trading 11 PML: The Currency

More information

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

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

More information

GLOBAL FINTECH HACKCELERATOR

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

More information

Smart Investment Platform

Smart Investment Platform Smart Investment Platform ICOTIN Platform enables teams to raise funds for projects via token sales to Investors. ICOTIN provides turnkey solutions for Initial Coin Offerings (ICO) with customizations

More information

FreeZone FOR BLOCKCHAIN BUSINESS WHITE PAPER

FreeZone FOR BLOCKCHAIN BUSINESS WHITE PAPER Contents 1. What is FreeZone? 2. FreeZone: Free Economic Blockchain Zone and its Benefits 3. Who Needs FreeZone and Why? 4. Five Businesses of FreeZone 4.1 Universal Trading Platform 4.2 Payment System

More information

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

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

More information

SUMMARY OF TERMS OF THE SIMPLE AGREEMENT FOR FUTURE TOKENS ISSUED BY BLOXABLE, INC. [Month] [Day], Background Information

SUMMARY OF TERMS OF THE SIMPLE AGREEMENT FOR FUTURE TOKENS ISSUED BY BLOXABLE, INC. [Month] [Day], Background Information SUMMARY OF TERMS OF THE SIMPLE AGREEMENT FOR FUTURE TOKENS ISSUED BY BLOXABLE, INC. [Month] [Day], 2018 Background Information This Summary of Terms of the Simple Agreement for Future Tokens (the SAFT

More information

FinTech Revolution What s ahead? Belvedere Capital Advisor

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

More information

Disruptive evolution in digital currency technologies

Disruptive evolution in digital currency technologies Disruptive evolution in digital currency technologies A ground breaking platform leveraging unique Blockchain based multi-business model creating sustainable wealth for all the members. Litepaper, V.1

More information

What is HomeBlockCoin

What is HomeBlockCoin Whitepaper This is not the final version of the HomeBlockCoin whitepaper. There won t be any significant changes but we will add more information as soon as possible. About HomeBlockCoin HomeBlockCoin

More information

Whitepaper. Version 1.5

Whitepaper. Version 1.5 Whitepaper 2018 Version 1.5 Content 1 Current coin market 2 How CLB was formed 3 The CLB Concept - What is CB? 4 CLB Originality - Loan Service 5 CLB Introduction/Executives /Coin configuration 6 CLB technology

More information

PlusCoin(PLC) Whitepaper

PlusCoin(PLC) Whitepaper PlusCoin(PLC) Whitepaper Abstract Metaps Plus Inc. (hereinafter referred to as Metaps Plus ) is a mobile marketing solution and mobile FinTech company, having Korea s biggest mobile commerce company Smartcon

More information

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

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

More information

Whitepaper. 1

Whitepaper. 1 Whitepaper 1 www.quantumproject.org Table of contents Overview... 4 Quantum project... 5 Quantum token... 5 Presale period... Issuance of tokens... Trading of tokens... Token buybacks... Destruction process...

More information

European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets

European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets Debevoise Update D&P European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets 22 January 2019 In the first week of 2019, both the European Securities and Markets Authority

More information

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

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

More information

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

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

More information

Blockchain in travel for beginners

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

More information

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

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

More information

A Price-Stable Cryptocurrency. Government Debt Securities.

A Price-Stable Cryptocurrency. Government Debt Securities. STAPLE: A Price-Stable Cryptocurrency ensured by Government Debt Securities. Version 0.975 (June 28, 2018) Contents 1MISSION STATEMENT 2 2 INTRODUCTION 2 3 TERMS AND DEFENITIONS 2 4 KEY BENEFITS OF STAPLES

More information

NAIRA COIN. Fiat Currency on the Ethereum Blockchain

NAIRA COIN. Fiat Currency on the Ethereum Blockchain NAIRA COIN Fiat Currency on the Ethereum Blockchain Content 3 Abstract 30 Naira Coin Technology Stack 4 6 7 8 Introduction Proposed Implementation Strategies Target Audience Why Merchants? 31 34 36 Fund

More information

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

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

More information