Quiz: Why DeFi Needs Blockchain

20 multiple-choice questions · Airbnb trust-tax, Aave flash loans, Lehman Brothers · Click an option to check your answer

20Questions 0Correct
Score: 0 / 20

Question 1

The "trust tax" in financial systems refers to which of the following?

  • (A) A government levy charged on bank profits
  • (B) The margin, fee, or friction added by intermediaries to verify and enforce transactions
  • (C) The cost Airbnb charges to verify host identities
  • (D) Insurance premiums paid to cover counterparty default
Answer: (B) Every trusted intermediary (bank, broker, clearing house) charges for the service of verifying identities, checking balances, and enforcing contract terms. This markup is the "trust tax." It is not evil -- it reflects real work -- but blockchain proposes to encode that same work in auditable protocol rules, reducing or eliminating the margin that goes to the intermediary.

Question 2

In the Airbnb analogy used in the lecture, what is the trust-tax equivalent when booking accommodation through a traditional travel agent?

  • (A) The cleaning fee charged by the host
  • (B) The government tourism tax added to every booking
  • (C) The agent's commission and the overhead of verifying host credibility on your behalf
  • (D) The credit card processing fee on the final payment
Answer: (C) A traditional travel agent verifies hotels, holds relationships, and charges a margin -- that is the trust tax. Airbnb reduced this by using reviews, identity verification, and payment escrow to let strangers transact directly. DeFi proposes the same shift for finance: replace the bank's trust function with on-chain verification and smart-contract enforcement.

Question 3

What made the 2008 Lehman Brothers collapse a systemic crisis rather than just one firm's failure?

  • (A) Counterparty exposure: hundreds of institutions held Lehman as their trusted intermediary, so its failure froze interbank trust overnight
  • (B) Lehman held all government bonds on behalf of other banks
  • (C) Regulators had insured Lehman's liabilities with taxpayer money
  • (D) Lehman operated the global SWIFT messaging network
Answer: (A) Lehman was a central counterparty and prime broker for countless trades. When it failed, no one knew who else was exposed, so institutions stopped lending to each other -- the credit freeze. This is the systemic version of the trust-tax problem: concentrating trust in one node makes the whole network fragile. Blockchain's distributed verification is a structural response to this single-point-of-failure design.

Question 4

A flash loan in DeFi allows a borrower to borrow millions without any collateral. What is the single condition that makes this safe?

  • (A) The borrower must have a minimum credit score on-chain
  • (B) A human guarantor must co-sign the loan
  • (C) The loan must be repaid within 30 days
  • (D) The borrow and repay must occur within the same blockchain transaction block; if not repaid, the whole transaction reverts
Answer: (D) Atomicity is the key: the entire sequence (borrow, use funds, repay) either completes fully or is reversed as if it never happened. There is no credit risk because if the repayment step fails, the blockchain state rolls back -- the lender never actually parts with funds. This is only possible because the "enforcement" step is encoded in the protocol, not delegated to a trusted third party.

Question 5

In the Aave protocol, a borrower taking a $500,000 flash loan to exploit an arbitrage opportunity pays back $500,000 plus a fee in the same transaction. Who receives that fee?

  • (A) Aave Labs as operating profit
  • (B) Liquidity providers who deposited the funds into the Aave pool
  • (C) The Ethereum Foundation as a protocol subsidy
  • (D) The borrower receives it back as a gas rebate
Answer: (B) Aave's flash loan fee goes to the liquidity pool, which means depositors (LPs) earn yield on assets that sit idle between standard loans. This is protocol-layer revenue flowing directly to capital providers -- no bank margin is extracted. The Aave Labs company earns from the application layer (front-end fees, governance), but the core protocol fee goes to LPs.

Question 6

Transaction Cost Economics (TCE) identifies three costs that intermediaries reduce. Which set is correct?

  • (A) Storage, computation, and bandwidth costs
  • (B) Regulatory, legal, and accounting costs
  • (C) Search costs, verification costs, and enforcement costs
  • (D) Liquidity costs, custody costs, and settlement costs
Answer: (C) Coase's TCE framework: search (finding a counterparty), verification (confirming identity and balances), and enforcement (ensuring the deal is honored). Banks reduce all three -- but charge for it. Blockchain encodes search (transparent order books), verification (cryptographic proofs), and enforcement (irreversible execution) into the protocol, which is why it is structurally competitive with intermediated finance for certain transaction types.

Question 7

Why is a traditional bank loan reversible but an Ethereum transaction is not?

  • (A) Banks have dispute resolution, legal recourse, and chargebacks; blockchain state is final once confirmed and no central authority can reverse it
  • (B) Ethereum transactions can always be reversed by paying a higher gas fee
  • (C) Banks use cryptography to lock transactions permanently
  • (D) There is no difference; both systems allow reversal within 24 hours
Answer: (A) A bank is an accountable, regulated entity that can reverse fraudulent transfers under court order or its own fraud policies. Ethereum has no central authority: once a block is finalized, the state is permanent (barring a 51% attack or a hard-fork consensus, which is extraordinary). This irreversibility is the trade-off: lower trust-tax, but no recourse if you make an error or are defrauded.

Question 8

The Airbnb hook in the lecture is used to illustrate which broader principle about trust in two-sided markets?

  • (A) That platform companies always extract more trust-tax than banks
  • (B) That decentralized reputation and escrow can replace some functions of a human intermediary, reducing friction without eliminating trust entirely
  • (C) That trust is impossible between strangers without government involvement
  • (D) That crypto wallets work the same way as Airbnb host profiles
Answer: (B) Airbnb did not eliminate trust -- it redistributed it. Guests trust the review system; hosts trust the payment guarantee; both trust Airbnb's dispute resolution. The trust tax was cut but not zeroed out. DeFi takes the next step: encoding some of those same trust functions (payment escrow, identity verification via wallet address) into smart contracts, attempting to reduce the residual intermediary margin further.

Question 9

Why can a DeFi protocol offer over-collateralized loans with no credit check?

  • (A) DeFi platforms use AI to assess creditworthiness from social media data
  • (B) Regulators exempt DeFi from credit-check requirements
  • (C) The protocol trusts users based on their wallet transaction history
  • (D) The collateral itself is locked in a smart contract and automatically liquidated if the loan becomes undercollateralized, so default risk is structurally eliminated
Answer: (D) Aave, Compound, and similar protocols hold collateral in smart contracts -- not in a custodian's custody. If the collateral value drops below a threshold, the protocol liquidates it automatically. There is no counterparty credit risk because the enforcement mechanism is the code itself. This is TCE enforcement cost reduced to near zero, at the cost of requiring over-collateralization (capital inefficiency).

Question 10

What distinguishes a permissioned blockchain (like a bank consortium chain) from a permissionless blockchain (like Ethereum) in the context of the trust-tax argument?

  • (A) Permissioned blockchains are slower and permissionless blockchains are faster
  • (B) Permissioned blockchains use proof-of-work; permissionless blockchains use proof-of-stake
  • (C) Permissioned blockchains still require trusting the consortium that controls who joins; the trust-tax is not eliminated, just relocated to the consortium governance layer
  • (D) There is no meaningful difference for financial use cases
Answer: (C) A bank consortium chain (e.g., R3 Corda) is controlled by its members. You must trust that the consortium will not collude or censor transactions. The trust-tax is transformed, not removed: instead of trusting one bank, you trust the consortium's governance. Permissionless chains like Ethereum require no such trust -- anyone can validate -- but at the cost of lower throughput and anonymous validator sets.

Question 11

In the Lehman context: if interbank lending had been settled via smart contracts on a transparent ledger instead of OTC bilateral agreements, what systemic risk would have been reduced?

  • (A) Opacity risk: other institutions could have seen Lehman's exposure in real time, enabling earlier corrective action rather than a sudden freeze when the failure became public
  • (B) Interest rate risk: smart contracts automatically adjust rates to market conditions
  • (C) Currency risk: a shared ledger eliminates FX exposure between counterparties
  • (D) Regulatory risk: on-chain lending is exempt from Basel capital requirements
Answer: (A) The 2008 crisis was partly a crisis of opacity: no one knew exactly how exposed counterparties were to Lehman's mortgage-backed securities or repo positions. A transparent shared ledger would not have prevented Lehman's bad bets, but it could have allowed earlier detection of concentration risk. This is the "verification cost" argument: transparent on-chain data reduces the cost of monitoring counterparty health.

Question 12

A $500,000 Aave flash loan is used to: (1) borrow DAI, (2) buy an underpriced token on DEX A, (3) sell it at full price on DEX B, (4) repay the loan plus fee -- all in one transaction. What is the profit source?

  • (A) The Aave protocol subsidizes arbitrageurs to maintain price stability
  • (B) The price discrepancy between the two DEXes (arbitrage), captured atomically without any capital at risk
  • (C) MEV extracted from other users' pending transactions in the same block
  • (D) Interest income from holding the borrowed DAI for 30 seconds
Answer: (B) Pure arbitrage: buy cheap, sell dear. The flash loan supplies the capital; the atomic transaction removes the execution risk (either you capture the spread in full or the whole thing reverts). Traditional arbitrage requires owning capital; flash loan arbitrage requires only finding the opportunity. This is a concrete example of how DeFi's trustless infrastructure enables financial strategies that are structurally impossible in traditional finance.

Question 13

Why do critics argue that DeFi has not actually eliminated the trust-tax but merely shifted it?

  • (A) DeFi protocols charge higher fees than banks for the same services
  • (B) Governments have banned DeFi in most jurisdictions
  • (C) DeFi is controlled by large banks operating under pseudonyms
  • (D) Users must trust the smart contract code itself, the oracle providers supplying price data, and the protocol governance that can upgrade contracts -- each is a new trust dependency
Answer: (D) Replacing a bank with a smart contract relocates trust: you now trust that the code has no bugs, that the price oracle is not manipulated, and that governance token holders will not vote to drain the treasury. These are real trust dependencies -- just different from trusting a regulated institution. The honest answer is that DeFi reduces some trust costs and introduces others, rather than eliminating trust entirely.

Question 14

The lecture references "Day 6" behavioral finance content as a forward hook. Which behavioral bias is most relevant to why users over-use leverage in DeFi bull markets?

  • (A) Anchoring bias: users anchor to the historical average gas price
  • (B) Availability heuristic: users recall recent news articles about DeFi hacks
  • (C) Overconfidence and recency bias: users extrapolate recent price gains and underestimate liquidation risk
  • (D) Sunk cost fallacy: users hold losing DeFi positions because of prior gains
Answer: (C) Overconfidence ("I understand this market better than others") combined with recency bias ("prices have only gone up recently") leads users to take on collateral ratios close to the liquidation threshold. When prices drop, cascading liquidations amplify the decline. This is the behavioral-finance bridge to Day 6: the same human biases that cause bank run spirals also cause DeFi liquidation cascades, despite the protocol's "trustless" design.

Question 15

A stablecoin that maintains its peg via an algorithmic mechanism (rather than dollar reserves) carries which specific risk that backed stablecoins do not?

  • (A) Death spiral risk: if confidence in the peg breaks, selling pressure on the algorithmic token reduces the collateral that supports the peg, accelerating the depeg further
  • (B) Regulatory risk: algorithmic stablecoins are banned by the SEC
  • (C) Liquidity risk: algorithmic stablecoins cannot be redeemed for fiat
  • (D) Credit risk: the algorithm can default on its obligations like a bond issuer
Answer: (A) Terra-LUNA illustrated this in May 2022: UST's peg was maintained by minting/burning LUNA; when UST depegged slightly, arbitrageurs minted LUNA to restore it, flooding the market, crashing LUNA's price, reducing UST's collateral backing, triggering more depeg -- a reflexive death spiral. Fully backed stablecoins (USDC) hold dollar reserves and redeem 1:1, so a depeg creates arbitrage profit for arbitrageurs who restore the peg rather than reinforce the collapse.

Question 16

What is the key structural reason that Aave can offer lending without Know Your Customer (KYC) checks?

  • (A) Aave is incorporated in a jurisdiction that exempts lending from KYC requirements
  • (B) Over-collateralization means the lender's risk is covered by locked assets, not by the borrower's identity or creditworthiness
  • (C) All Aave users are identified via their Ethereum Name Service (ENS) domains
  • (D) Aave uses zero-knowledge proofs to verify identity without storing personal data
Answer: (B) KYC exists to assess credit risk and comply with AML obligations. In Aave's over-collateralized model, credit risk is replaced by smart-contract-enforced collateral. If you post 150% collateral in ETH to borrow 100% in USDC, the lender does not need to know who you are -- they know your collateral is locked and will be liquidated before they lose money. This is TCE verification cost eliminated by design, not by regulatory exemption.

Question 17

How does on-chain settlement finality differ from traditional T+2 securities settlement in the context of counterparty risk?

  • (A) On-chain settlement takes 2 days; T+2 settlement is instant
  • (B) Both carry identical counterparty risk during the settlement window
  • (C) On-chain settlement is final within seconds, eliminating the 2-day window during which either party could default before the trade settles
  • (D) T+2 settlement uses cryptography to eliminate counterparty risk, while on-chain settlement does not
Answer: (C) In T+2 settlement, a trade executed today settles in two business days. During that window, either party could default (replacement cost risk) or the price could move significantly. Blockchain settlement finalizes within one block (seconds to minutes), collapsing this window to near zero. This is the Lehman lesson applied: interbank repo trades that were not yet settled were a major source of frozen liquidity in 2008.

Question 18

The lecture's Airbnb hook concludes that Airbnb is a "trust platform." What distinguishes a trust platform from a traditional intermediary?

  • (A) Trust platforms are regulated by financial authorities; traditional intermediaries are not
  • (B) Traditional intermediaries use technology; trust platforms rely on human judgment
  • (C) Trust platforms always operate on blockchain; traditional intermediaries use legacy databases
  • (D) A trust platform encodes the verification and reputation mechanisms into the platform rules, reducing the per-transaction cost of trust compared to a bilateral relationship managed by a human intermediary
Answer: (D) Airbnb does not personally vet every host before each booking -- it built a review system, insurance products, and payment escrow that scale to millions of transactions at low marginal cost. The trust infrastructure is baked into the platform. Traditional intermediaries (travel agents, banks) apply human judgment to each transaction, which is costlier per transaction. DeFi is the next step: encoding trust into self-executing code with near-zero marginal cost per transaction.

Question 19

Why is the flash loan a proof of concept that blockchain enforces contracts better than traditional legal systems for certain use cases?

  • (A) The protocol enforces repayment atomically and instantly, with no legal process, no default risk, and no counterparty exposure -- something a court order could not achieve in real time
  • (B) Flash loan borrowers sign a legal contract that is faster to enforce than a mortgage
  • (C) Regulators have given flash loan enforcement priority over other financial contracts
  • (D) Flash loans use zero-knowledge proofs to verify borrower identity before releasing funds
Answer: (A) In traditional finance, enforcing loan repayment requires courts, collateral seizure, and time -- months or years. A flash loan's repayment is enforced by the Ethereum Virtual Machine in the same block. If repayment fails, the entire state change reverts. No court, no waiting, no counterparty risk, no legal fees. For this specific transaction type (atomic same-block operations), blockchain enforcement is categorically faster and cheaper than traditional legal enforcement.

Question 20

Suppose Lehman Brothers had used a DeFi-style interbank lending protocol with on-chain collateral and liquidation triggers. Which aspect of the 2008 crisis would most plausibly have been mitigated?

  • (A) The underlying losses from mortgage-backed securities would have been lower
  • (B) The Federal Reserve would not have needed to intervene
  • (C) The sudden information freeze and credit market paralysis, because counterparty exposure would have been visible on-chain and over-collateralized positions would have been auto-liquidated before insolvency rather than hidden until collapse
  • (D) Lehman would have earned more revenue through protocol fees, making it more solvent
Answer: (C) The 2008 crisis was exacerbated by two DeFi-addressable problems: opacity (no one knew who was exposed to what) and late enforcement (Lehman's insolvency was hidden until it was catastrophic). On-chain collateral and auto-liquidation would have forced position reduction earlier, before systemic exposure became unmanageable. The underlying bad bets on mortgages would still have caused losses, but the contagion might have been contained earlier. This is the structural case for DeFi in institutional finance -- not that it eliminates risk, but that it makes risk visible and enforceable in real time.