Skip to the content.

Index

Cryptography

Hashing

Hashing in Bitcoin blockchain:

A bitcoin address is a string of 26-35 alphanumeric characters in Base58Check encoding, beginning with the number 1 or 3

Merkle Tree
To prove transaction K included in hash, need only provide 4 hashes (each 32 bytes long): hashes for L, IJ, MNOP \& ABCDEFGH.

Bitcoin Blockchain

Components

Scripting Language

Wallet

Transactions

Mining

Transaction Outputs

For most transaction, there are two parts:

The intended recipient has to provide something to redeem the payment

Unspent Transaction Output (UTXO)

UTXO is the output of a transaction which may be spent as an input in a subsequent transaction.

The main advantages of an UTXO system are:

The main disadvantages of UTXO are:

Standard Transactions

These are based on what is needed to redeem the payment (ie, to satisfy the encumbrance)

Decentralized Consensus

  1. Independent verification of each transaction, by every full node
  2. Independent aggregation of those transactions into new blocks by mining nodes, together with demonstrated computation through a Proof-of-Work algorithm
  3. Independent verification of the new blocks by every node and assembly into a chain
  4. Independent selection, by every node, of the chain with the most cumulative computation demonstrated through Proof-of-Work.

The Generation Transaction (Coinbase reward)

Mining Problem

Sybil Attack
The Sybil attack in computer security is an attack wherein a reputation system is subverted by creating multiple identities. A reputation system’s vulnerability to a Sybil attack depends on

Intending Miners

Decision between Competing Blocks

Protocols

Byzantine Faults

CAP Theorem

Only 2 of the following 3 properties are possible to achieve simultaneously:

Faced with the CAP Theorem, designers cannot forgo partition tolerance, so must choose between Consistency or Availability. This is a trade-off and choice will depend on the requirements of the domain and the use-cases

The Bitcoin blockchain opts for Availability

There is no master or central node to enforce Consistency. So there needs to be a consensus algorithm, for nodes to vote on the true state of the database(the blockchain).

Bitcoin blockchain is open, so it cannot use simple majority voting

Fork in Bitcoin

Regular operations (or internal) fork: The temporary existence of competing chains as miners process competing blocks

Software fork: In open-source software projects, a fork is a new software project trajectory that starts from an earlier project.

Consensus Protocols

Proof of Work (PoW)

Proposed to provide disincentive to Sybil attacks to make it less likely that malicious nodes could take over the network.

Requires compute which uses a lot of power.

Proof of Stake (PoS)

Nodes validate blocks in proportion to their financial stake in the system

Then other nodes have to approve

If nodes behave badly, they forfeit their stake

Possible Flaws

Proof of Authority (PoA)

Other Protocols

Comparison

Consensus Attacks

Sybil attacks

51% Attacks

Double-spend attacks

How it works:

So the blockchain eventually confirms TX2 and not TX1.

Money

Money Properties

Inflation and Hyperinflation

Fiat Money

Fiat money is a currency (a medium of exchange) established as money, often by government regulation. Fiat money does not have intrinsic value and does not have use value. It has value only because a government maintains its value, or because parties engaging in exchange agree on its value.

Inflation

Stable Coin

Stable coins are the digital currencies pegged to the cost of fiat money, or any other asset.

Fiat Collateralized

Backed by a real-world currency. Supported by fiat money or physical values (Tether, TrueUSD).

Pros:

Cons:

Crypto-Collateralized

Backed by a cryptocurrency. The price is tied to the value of other cryptocurrencies (Dai).

Pros:

Cons:

Non-Collateralized

Stable price by itself using smart contract. The price is regulated by the issue of coins, but at the same time it is not supported by either traditional money or other cryptocurrencies (Carbon, Havven).

Pros:

Cons:

functions of cryptocurrencies

A cryptocurrency may be useful as:

However

users of cryptocurrencies

value a cryptocurrency

Supply-side:

Demand side:

Initial Coin Offering (ICO) and Token Generation Events (TGE)

Money Raise for Startup

Newer Forms of Fundraising

Check on investors

Howey Test

The Howey Test refers to the U.S. Supreme Court case for determining whether a transaction qualifies as an “investment contract,” and therefore would be considered a security and subject to disclosure and registration requirements under the Securities Act of 1933 and the Securities Exchange Act of 1934.

Under the Howey Test, a transaction is an investment contract for securities if four conditions are satisfied:

ICO/IPO

Initial Coin Offering (ICO) is the cryptocurrency equivalent of an Initial Public Offering (IPO), where a company goes from private to public status by selling shares for equity. This is typically done to get funds without the need to go to a Venture Company (VC) or bank. An ICO solves the basic problem of initial coin distribution. Also called a Token Generation Event (TKE).

ICOs also retain at least two important structural differences from IPOs.

  1. ICOs are largely unregulated, meaning that government organizations like the Securities and Exchange Commission (SEC) do not oversee them.
  2. Due to their decentralization and lack of regulation, ICOs are much freer in terms of structure than IPOs.

Token Standards (Ethereum)

A protocol for tokens to interact on the Ethereum network

ERC223 token standard

ERC721 – The Ethereum standard for Non-Fungible Tokens (NFTs)

Concerns of Regulators

Stages of an ICO

Token Allocation Mechanisms

Risk

Distributed Ledger Technologies (DLT) Platform

Distributed Ledger

Difference with Blockchain

A distributed ledger is decentralized to eliminate the need for a central authority or intermediary to process, validate or authenticate transactions. Enterprises use distributed ledger technology to process, validate or authenticate transactions or other types of data exchanges. Typically, these records are only ever stored in the ledger when the consensus has been reached by the parties involved.

A blockchain is essentially a shared database filled with entries that must be confirmed and encrypted. The name blockchain refers to the “blocks” that get added to the chain of transaction records. To facilitate this, the technology uses cryptographic signatures called a hash. In short, blockchain is a specific type of distributed ledger. It is designed to record transactions or digital interactions and bring much-needed transparency, efficiency, and added security to businesses.

Main Benefits of DLT

A distributed ledger gives control of all its information and transactions to the users and promotes transparency. They can minimise transaction time to minutes and are processed 24/7 saving businesses billions. The technology also facilitates increased back-office efficiency and automation.

Distributed ledgers such as blockchain are exceedingly useful for financial transactions. They cut down on operational inefficiencies (which ultimately saves money). Greater security is also provided due to their decentralized nature, as well as the fact that the ledgers are immutable.

Alternatively, blockchain technology offers a way to securely and efficiently create a tamper-proof log of sensitive activity. This includes anything from international money transfers to shareholder records. Financial processes are radically upgraded to offer companies a secure, digital alternative to processes run by a clearinghouse. Altogether avoiding these often bureaucratic, time-consuming, paper-heavy, and expensive processes.

When you write data to a blockchain, it gets etched on the network. When you have a series of transactions over time, you gain an accurate and immutable audit trail. This is very useful for financial audits. Having data stored in a place where no single entity owns or controls it, and no one can change what’s already written, gives you benefits similar to double-entry book-keeping. Ultimately, this means that there are fewer chances of errors or fraud.

Major Use Cases

Ethereum

Ethereum Gas

Gas is an internal currency in Ethereum used to control demand and supply of transaction processing on the platform, and to prevent infinite loops.

Why have Ethereum Gas?

Ethereum Virtual Machine (EVM)

Corda

Features

Problem

Design

Other Technologies

A central database with secure private messaging and with

Comparison

Conclusion

Smart Contracts

Smart contract is an automated computer programme or script, usually based on agreement between two or more parties, that autonomously executes at a trigger. Distributed ledger is a neutral platform enabling sharing of data in a tamper-proof way.

Modifying Data Storage

Smart contracts and trust

Using DLT to prove agreements exist

A Stampery is a service that stamps a document to certify its existence at a particular date and time. This provides a proof-of-agreement service.

Agreements using smart contracts

Conclusion

Challenges

Research Challenges

Implementation Challenges

Key Technical Challenge: Scaling