Topic 1: Emerging Topics Flashcards

1
Q

What is a stable coin and what is its key purpose in the DeFi system?

A

Stablecoin is an asset whose value is pegged to traditional currency. Its key purpose is to fulfil financial contracts which require low volatility assets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define NFT

A
  • blockchain-based tokens that each represent a unique asset
  • irrevocable digital certificate of ownership and authenticity for a given asset, whether digital or physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define walled garden and its implication for liquidity and arbitrage trading

A

Early decentralized exchanges were implemented as “walled gardens” with no interactions between the different exchanges and no shared liquidity.

This resulted in low transaction volumes, large bid/ask spreads, high network fees, and slow movement of funds between exchanges, which created barriers to arbitrage trading.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define flash loan

A

Unsecured loans available on decentralised loan platforms

Loans must be repaid atomically; ie borrower receives and repays within the same blockchain transaction. if not, then the whole transaction is invalid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Peer to peer protocol

A
  • query on network for counterparts who wants to trade a specific pair of crypto assets, negotiating the exchange rate bilaterally before execution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Constant function market maker (CFFM)

A

smart contract liquidity pool that holds at least two cryptoassets in reserve and allows users to trade between two cryptoassets, with the exchange rate determined by a constant product model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In a CFFM, what is the relationship between two tokens

A

Model of two token reserves is constantI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In CFFM, what is the token reserve curve

A

Convex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In CFFM, what’s the relationship between price of token and supply

A

Low supply = expensive token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the 0x crypto ecosystem?

A
  • open sourced
  • decentralised exchange infra
  • low friction peer to peer exchange of tokenised assets on multiple ETH block chains
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The three steps of trading process of the 0x ecosystem

A
  1. Makers submit pre-signed orders to relayer to be included in the relayers’ off chain order book
  2. Potential takers query the order book and select one of the orders
  3. Takers sign and submit to the smart contract, triggering atomic exchange
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In collateralised debt market, difference between P2P matching and pooled loans

A
  1. Pooled: Variable interest rates determined by supply and demand
  2. In P2P matching, parties agree on fixed rate and time period for loan repayment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Advantages and disadvantages of a centralised exchange

A

ADV: efficiency

DISADV:
- exposed to potential cyber attack
- loss due to dishonest operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the DeFi stack?

A

Settlement - block chain and native asset protocol which ensures network stores ownership info securely

Asset
Protocol
App
Aggregation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Advantages of smart contracts

A
  1. secure
  2. run of DeFi blockchain (no need for intermediary)
  3. executed automatically based on a set of criteria
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a price oracle

A
  • mechanism that provides asset prices to a blockchain
  • blockchains are isolated ecosystems, no direct way of querying external data
  • API to fetch asset prices from centralised exchanges
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

key risks of DeFi ecosystem

A
  1. operational security
  2. dependencies
  3. external data
  4. illicit activity / bad actors
  5. scalability / use of energy
  6. smart contract execution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a collateralised debt position and the key steps involved to creating a CDP and how a CDP is closed

A
  • cryptocurrency asset is leveraged to create stable coin (e.g. DAI in MakerDAO)
  • issues new token without the need for a counterparty
  • to create the tokens, user deposits crypto assets in mart contract as collateral (at min. ratio)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Advantages and Disadvantages of “on-chain” collateral

A

ADV: transparency

DISADV: depend on the state of the blockchain for validity, e.g. Maker DAI and can be volatile

e.g. algo stablecoins are not fully backed by collateral but using reserves in on-chain assets and issues/redeems stable coins to match demand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How does MakerDAO address the issue of high volatility of ETH

A

DAI requires overcollateralisation of ETH upon issuance

If the value of ETH falls below min. threshold 150% of DAI, smart contract will auction off ETH to cancel the debt in DAI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the role of price relayers

A

Maintain order book that providers taker information needed to find orders they want to match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Benefits of decentralised exchanges compared to centralised exchanges

A

Decentralised exchanges mitigate CP risk by allowing users to remain in control of assets until transaction is executed

Trades exec atomically via smart contract; indivisible transaction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is an inverse token

A
  • inverse of the performance of reference asset
  • used to obtain short exposure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

opportunities in DeFi

A
  • Composability: apps and protocols being combined to create new services, flexibility for financial engineering
  • Accessibility
  • Transparency
  • Efficiency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Difference between asset based and event based derivatives tokens
Asset based: references performance of an asset Event based: depends on any observable variable
26
What is the blockchain trilemma
Scalability Security Decentralisation
27
Describe operational security risk in DeFi
Protocols and applications use admin keys which permit a pre-defined group of individuals to upgrade contracts and perform emergency shutdowns If they are malicious / pursue own financial interests, then place user assets at risk of loss
28
Three backing models used for promise-based tokens
1. no collateral 2. off-chain collateral 3. on-chain collateral
29
name a protocol for a decentralised exchange that uses off-chain order books
0x
30
Difference between collateralised debt position (CDP) and collateralised debt markets
CDP: create new token Market: using existing token to borrow crypto form another party
31
Drawbacks of Bitcoin DeFi
1. only simple currency-based transactions can be carried out 2. expensive/slow 3. not interoperable between blockchains
32
2 countries that have approved Bitcoin ETF applications
Brazil and Canada
33
What are Automated Market Makers
- Smart contracts that provide liquidity - Each AMM holds pool of 2 assets and enables users to swap between them at exchange rate set by formula
34
Term for decentralised machine learning
Federated machine learning
35
Process of Federated Machine Learning and ensuring data security
- training models at the edge (not in central location) using distributed data set - privacy preserving data infra is used
36
Why did SEC deny applications for bitcoin etc filing?
- concerns on security - concerns on manipulation - due to market fragmentation - whether regulated bitcoin market of significant size exists
37
cheapest way of gaining exposure to bitcoin
CME bitcoin futures
38
steps for systematic trading
1. data access / cleaning 2. data analysis 3. trading signal generation 4. trade execution 5. post trade analysis
39
ICO vs STO vs IPO
STO is subject to securities regulations thus safer than ICO STO provide significant efficiencies and cost savings compared to OPO
40
Benefits of tokenised investing
- cheaper for company to fund raise, greater liquidity - for investor: lower risk, faster settlement, better risk management
41
What is a utility token?
Provides stakeholders access to a specific digital application of service in blockchain
42
Properties of Distributed Ledger
Distributed Immutable - cannot be changed, validated records on distributed ledger or irreversible Programmable Secure Anonymous Time-stamped Unanimous
43
Define a smart contract
A computer program stored on bitcoin platform automatically execute agreement once a condition is met
44
What are the two main types of regulated futures markets for digital assets?
Physical and cash settled
45
Main advantage of using cash settled rather than physical settled
Cash settled: traded on same platform as futures, regulated by CFTC. No concern about custody
46
Explain how block chain is tamper resistant
- each block is cryptographically secured and connected to each blockchain - change block without detection all blocks would have to be changed
47
Capital efficiency of physical bitcoin exposure
- physical bitcoin used as collateral to access liquidity - liquidity, borderless, fast and final settlement, real time price discovery
48
How to create risk neutral position in BTC
Long spot BTC, short long dated futures
49
How is blockchain security maintained?
Consensus mechanism cryptography incentive structures
50
How can data integrity be accessed?
- data governance policy - ethics policy on data use - cost-benefit framework for judging the value of additional data. Is it mission critical
51
In "Assessing Long Term Investor Performance: Principles, Policies and Metrics", what are the golden rules in designing effective performance metrics?
1. consistent across the organisation 2. based on function and goal 3. transparent and parsimonious 4. mutually exclusive and collectively exhaustive (MECE) 5. adaptive to market risk
52
Does fund specialisation increase likelihood of successful action item implementation?
Yes, funds benefit from economies of specialisation. Likelihood of action point being successfully implemented is greater if the other deals pursue related action items e.g. governance engineering, operational improvement
53
Difference between CEX and Automated Market Maker
In a traditional exchange, buyers' and sellers' asset price orders are matched with each other based on the exchange's central limit order book. With AMMs, users place trades directly with each other (no intermediary) using a liquidity pool of tokens supplied by AMM users.
54
What are the three consensus mechanisms?
1. Proof of Work 2. Proof of Stake 3. Delegated proof of stake
55
Four key production inputs according to "Assessing Long Term Performance"
1. Capital 2. People 3. People 4. Information
56
Three environmental enablers
1. Governance 2. Culture 3. Tech
57
Long term performance of an investment organisation is the product of:
1. Environmental Enablers 2. Production Inputs 3. Mobilises the commitment of investment professionals 4. by ensuring alignment of interests 5. sharing of info 6. consistent with comp adv 7. org goals
58
Why is looking at quarterly returns a flawed measure of long term success?
1. performance metrics tend to overlook risks taken to generate returns + liabilities that the strategies are meant to cover 2. no meaningful comparisons since each investor have different traits 3. different time horizons
59
Metric for commitment = above how many years is considered long?
4 or 5
60
What are the two metrics of final performance?
1. Portfolio health: discount rate of expected return target. Funding status / discount rate = higher the number, healthier the fund 2. Cost efficiency:
61
According to Clark and Monk: What do the intermediate outputs of an investment organization represent?
- Journey to Long Term goal - Key outputs by combining production inputs and environmental enablers
62
Other than illiquidity premium, explain two other factors why PE may generate more return
Small cap bias Higher beta, thus higher equity risk
63
What are the three key findings in "Expected Returns of PE"
1. Leveraged small cap may be better benchmark for PE, IRR may be misleading compared to time weighted return 2. Smoothed returns understate true economic risk + lack of MTM 3. Rich valuations = smaller oupeformance over equity
64
Why has PE returns dropped
- Rich valuations in PE - Decline in PE leverage
65
From 1986 to 2017, did PE exceed small cap value stock returns?
NoS
66
State an issue with IRR and what is the preferred performance metric?
IRR is misleading and can be gamed Preferred metric: Public Market Equiv. Compare capital generated by PE to that by public market index over fund life
67
What is the most appropriate benchmark for PE?
Leveraged Small Cap equity index
68
69
What are some of the top VCPs
1. Financial Engineering 2. Topline growth 3. operational improvement
70
For minority stake holders, what type of strategies perform the best
homogenous strategy
71
Private equity firms implement value creation plans more frequently for which type of private equity deal, fund ownership, and growth strategy?
Buyout Majority owned Inorganic growth
72
most popular VCP strategies (descending)
1. Top-line growth 2. Financial engineering 3. Cash mgmt
73
Which VCP combinations predict highest returns?
HIGHEST: - topline growth - governance engineering - financial engineering LOWEST: - operational improvements - governance engineering
74
Most popular action items
1. buying/upgrading assets 2. charging product and service mix 3. pursuing M&A
75
regional PE funds are more likely to implement which VCPs
- topline growth and governance engineering - likely to consolidate across counreis and use wider networks of managers and board members
76
Name some liqudity management strategies
1. MM/T-Bills 2. PME 3. Tiering based on average call rates 4. Conservative application of tiering - highest 10th percentile of call rates each year
77
How many % uncalled by PE investors after 5 years
20% private debt: 10%
78
Define Gap Risk
In CPPI, floor is violated if value of risky asset declines by more than 1/m
79
Define Time invariant Portfolio Protection Strategy
TIPP is a variant of the CPPI, and differences: - floor = % of portfolio's previous high water mark - does not require timr horizon