Blockchain & Cryptos A Deeper Look at a Few Concepts - Union Securities Switzerland

Page created by Nathaniel Ross
 
CONTINUE READING
Blockchain & Cryptos A Deeper Look at a Few Concepts - Union Securities Switzerland
Blockchain & Cryptos
  A Deeper Look at a Few Concepts
          For Qualified Investors Only
Blockchain & Cryptos A Deeper Look at a Few Concepts - Union Securities Switzerland
Introduction
In this document we continue our exploration into the world of Cryptocurrencies by providing a deeper

look at a few key concepts that are crucial to understand and navigate the crypto space.

Table of Contents:

•        Part 1: A Few Concepts

          Ethereum, Dapps, DeFi, Forking

•        Part 2: More on Wallets

          Hot versus Cold Wallet, Metamask

•        Part 3: More on Security and Validation

          Public-key Cryptography, Satoshi Test, Proof of Work vs Proof of Stake

                                                   More on Wallets
    •Ethereum                                                                       •Public-Key Cryptography
    •Dapps                                                                          •Satoshi Tests
    •Smart Contract                        •Hot vs Cold Wallets                     •Proof of Work vs Proof of
    •DeFi                                  •How to trade in a Cold                   Stake
    •Forking                                Wallet
                                           •Metamask

                                                                                            More on Security
           A Few Concepts
                                                                                               & Validation

               This content is for informational purposes only and does not constitute a solicitation,
                          recommendation or endorsement to buy or sell any securities.

                                                                                               For Qualified Investors only
Blockchain & Cryptos A Deeper Look at a Few Concepts - Union Securities Switzerland
A Few Background Concepts
What is Ethereum?
Ethereum is a decentralized, open-source blockchain with smart contract functionality, meaning that it can be used
for other computer purposes and not only Cryptocurrencies. The difference between Bitcoin and Ethereum will be
covered in more detail in an upcoming document.

What are Dapps?
Decentralized Applications (Dapps) are software applications that run on a decentralized blockchain platform like
Ethereum. Dapps are developed using Smart Contracts to specify the rules and conditions of each Dapp. Smart
Contracts are simply computer programs written on a blockchain that automatically execute the terms of the
contract when certain conditions are met.

What is Decentralized Finance (DeFi)?
Decentralized Finance (DeFi) is the variety of financial instruments and services that can be provided by
decentralized blockchains. Specifically, DeFi transactions are conducted through cryptocurrencies on decentralized
applications.

What is Forking?
In software engineering, a project fork happens when developers copy the source code from one software package
and start independent development on it to make a new, separate version of the software.

In the Crypto world, a Fork happens when two versions of the same blockchain diverge, effectively creating two
different Cryptocurrencies. This usually happens when two groups of users have diverging views regarding the future
of the Crypto. This has already happened a few times on the Bitcoin blockchain alone. The new Cryptos can be
successful or not depending on their adoption.

                                                                          An example of a
                                                                          fork is the split
                                                                          between Bitcoin &
                                                                          Litecoin

                                                                                             For Qualified Investors only
Blockchain & Cryptos A Deeper Look at a Few Concepts - Union Securities Switzerland
Different Crypto Wallets
Once you have entered the “Crypto World”, you have several possibilities: you can keep your cryptocurrencies on
the exchange wallet (which gives the exchange custody of your funds), or you can withdraw them to an external
wallet to take full custody of your funds.

A Hot Wallet is a cryptocurrency wallet connected to the internet. A Cold Wallet is a crypto wallet where your
private keys are stored on hardware.

Holding your funds on the Exchange Platform (a type of Hot Wallet):
                          Pros                                                         Cons

The exchange manages the storage of your                    The capital leaves your books and the platform holds its
cryptocurrencies for you                                    for you
You don’t have to open a wallet for each                    You have a counterparty risk in trusting the exchange
cryptocurrency, the platform does it for you                not to default

You don’t have any transaction fees from the                You have a cybersecurity risk. If a hacker hacks the
Blockchain, only the trading fees                           platform (or your account on the platform) they can
                                                            access your funds
Withdrawing your funds (Cold Wallet): You can buy a physical wallet (kind of like a hard drive) to store your cryptos
on it.

These wallets store a user’s address and private key on something that is not connected to the internet, and
typically come with software that works in parallel so that users can view their portfolio without putting their
private key at risk.
                           Pros                                                        Cons

The cold wallet is unaffected by viruses                    Physical failure of the storage device: it is very rare but
                                                            can happen if the device is old
The design is Open Source (but obviously not the key to     “Expensive”- most cold wallets cost around $100
the wallet), so the community will spot if there are any
vulnerabilities
You can have any backup you want                            There is a limited variety of cryptocurrencies they can
                                                            store, which means if you buy a small unknown coin you
                                                            may not be able to store it
These devices emphasize security so much that they          You have to use a third party software to make
have a reputation for being impenetrable                    Transactions (often provided by the cold wallet)
                                                            Every time you want to deposit or withdraw cryptos you
                                                            will pay transaction fees on the blockchain, which can
                                                            be high if the network is saturated

                                                                                                 For Qualified Investors only
How to Trade With a Cold Wallet
This example explains how to trade in and out of a Cold Wallet using the most simple form of Cold
Wallet: a code written on a piece of paper. While you do not necessarily have to use Cold Wallets in
practice, this example illustrates just how decentralized Bitcoin and cryptocurrencies in general can be .

Buy in a Cold Wallet
1. Buy a Bitcoin on a trading platform.
2. Purchase and set up a Cold Wallet (you will get a Public and a Private key).
3. Note the Private Key on a piece of paper.
4. Transfer the Bitcoin from the trading platform to the Wallet using the Public Key.
5. Once the transaction is complete, the Bitcoin will be linked to your Cold Wallet. The only way to access the
    Wallet is by using the Private Key written on your piece of paper (your Cold Wallet).

Sell from a Cold Wallet
1. Go to the Wallet interface on a trading platform (see image below for example)
2. Enter your Private Key
3. Transfer your Bitcoin to the trading platform
4. Sell you Bitcoin on the trading platform and receive Dollars in your account

                                                                                            MEW Cold Wallet
                                                                                            Online Interface

What is Metamask?
Metamask is a Hot Wallet which allows its user to store, send, and receive tokens on various compatible
Blockchains (Ethereum, Binance, etc). It also allows users to interact with decentralized applications on a website.
It can be used as mobile app or a web browser extension.

                                                                                                For Qualified Investors only
Public-Key Cryptography
Public-Key Cryptography, or asymmetric cryptography, is an encryption scheme that uses two
mathematically related, but not identical, keys: a public key and a private key.
This encryption method is widely used in emails, digital signatures and internet communication (it is the
basis of the https protocol).

How does Public-Key Cryptography work?
The public and private key are large prime numbers that are mathematically related to one another but
are not the same. Whatever is encrypted by the public key can only be decrypted by the related private
key. Public keys are freely shared while the private key must be secured.

The following illustration shows how Public-Key Cryptography can be used to securely transfer a
message. Alice wants to send a message to Bob.

                       1.       Bob sends the message public key to Alice

                       2.       Alice encrypts her message with Bob’s public key

                       3.       Alice sends the encrypted message

                       4.       Bob decrypts the message with his private key

What is a Satoshi Test?
A Satoshi Test is basically a test on the blockchain to verify the ownership of a cryptocurrency wallet. The test is
conducted by a third party, and involves an individual sending a very small quantity of coins (usually $0.01) to the
wallet of the third party to prove that the individual does indeed have control of the wallet. Since blockchains are
open source and all transactions are visible, it is easy to identify a fraudulent transaction.

                                                                                                 For Qualified Investors only
Proof of Work vs Proof of Stake
What is Consensus?
In order to make a Blockchain secure it must have a robust mechanism to universally verify and add new
transactions to the chain (see our first document for more details). Consensus is reached when a majority of the
nodes on the blockchain network agree that a transaction is genuine and correct, allowing it to be added to the
ledger.

The first major mechanism to achieve consensus was Proof-of-Work, but its limitations have led to the
development of Proof-of-Stake. Understanding the difference between the two is key to understanding the new
generation of Cryptos that will present in a upcoming document.

What is Proof-of-Work (POW)?
POW uses the calculating power of computers to prove that a new block is valid. This process is called mining,
where every node on the network competes to solve a complex mathematical problem and the first to complete
it wins a certain amount of tokens as an incentive.

What is Proof of Stake (POS)?
POS is built on the idea that in order to add a block, all of the owners of the crypto can vote on whether or not to
add it. This process is called validating, and any owner of the crypto can lock up their funds in a staking pool to
become a validator. Each validator receives a number of votes proportional to the total percentage of the crypto
they own.

   POW is a competition between every                             POS is a democratic determination of who
   computer on the network to validate a                          gets to mine the block, where each owner of
   block, and the winner receives a token as an                   the crypto gets to vote on one computer to
   incentive. This is called “mining.”                            validate a block. This is called “validating.”

                                                                                                 For Qualified Investors only
Proof of Work vs Proof of Stake

Consensus Mechanism        Pros                                               Cons

Proof of Work              Easy to implement                                  Slower transaction processing

                           Very Secure                                        Consumes a lot more energy and
                                                                              raw materials

                           Miners receive tokens as compensation for          Fees are higher to compensate
                           validating transactions                            miners for energy spent

Proof of Stake             Much quicker transaction processing                Makes the creation of Blockchain
                                                                              forks easier

                           Requires significantly less computing power, raw   Validators only receive transaction
                           materials, and energy                              fees as compensation for validating
                                                                              transactions

                           Staking is more decentralized                      Much more complicated and time
                                                                              consuming to develop and
                                                                              implement

Proof of Work tends to be easier to implement and more secure, yet it is very energy consuming. On the flip side,
Proof of Stake is much more efficient in terms of energy consumption, but it takes much more development to
implement successfully because it is so complicated.

Proof of Work is used by First Generation Crypto platforms such as Bitcoin and Ethereum, while Proof of Stake is a
key feature of emerging blockchain technologies such as Cardano and Ethereum 2.0 (see our upcoming documents
for more details).

                                                                                             For Qualified Investors only
Union Securities Research Services
                          Research & Analytics

                Market Analytics and Exploration
                                   Morning and intraday reports and Weekly Reviews of
             Equity News           Equity Markets.

                                   Flash Alerts and Weekly Analysis of Global Markets.
          Technical Analysis

              Exploring
                                   Descriptive Research explaining industries, indices,
                                   and structural themes.

                          Equity Conviction Ideas
                                   Core Equity Strategy - Quality stocks that we believe
                                   are a fit for a long-term investment, selected based on
            Global Leaders         a mix of long-term investment themes and
                                   operational criteria.

                                   Satellite Equity Strategy - Promising high-growth
          Next-Gen Leaders         companies in the US and Europe that will benefit from
                                   major technological innovation and structural changes
                                   in corporate and consumer behavior.

Structural Trends
#Digital Transformation
#Green Transition                  Long Term Investment Themes based on disruptive
                                   trends changing the landscape of entire industries.
#Healthcare Innovation

 + on demand analysis and screeners, tactical investment themes, macro
                             comments, …
                 www.unionsecurities.ch/research/
CONTACT US

                                                     Union Securities Switzerland S.A.
                                                              Address
                                                              11 Cours de Rive
                                                              1204 Geneva, Switzerland

                                                              Let’s Talk
                                                              research@unionsecurities.ch

                                                              Want to know more about us ?
                                                              www.unionsecurities.ch

                              Union Securities Switzerland SA is a FINMA-registered Securities Dealer.

Investment research – Risk information: USS researches are prepared and published by Union Securities Switzerland SA (regulated by FINMA in Switzerland) “USS”.
The investment views have been prepared in accordance with legal requirements designed to promote the independence of investment research.
This material is for your information only and is not intended as an offer, or a solicitation of an offer, to buy or sell any investment or other specific product. Certain services and
products are subject to legal restrictions and cannot be offered worldwide on an unrestricted basis and/or may not be eligible for sale to all investors. All information and opinions
expressed in this material were obtained from sources believed to be reliable and in good faith, but no representation or warranty, express or implied, is made as to its accuracy or
completeness (other than disclosures relating to USS). All information and opinions as well as any forecasts, estimates and prices indicated are current as of the date of this report,
and are subject to change without notice. The market prices provided in performance charts and tables are closing prices on the respective principal stock exchange. The analysis
contained herein is based on numerous assumptions. Different assumptions could result in materially different results. Opinions expressed herein may differ or be contrary to those
expressed by other business areas or divisions of USS as a result of using different assumptions and/or criteria.
In no circumstances may this document or any of the information (including any forecast, value, index or other calculated amount ("Values")) be used for any of the following
purposes (i) valuation or accounting purposes; (ii) to determine the amounts due or payable, the price or the value of any financial instrument or financial contract; or (iii) to
measure the performance of any financial instrument including, without limitation, for the purpose of tracking the return or performance of any Value or of defining the asset
allocation of portfolio or of computing performance fees. By receiving this document and the information you will be deemed to represent and warrant to USS that you will not use
this document or otherwise rely on any of the Information for any of the above purposes or otherwise rely upon this document or any of the information.
Opinions expressed herein may differ or be contrary to those expressed by other business areas or divisions of USS, as a result of using different assumptions and/or criteria. USS and
any of its directors or employees may be entitled at any time to hold long or short positions in investment instruments referred to herein, carry out transactions involving relevant
investment instruments in the capacity of principal or agent, or provide any other services or have officers, who serve as directors, either to/for the issuer, the investment
instrument itself or to/for any company commercially or financially affiliated to such issuers. At any time, investment decisions (including whether to buy, sell or hold securities)
made by USS and its employees may differ from or be contrary to the opinions expressed in USS research publications. Some investments may not be readily realizable since the
market in the securities is illiquid and therefore valuing the investment and identifying the risk to which you are exposed may be difficult to quantify. USS relies on information
barriers to control the flow of information contained in one or more areas within USS, into other areas, units, divisions or affiliates of USS. Futures and Options trading is not suitable
for every investor as there is a substantial risk of loss, and losses in excess of an initial investment may occur. Past performance of an investment is no guarantee for its future
performance. Additional information will be made available upon request. Some investments may be subject to sudden and large falls in value and on realization you may receive
back less than you invested or may be required to pay more. Changes in foreign exchange rates may have an adverse effect on the price, value or income of an investment. The
analyst(s) responsible for the preparation of this report may interact with trading desk personnel, sales personnel and other constituencies for the purpose of gathering, synthesizing
and interpreting market information. Tax treatment depends on the individual circumstances and may be subject to change in the future. USS does not provide legal or tax advice
and makes no representations as to the tax treatment of assets or the investment returns thereon both in general or with reference to specific client's circumstances and needs. We
are of necessity unable to take into account the particular investment objectives, financial situation and needs of our individual clients and we would recommend that you take
financial and/or tax advice as to the implications (including tax) of investing in any of the products mentioned herein. This material may not be reproduced or copies circulated
without prior authority of USS. Unless otherwise agreed in writing USS expressly prohibits the distribution and transfer of this material to third parties for any reason. USS accepts no
liability whatsoever for any claims or lawsuits from any third parties arising from the use or distribution of this material. This report is for distribution only under such circumstances
as may be permitted by applicable law. Forecasts and estimates are current only as of the date of this publication and may change without notice. USS manages conflicts and
maintains independence of its investment views and publication offering, and research and rating methodologies. Additional information on the relevant authors of this publication
and other USS publication(s) referenced in this report; and copies of any past reports on this topic; are available upon request from your sales representative.
External Asset Managers / External Financial Consultants: In case this research or publication is provided to an External Asset Manager or an External Financial Consultant, USS
expressly prohibits that it is redistributed by the External Asset Manager or the External Financial Consultant and is made available to their clients and/or third parties.
Important notice USA: This document is not intended for distribution into the US, and/or to US persons, by USS personnel.
You can also read