Three Types of Money Creation Haoqian Zhang, Supervised by Prof. - - PowerPoint PPT Presentation

three types of money creation
SMART_READER_LITE
LIVE PREVIEW

Three Types of Money Creation Haoqian Zhang, Supervised by Prof. - - PowerPoint PPT Presentation

Three Types of Money Creation Haoqian Zhang, Supervised by Prof. Bryan Ford, EPFL Thanks Basescu Cristina and Marchal Alexis. *Data from numbeo.com This Talk: (1) Money Creation in Modern Economy (2) Cryptocurrency is Different (3)


slide-1
SLIDE 1

Three Types of Money Creation

Haoqian Zhang, Supervised by Prof. Bryan Ford, EPFL

Thanks Basescu Cristina and Marchal Alexis.

slide-2
SLIDE 2
slide-3
SLIDE 3

*Data from numbeo.com

slide-4
SLIDE 4
slide-5
SLIDE 5
slide-6
SLIDE 6

This Talk:

(1) Money Creation in Modern Economy (2) Cryptocurrency is Different (3) Currency Issuance Language (CIL) (4) Community Cryptocurrency (5) Monetary Policy Language (MPL) (6) Demurrage Implementation and Application

6

slide-7
SLIDE 7

Outline

1. Proof-of-Credit US Dollar, Euro 2. Proof-of-Resource Gold, Bitcoin 3. Proof-of-Personhood Universal Base Income, Mutual Credit

7

slide-8
SLIDE 8

Outline

1. Proof-of-Credit US Dollar, Euro 2. Proof-of-Resource Gold, Bitcoin 3. Proof-of-Personhood Universal Base Income, Mutual Credit

8

slide-9
SLIDE 9

Money Creation in Modern Economy

9

Assets: Liabilities: 10$ Deposit Bob Bank A Assets: Liabilities: 900K$ Deposit of Bob Deposit Loan 900K$ Loan

  • f Bob

100K$ Cash 100K$ Deposit 100K$ Cash 100K$ Deposit

slide-10
SLIDE 10

The Debt-Based Economy

Money Creation Debt Creation 900K$ Deposit 900K$+

1. Majority of money is created by commercial banks. 2. Money creation relies on lending and borrowing. 3. The amount of debt exceeds the total money supply.

10

slide-11
SLIDE 11

Central Bank

11

slide-12
SLIDE 12

Goal of Central Bank

12

slide-13
SLIDE 13

Goal of Central Bank

13

slide-14
SLIDE 14

Asset Price Inflation

14

Goods & Services Assets

slide-15
SLIDE 15

Asset Price Inflation

15

Goods & Services Assets

slide-16
SLIDE 16

Outline

1. Proof-of-Credit US Dollar, Euro 2. Proof-of-Resource Gold, Bitcoin 3. Proof-of-Personhood Universal Base Income, Mutual Credit

16

slide-17
SLIDE 17

Proof-of-Resource

17

slide-18
SLIDE 18

Cryptocurrency

Cryptocurrency is debt-free money Set/change the currency issuance mechanism Challenges: Optimal monetary policy for cryptocurrency. Encourage real exchange and discourage speculation

18

slide-19
SLIDE 19

Currency Issuance Language

{ "base": "block", "period": 1, "update": [ { "formula": "50 / (2 ** (Height / 210000))", "target": "BlockMiner" } ] }

19

slide-20
SLIDE 20

Currency Issuance Language

{ "base": "year", "period": 1, "update": [ { "formula": "50 * 52500 / (2 ** (Year / 4))", "target": "BitcoinSupply" } ] }

20

slide-21
SLIDE 21

Currency Issuance Language

{ "base": "block", "period": 1, "update": [ { "formula": "BaseReward", "target": "BlockMiner" }, { "times": "len(UncleBlocks)", "formula": "BaseReward*(9-UncleBlocks[i].k)/8", "target": "UncleBlocks[i].Miner" }, { "condition": "len(UncleBlocks)>0", "formula": "len(UncleBlocks)*BaseReward/32", "target": "BlockMiner" } ] }

Block Reward Uncle Reward Uncle Incl. Reward

21

slide-22
SLIDE 22

Currency Issuance Language

{ "base": "year", "period": 1, "update": [ { "formula": "BaseReward * DailyBlocks * 365", "target": "EtherSupply" }, { "formula": "BaseReward * DailyUncles * (9 - UnclesK) / 8 * 365", "target": "EtherSupply" }, { "formula": "BaseReward / 32 * DailyUncleBlocks * 365", "target": "EtherSupply" } ] }

22

slide-23
SLIDE 23

Ether Supply

23

slide-24
SLIDE 24

Currency Issuance Language

Implementation: Go Language, using Expr Library Application: (1) Plug into different platforms. (2) Simulation (account level or macro level) (3) Focusing only on currency issuance. Limitation: (1) Not all can be modeled well in this framework (2) Mechanics and assumptions of blockchains cannot be clearly separated

24

slide-25
SLIDE 25

Outline

1. Proof-of-Credit US Dollar, Euro 2. Proof-of-Resource Gold, Bitcoin 3. Proof-of-Personhood Universal Base Income, Mutual Credit

25

slide-26
SLIDE 26

Universal Base Income

26

1000$/Month 1000$/Month 1000$/Month 1000$/Month 1000$/Month

slide-27
SLIDE 27

Mutual Credit

27

slide-28
SLIDE 28

Mutual Credit

28

  • 100$

100$ 100$

slide-29
SLIDE 29

Community Currency

29

slide-30
SLIDE 30

Community Cryptocurrency

30

Identity Control Blockchain Preventing Sybil Attacks Transparent Deterministic Monetary Policy No Single Point of Failure ...

slide-31
SLIDE 31

Monetary Policy Language

(1) Currency Issuance Initial Distribution, Periodic Creation(block, month...) (2) Transaction Transaction Fee, Condition (3) Demurrage Negative Interest

31

slide-32
SLIDE 32

Demurrage

32

slide-33
SLIDE 33

Universal Base Income

{ "base": "month", "period": 1, "update": [ { "times": "len(Members)", "formula": "-balance(Members[i])*0.01+1000", "target": "Members[i]" } ] }

33

1000 coins per month Funded by demurrage gradually 1% per month Rich pay more

slide-34
SLIDE 34

Mutual Credit

{ "condition": "Value>0 && balance(Sender)-Value>=negative_limit(Sender) && balance(Receiver)+Value<=positive_limit(Receiver)", "update": [{ "formula": "-Value", "target": "Sender" }, { "formula": "Value", "target": "Receiver" } ] }

34

slide-35
SLIDE 35

Prevent Spamming

"events": [{ "base": "day", "period": 1, "update": [{ "times": "len(Members)", "formula": "-balance(Members[i])+10", "target": "Members[i]" }] }]

35

10 coins per day 100% per day

slide-36
SLIDE 36

Prevent Spamming

36

"transfer": { "condition": "Value>=1 && balance(Sender)>=Value", "update": [{ "formula": "-Value", "target": "Sender" }] }

slide-37
SLIDE 37

Demurrage in UTXO

37

Transaction 1 100 Coins In Out Transaction 2 In Out 100 Coins 99 Coins One Month Later 99 Coins *Demurrage rate is 1% per month

slide-38
SLIDE 38

Demurrage in Global Balance Model

38

*Demurrage rate is 1% per month Current Date Address Value in DB Timestamp in DB Real Balance 1 Jan 2020 1BvBMSEYst 100 1 Jan 2020 100 coins One Month Later: 1 Feb 2020 1BvBMSEYst 100 1 Jan 2020 99 coins Immediately Before Receiving or Spending Coins: 15 Feb 2020 1BvBMSEYst 99 15 Feb 2020 99 coins Spending 10 coins: 15 Feb 2020 1BvBMSEYst 89 15 Feb 2020 89 coins

slide-39
SLIDE 39

Demurrage in Bitcoin

(1) Encourage spending (disencourage hoarding) (2) Replace zombie coins gradually (3) Funding block rewards (e.g. 1% per year for block rewards)

39

slide-40
SLIDE 40

Conclusion & Future Work

Our current monetary system is not perfect. Cryptocurrency could be an alternative solution. Formally describing monetary policies is the first step.

40

slide-41
SLIDE 41

Conclusion & Future Work

More Community Cryptocurrency Applications Extending the Monetary Policy Language Implementing Community Cryptocurrency in Blockchain

41

slide-42
SLIDE 42

Further Reading

(1) Money creation in the modern economy

By Michael McLeay, Amar Radia and Ryland Thomas, 2014

(2) Can banks individually create money out of nothing? — The theories and the empirical evidence

By Richard A.Werner, 2014

42

slide-43
SLIDE 43

Banking System

43

Central Bank Commercial Banks

slide-44
SLIDE 44

100$ 100$ Money Supply:

Fractional-Reserve Banking

44

slide-45
SLIDE 45

90$ Cash

Bank Lending

90$ Cash Goods 90$ Cash *Assuming Reserve Ratio is 10% Alice Bob

45

Bank A Bank B Deposit 90$ Loan 90$

slide-46
SLIDE 46

Balance Sheet of Bank A

46

Assets: Liabilities: 100$ Cash 100$ Deposit Alice Bank A Assets: Liabilities: 10$ Cash 100$ Deposit Cash Loan 90$ Loan

  • f Alice
slide-47
SLIDE 47

Balance Sheet of Bank B

47

Assets: Liabilities: Assets: Liabilities: 90$ Cash 90$ Deposit

  • f Bob

Bank B Bob Cash Deposit

slide-48
SLIDE 48

100$ *Assuming Reserve Ratio is 10% 90$ 81$ 100$ 190$ 271$ (Up to)1000$ Money Supply:

Money Multiplier

48

slide-49
SLIDE 49

100$ *Assuming Reserve Ratio is 10% 90$ 81$ 100$ 190$ 271$ (Up to)1000$ Money Supply: 100$ Cash Central Bank

Role of Central Bank

49

slide-50
SLIDE 50

End of the Year

90$+Interest Lend 90$ Alice

50

slide-51
SLIDE 51

100$ *Assuming Reserve Ratio is 10% 90$ 81$ 100$ 190$ 271$ (Up to)1000$ Money Supply: 100$+Interest Central Bank

End of the Year

51

slide-52
SLIDE 52

The Debt-Based Economy

Money Supply: Debt: 1000$ (100$ Cash + 900$ Deposit) 1000$+

1. Majority of money is created by commercial banks. 2. Money creation relies on lending and borrowing. 3. The amount of debt in the world exceeds the total money supply.

52

slide-53
SLIDE 53

Assumed that all money is used for GDP transactions: MV = PQ

with constant or stable V M is money supply. Its unit is dollar. V is velocity of money. Its unit is per year. Q is real GDP. Its unit is dollar/year P is price level. PQ will be the nominal GDP.

Conventional Theory

53

slide-54
SLIDE 54

Money is used for all transactions: MV = PQ

M is money supply. Its unit is dollar. V is velocity of money. Its unit is per year. QP is the values of all transactions. M = Mr + Mf Money used for GDP transactions, used for the ‘real economy’ (‘real circulation’) (Mr) Money used for non-GDP transactions (‘financial circulation’) (Mf)

The Quantity Theory of Credit (Werner, 1992, 1997)

54

slide-55
SLIDE 55

Considering growth of money supply : MrVr = PrQr MfVf = PfQf

Assume Vr and Vf is constant or stable: ΔMr -> Δnom. GDP (real economy) ΔMf -> Δ(Pf+Qf) (asset market)

Banks’ decisions reshape the economic landscape

The Quantity Theory of Credit (Werner, 1992, 1997)

55

slide-56
SLIDE 56

The allocation of bank credit creation determines what will happen to the economy:

non-GDP credit Case 1: Financial credit (= credit for transactions that do not contribute to and are not part of GDP) => Result: Asset inflation, bubbles and banking crises GDP credit Case 2: Consumption credit => Result: Inflation without growth Case 3: Investment credit (= credit for the creation of new goods and services or productivity gains that generate income) => Result: Growth without inflation, even at full employment

The Quantity Theory of Credit (Werner, 1992, 1997)

56