From 0dffa9ecd8ae6bf5b08287db5e3ce6c6c3466b03 Mon Sep 17 00:00:00 2001 From: sdiehl Date: Thu, 24 Feb 2022 09:42:20 +0000 Subject: [PATCH] Outline concepts section --- concepts/artificial-scarcity.md | 0 concepts/asymmetric-information.md | 1 + concepts/blockchain.md | 3 +++ concepts/central-banks.md | 1 + concepts/cryptoasset.md | 1 + concepts/currency.md | 16 ++++++++++++++++ concepts/dao.md | 1 + concepts/free-rider-problem.md | 0 concepts/moral-hazard.md | 1 + concepts/nft.md | 1 + concepts/public-goods-problem.md | 1 + concepts/smart-contracts.md | 1 + concepts/stablecoin.md | 1 + concepts/web3.md | 1 + concepts/zero-sum-game.md | 1 + 15 files changed, 30 insertions(+) create mode 100644 concepts/artificial-scarcity.md create mode 100644 concepts/asymmetric-information.md create mode 100644 concepts/blockchain.md create mode 100644 concepts/central-banks.md create mode 100644 concepts/cryptoasset.md create mode 100644 concepts/currency.md create mode 100644 concepts/dao.md create mode 100644 concepts/free-rider-problem.md create mode 100644 concepts/moral-hazard.md create mode 100644 concepts/nft.md create mode 100644 concepts/public-goods-problem.md create mode 100644 concepts/smart-contracts.md create mode 100644 concepts/stablecoin.md create mode 100644 concepts/web3.md create mode 100644 concepts/zero-sum-game.md diff --git a/concepts/artificial-scarcity.md b/concepts/artificial-scarcity.md new file mode 100644 index 0000000..e69de29 diff --git a/concepts/asymmetric-information.md b/concepts/asymmetric-information.md new file mode 100644 index 0000000..841cb83 --- /dev/null +++ b/concepts/asymmetric-information.md @@ -0,0 +1 @@ +# Asymmetric Information diff --git a/concepts/blockchain.md b/concepts/blockchain.md new file mode 100644 index 0000000..a65856f --- /dev/null +++ b/concepts/blockchain.md @@ -0,0 +1,3 @@ +# Blockchain + + diff --git a/concepts/central-banks.md b/concepts/central-banks.md new file mode 100644 index 0000000..ce1f1e0 --- /dev/null +++ b/concepts/central-banks.md @@ -0,0 +1 @@ +# Central Banks diff --git a/concepts/cryptoasset.md b/concepts/cryptoasset.md new file mode 100644 index 0000000..c3bea1a --- /dev/null +++ b/concepts/cryptoasset.md @@ -0,0 +1 @@ +# Crypto Asset diff --git a/concepts/currency.md b/concepts/currency.md new file mode 100644 index 0000000..1660182 --- /dev/null +++ b/concepts/currency.md @@ -0,0 +1,16 @@ +# Currency + +Properties + +* Unit of Account +* Medium of Exchange +* Store of Value + +Observables + +* durability +* portability +* divisibility +* uniformity +* limited supply +* acceptability diff --git a/concepts/dao.md b/concepts/dao.md new file mode 100644 index 0000000..eee1feb --- /dev/null +++ b/concepts/dao.md @@ -0,0 +1 @@ +# Distributed Autonomous Organization diff --git a/concepts/free-rider-problem.md b/concepts/free-rider-problem.md new file mode 100644 index 0000000..e69de29 diff --git a/concepts/moral-hazard.md b/concepts/moral-hazard.md new file mode 100644 index 0000000..870f628 --- /dev/null +++ b/concepts/moral-hazard.md @@ -0,0 +1 @@ +# Moral Hazard diff --git a/concepts/nft.md b/concepts/nft.md new file mode 100644 index 0000000..8abb402 --- /dev/null +++ b/concepts/nft.md @@ -0,0 +1 @@ +# Non Fungible Token diff --git a/concepts/public-goods-problem.md b/concepts/public-goods-problem.md new file mode 100644 index 0000000..91f5525 --- /dev/null +++ b/concepts/public-goods-problem.md @@ -0,0 +1 @@ +# Public Goods Problem diff --git a/concepts/smart-contracts.md b/concepts/smart-contracts.md new file mode 100644 index 0000000..99a1357 --- /dev/null +++ b/concepts/smart-contracts.md @@ -0,0 +1 @@ +# Smart Contracts diff --git a/concepts/stablecoin.md b/concepts/stablecoin.md new file mode 100644 index 0000000..2d5a5e0 --- /dev/null +++ b/concepts/stablecoin.md @@ -0,0 +1 @@ +# Stablecoin diff --git a/concepts/web3.md b/concepts/web3.md new file mode 100644 index 0000000..974d918 --- /dev/null +++ b/concepts/web3.md @@ -0,0 +1 @@ +# Web3 diff --git a/concepts/zero-sum-game.md b/concepts/zero-sum-game.md new file mode 100644 index 0000000..01e2713 --- /dev/null +++ b/concepts/zero-sum-game.md @@ -0,0 +1 @@ +# Zero Sum Games