📈 Course 18: Investment Strategies PREMIUM

📚14 Lessons
~2 hours
🎯Intermediate Level
🏆250 KENO upon completion

🎯Learning Objectives

By the end of this course, you will be able to:

  • Explain the risk/reward trade-off and how it shapes every investment decision
  • Apply Modern Portfolio Theory to build a diversified crypto and traditional portfolio
  • Compare Dollar-Cost Averaging (DCA) and lump sum investing with real data
  • Differentiate value investing from growth investing and identify each in crypto markets
  • Execute crypto-native strategies: HODLing, yield farming, staking, and FAL arbitrage
  • Recognize bull and bear market cycles and adjust your strategy accordingly
  • Read basic technical analysis indicators (support/resistance, moving averages, RSI)
  • Perform fundamental analysis on any crypto project using tokenomics, team, TVL, and roadmap
  • Implement portfolio rebalancing, position sizing, and tax-loss harvesting
  • Avoid the most common investing mistakes and build a personal crypto investment thesis
🕑 Estimated Completion Time

This course is designed for thorough learning. Plan for ~2 hours of reading, exercises, and practice. Take breaks between sections. The 250 KENO reward reflects your commitment to mastering investment strategies.

💰Investment Fundamentals & Risk/Reward

Investing is the act of allocating resources — usually money — with the expectation of generating a return over time. Unlike speculation or gambling, investing is grounded in analysis, patience, and a disciplined approach to managing risk.

The single most important concept in all of investing is the risk/reward trade-off. Higher potential returns always come with higher potential losses. Understanding this relationship is the foundation upon which every investment decision is built.

The Risk/Reward Spectrum

Every asset class falls somewhere on the risk/reward spectrum. Understanding where each sits helps you make informed allocation decisions:

Asset Class Expected Annual Return Risk Level Volatility
Government Bonds (T-Bills)2–5%Very LowMinimal
Corporate Bonds4–7%Low–MediumLow
Index Funds (S&P 500)7–12%MediumModerate
Real Estate6–10%MediumLow–Moderate
Individual Stocks5–25%+Medium–HighHigh
Bitcoin (BTC)Varies widelyHighVery High
Altcoins & DeFi TokensVaries widelyVery HighExtreme

Key Investment Principles

Compound Interest
Earning returns on your returns. Albert Einstein reportedly called it the "eighth wonder of the world." A $1,000 investment at 10% annually becomes $6,727 in 20 years.
Time in Market
"Time in the market beats timing the market." Historically, investors who stayed invested through downturns outperformed those who tried to predict peaks and valleys.
Diversification
Spreading investments across asset classes so that no single failure can wipe you out. Don't put all your eggs in one basket.
Opportunity Cost
Every dollar invested in one asset is a dollar not invested elsewhere. Opportunity cost forces you to compare alternatives before committing capital.
⚠️ Risk Is Not Optional

There is no such thing as a risk-free high-return investment. If someone promises guaranteed 50% monthly returns, it is almost certainly a scam. In crypto especially, if it sounds too good to be true, it is. Always ask: "Where is the yield coming from?"

Understanding Different Types of Risk

Smart investors don't just think about "risk" as a single concept. They identify and manage multiple risk types:

  • Market Risk — The entire market declines (e.g., crypto winter, stock market crash)
  • Liquidity Risk — You can't sell your asset quickly without significant price impact
  • Smart Contract Risk — A bug in DeFi code leads to loss of funds
  • Regulatory Risk — Government policies change, affecting asset legality or taxation
  • Concentration Risk — Too much of your portfolio is in a single asset
  • Counterparty Risk — The exchange or protocol you trust fails (e.g., FTX collapse)
  • Inflation Risk — Your returns don't keep pace with rising prices

📊Modern Portfolio Theory

Modern Portfolio Theory (MPT), developed by Harry Markowitz in 1952, revolutionized investing by proving mathematically that diversification reduces risk without necessarily reducing returns. Markowitz won the Nobel Prize in Economics for this work in 1990.

The Efficient Frontier

MPT introduces the concept of the efficient frontier — the set of portfolios that offer the highest expected return for each level of risk. Any portfolio below the efficient frontier is sub-optimal because you could get more return for the same risk, or less risk for the same return.

The Efficient Frontier (Conceptual)
🟢
Low Risk
Bonds + Stablecoins
Return: 3–6%
🔵
Balanced
BTC + ETH + Stocks
Return: 8–15%
🔴
High Risk
Altcoins + DeFi
Return: -80% to +500%

Correlation: The Secret Weapon

The magic of MPT lies in correlation. If your assets don't move in lockstep, losses in one can be offset by gains in another. The ideal portfolio combines assets with low or negative correlation.

Asset Pair Correlation Diversification Benefit
BTC and ETH~0.85 (High)Low — they move together
BTC and Gold~0.15 (Low)High — different drivers
BTC and S&P 500~0.40 (Moderate)Moderate
Stablecoins and Altcoins~0.00Very High — stablecoins are uncorrelated
BTC and Real Estate~0.10 (Low)High

Applying MPT to Crypto Portfolios

A well-diversified crypto portfolio might look like this:

// Sample Balanced Crypto Portfolio Allocation const portfolio = { "Bitcoin (BTC)": 40, // Core holding, store of value "Ethereum (ETH)": 25, // Smart contract platform "Large-cap Alts": 15, // SOL, ADA, AVAX - growth potential "DeFi/Yield": 10, // Staking, yield farming positions "Stablecoins (USDC)": 10, // Dry powder for buying dips }; // Total: 100% - Adjust based on your risk tolerance
💡 Key Takeaway

You don't need to pick the single best asset. MPT proves that a portfolio of assets can outperform any single holding on a risk-adjusted basis. The goal is not maximum return — it's maximum return per unit of risk.

💲Dollar-Cost Averaging vs Lump Sum Investing

Dollar-Cost Averaging (DCA) is the strategy of investing a fixed amount at regular intervals, regardless of price. Instead of trying to time the market, you buy consistently — whether the market is up, down, or sideways.

Lump Sum Investing means investing all available capital at once. Research by Vanguard shows that lump sum investing outperforms DCA about two-thirds of the time because markets tend to rise over time. However, DCA wins psychologically because it avoids the regret of investing everything right before a crash.

DCA in Action: A Bitcoin Example

// DCA $100/week into Bitcoin over 4 weeks const dcaSchedule = [ { week: 1, price: 60000, invested: 100, btcBought: 0.001667 }, { week: 2, price: 50000, invested: 100, btcBought: 0.002000 }, { week: 3, price: 45000, invested: 100, btcBought: 0.002222 }, { week: 4, price: 55000, invested: 100, btcBought: 0.001818 }, ]; // Total: $400 invested, 0.007707 BTC // Average price: $51,901 (vs $60,000 if all bought in week 1) // DCA advantage: You bought MORE when price was LOW

Head-to-Head Comparison

Factor Dollar-Cost Averaging Lump Sum
Historical performanceWins ~33% of the timeWins ~67% of the time
Emotional comfortHigh — reduces regretLow — full exposure immediately
Downside protectionStrong — buys more when cheapWeak — fully exposed to crashes
Best in bull marketsUnderperforms (buys at higher prices)Outperforms (invested early)
Best in bear marketsOutperforms (averages down)Underperforms (full drawdown)
Ideal for crypto?Excellent — reduces volatility impactRisky — crypto is extremely volatile
Best for beginnersYes — builds disciplineNo — can cause panic selling
💡 The Verdict for Crypto Investors

For most crypto investors, DCA is the superior choice. While lump sum wins historically in equities, crypto's extreme volatility (50%+ drawdowns are common) makes DCA's risk reduction far more valuable. Many seasoned crypto investors use a hybrid: DCA as a base strategy, with extra buys during major dips (sometimes called "value averaging").

⚖️Value Investing vs Growth Investing

Two dominant philosophies have shaped investing for over a century: value investing (buy underpriced assets) and growth investing (buy assets with high growth potential). Both have produced legendary investors and can be applied to crypto markets.

Value Investing: The Warren Buffett Approach

Pioneered by Benjamin Graham and popularized by Warren Buffett, value investing means buying assets that trade below their intrinsic value. You look for quality projects that the market has temporarily underpriced.

In crypto: A value investor might buy ETH when it drops 70% during a bear market, believing the fundamentals (developer activity, TVL, network effects) haven't changed. They look for protocols with strong revenue but depressed token prices.

Growth Investing: The Cathie Wood Approach

Growth investors buy assets with above-average growth potential, even if the current price seems high. They believe future earnings will justify today's valuation.

In crypto: A growth investor might buy into a new Layer-2 scaling solution before it gains adoption, betting on exponential user growth. They focus on technology potential, team capability, and addressable market size.

Characteristic Value Investing Growth Investing
Core philosophy"Buy low, sell fair""Buy momentum, sell higher"
Time horizonLong-term (years)Medium to long-term
Key metricPrice-to-earnings, intrinsic valueRevenue growth rate, TAM
Crypto examplesBTC at $15K, ETH at $900Early SOL, early MATIC
Risk profileLower (margin of safety)Higher (paying for potential)
Best market conditionBear markets, correctionsBull markets, adoption waves
💡 Blended Approach

The best investors often combine both: hold value positions in blue-chip crypto (BTC, ETH) while allocating a smaller portion to high-growth opportunities. This gives you stability from value holdings and upside from growth bets. A common split is 70% value / 30% growth.

⛓️Crypto-Specific Investment Strategies

Cryptocurrency offers investment strategies that simply don't exist in traditional finance. Understanding these crypto-native approaches is essential for maximizing returns in the digital asset space.

HODLing: The Long-Term Hold

"HODL" originated from a typo in a 2013 Bitcoin forum post ("I AM HODLING") and has become the battle cry of long-term crypto believers. HODLers buy and hold through all market conditions, believing in the long-term appreciation of their assets.

Track record: Anyone who bought Bitcoin at any point before 2020 and held until 2024 would have seen significant returns. HODLing BTC for 4+ years has historically been profitable 100% of the time.

Staking: Earning Yield on Proof-of-Stake Assets

Staking involves locking your crypto to support network operations and earning rewards in return. It's similar to earning interest in a savings account, but typically with higher yields.

// Staking yield comparison (approximate annual rates) const stakingYields = { "Ethereum (ETH)": "3.5-4.5% APY", "Solana (SOL)": "6-8% APY", "Cardano (ADA)": "4-5% APY", "Polkadot (DOT)": "10-14% APY", "Cosmos (ATOM)": "15-20% APY", }; // Note: Higher staking yields often come with higher inflation // Always check the REAL yield (staking APY minus inflation rate)

Yield Farming: Advanced DeFi Returns

Yield farming involves providing liquidity to decentralized exchanges (DEXs) or lending protocols in exchange for fees and token rewards. While potentially lucrative, it carries significant risks including impermanent loss, smart contract exploits, and rug pulls.

⚠️ Impermanent Loss Explained

When you provide liquidity to a DEX pool (e.g., ETH/USDC), if the price of ETH changes significantly, you end up with less value than if you had simply held both tokens. This "impermanent loss" can eat into your farming profits. The greater the price divergence, the larger the loss. Always calculate whether farming fees exceed potential impermanent loss.

Kenostod's FAL Arbitrage Strategy

Kenostod's Flash Arbitrage Lending (FAL) protocol offers a unique investment strategy. FAL pools allow participants to earn returns from automated cross-exchange arbitrage opportunities. The protocol uses flash loans to execute risk-free trades across different exchanges where price discrepancies exist.

Key advantages of FAL as an investment strategy:

  • No impermanent loss — Unlike traditional LP positions, FAL returns come from arbitrage, not market making
  • Market-neutral — Returns don't depend on whether prices go up or down, only on price discrepancies existing
  • Automated execution — The protocol handles all trade execution, reducing human error
  • Capital efficiency — Flash loans allow arbitrage with minimal capital lockup

Strategy Comparison Matrix

Strategy Risk Expected Yield Complexity Capital Lock
HODLing BTCMediumAppreciation onlyVery LowNone
ETH StakingLow–Medium3–5% APYLowVariable
Yield FarmingHigh5–50%+ APYHighYes
FAL ArbitrageLow–MediumVariableMediumPool-based
DCA into BTC+ETHMediumHistorical avg: strongVery LowNone

📈Understanding Market Cycles

Markets move in cycles. Understanding these cycles is crucial because the best investment strategy depends heavily on where you are in the cycle. Crypto markets, in particular, exhibit dramatic cyclical behavior, often linked to Bitcoin's halving events.

The Four Phases of a Market Cycle

  • Accumulation Phase

    After a major downturn, prices stabilize at low levels. Smart money (institutional investors, experienced traders) begins buying. Public sentiment is fearful and pessimistic. Volume is low. This is the best time to buy but the hardest psychologically.

  • Markup Phase (Bull Market)

    Prices begin rising steadily. Media attention increases. New investors enter the market. Higher highs and higher lows form on charts. FOMO (Fear of Missing Out) drives buying. This phase can last months to years in crypto.

  • Distribution Phase

    Smart money begins selling to late entrants. Prices become volatile with sharp swings. Euphoria peaks — "this time is different" dominates conversation. Everyone from taxi drivers to your grandmother talks about crypto. This is the most dangerous time to buy.

  • Markdown Phase (Bear Market)

    Prices decline sharply. Panic selling accelerates the drop. Media turns negative. Projects fail, scams are exposed. The cycle typically sees 70–90% declines in altcoins and 50–80% in BTC. This sets the stage for the next accumulation phase.

Bitcoin Halving Cycles

Bitcoin has exhibited a remarkably consistent 4-year cycle tied to its halving events (when mining rewards are cut in half):

2012 Halving → 2013 Bull Run

BTC rose from ~$12 to ~$1,100 (9,000% gain), then crashed 85% to ~$170 by 2015.

2016 Halving → 2017 Bull Run

BTC rose from ~$650 to ~$20,000 (3,000% gain), then crashed 84% to ~$3,200 by 2018.

2020 Halving → 2021 Bull Run

BTC rose from ~$8,500 to ~$69,000 (700% gain), then fell 77% to ~$15,500 by 2022.

2024 Halving → 2024–2025 Cycle

BTC surpassed previous highs. History suggests the cycle peak follows 12–18 months after the halving, though each cycle has shown diminishing percentage returns.

💡 Sentiment Indicators

"Be fearful when others are greedy, and greedy when others are fearful." — Warren Buffett. Tools like the Crypto Fear & Greed Index (scale 0–100) help quantify market sentiment. Extreme Fear (below 20) has historically been a strong buy signal, while Extreme Greed (above 80) has signaled tops.

📈Technical Analysis Basics

Technical Analysis (TA) is the study of historical price data and volume to predict future price movements. While controversial (some argue it's no better than tea-leaf reading), TA is widely used in crypto markets and understanding the basics helps you make more informed decisions.

Support and Resistance

Support is a price level where buying pressure historically prevents further decline. Think of it as a "floor." Resistance is a price level where selling pressure historically prevents further advance. Think of it as a "ceiling."

// Identifying Support & Resistance // Bitcoin Example (hypothetical): // // $70,000 -------- RESISTANCE (price rejected here 3 times) // | /\ /\ // | / \ / \ // | / \/ \ <-- Price bouncing between levels // | / \ // $58,000 -------- SUPPORT (price bounced here 3 times) // // KEY RULE: When support breaks, it often becomes resistance // KEY RULE: When resistance breaks, it often becomes support

Moving Averages

Moving averages smooth out price noise to reveal the underlying trend. The two most important are:

  • 50-Day Moving Average (50 MA) — Shows the medium-term trend. When price is above the 50 MA, the medium-term trend is bullish.
  • 200-Day Moving Average (200 MA) — Shows the long-term trend. Widely considered the dividing line between bull and bear markets.
  • Golden Cross — When the 50 MA crosses above the 200 MA. Historically a strong bullish signal.
  • Death Cross — When the 50 MA crosses below the 200 MA. Historically a bearish signal.

Relative Strength Index (RSI)

RSI is a momentum oscillator that measures the speed and magnitude of price changes on a scale from 0 to 100:

RSI Above 70
Overbought territory. The asset may be due for a pullback. Not a guaranteed sell signal, but warrants caution. In strong trends, RSI can stay above 70 for extended periods.
RSI Below 30
Oversold territory. The asset may be due for a bounce. Often a buying opportunity, especially if fundamentals are strong. Deep bear markets can push RSI below 20.
RSI at 50
Neutral zone. Neither overbought nor oversold. The direction of RSI around 50 can indicate trend strength — bouncing off 50 in an uptrend is bullish.
RSI Divergence
When price makes a new high but RSI makes a lower high (bearish divergence), or price makes a new low but RSI makes a higher low (bullish divergence). One of the most reliable TA signals.
⚠️ TA Limitations

Technical analysis is a tool, not a crystal ball. It works best when combined with fundamental analysis and risk management. In crypto, TA can fail spectacularly during black swan events (exchange hacks, regulatory crackdowns, major protocol failures). Never risk more than you can afford to lose based on TA signals alone.

🔍Fundamental Analysis for Crypto Projects

While technical analysis looks at price, fundamental analysis evaluates the underlying value of a project. In traditional finance, this means analyzing revenue, earnings, and market position. In crypto, we analyze different metrics but the principle is the same: is this project worth investing in?

The Crypto Fundamental Analysis Framework

When evaluating any crypto project, examine these five pillars:

1. Tokenomics (Token Economics)

Tokenomics determines the supply-demand dynamics that drive price. Key factors:

  • Total Supply — How many tokens will ever exist? Bitcoin's 21M cap creates scarcity.
  • Circulating Supply — How many tokens are currently tradeable? Large unlock events can crash prices.
  • Emission Schedule — How quickly are new tokens released? High inflation dilutes existing holders.
  • Token Utility — What is the token used for? Governance? Fees? Staking? Access?
  • Burn Mechanism — Does the protocol burn tokens? ETH's EIP-1559 burn makes it potentially deflationary.
  • Vesting Schedule — When do team/VC tokens unlock? Cliff vesting can create sell pressure.

2. Team & Development Activity

A strong team with a proven track record dramatically increases a project's chance of success. Evaluate:

  • Team backgrounds and previous successful projects
  • GitHub commit frequency and code quality
  • Transparency and communication with the community
  • Whether the team is doxxed (publicly known) or anonymous

3. Total Value Locked (TVL)

TVL represents the total value of assets deposited in a DeFi protocol. It's one of the most important metrics for evaluating DeFi projects because it measures actual usage and trust.

// How to evaluate TVL const tvlAnalysis = { "Market Cap / TVL Ratio": "Below 1.0 = potentially undervalued", "TVL Trend": "Growing TVL = increasing confidence", "TVL Source": "Organic vs incentivized (mercenary capital)", "TVL vs Competitors": "Compare to similar protocols in same category", }; // Tools: DefiLlama (defillama.com) - best TVL tracker // Warning: TVL can be inflated by recursive borrowing/lending

4. Roadmap & Ecosystem

Evaluate whether the project has a clear development roadmap, has met previous milestones on time, and is building a healthy ecosystem of partners, developers, and users.

5. Community & Network Effects

In crypto, community is a fundamental. Active communities drive adoption, provide feedback, create content, and build on top of the protocol. Measure community health through Discord/Telegram activity, social media engagement, and developer grants programs.

💡 Red Flags to Watch For

Avoid projects that exhibit these warning signs: anonymous team with no track record, unrealistic yield promises (1,000%+ APY), no working product (just a whitepaper), heavy insider/VC token allocation (>50%), no code audits, copy-pasted code from other projects, and aggressive paid marketing with no organic community.

🛡️Risk Management & Position Sizing

Risk management is what separates successful investors from gamblers. It's not about avoiding risk entirely — it's about understanding, measuring, and controlling it. The goal is to survive long enough to benefit from your good decisions.

The 1% Rule

Professional traders follow the 1% rule: never risk more than 1–2% of your total portfolio on a single trade or position. This ensures that even a string of losses won't devastate your portfolio.

// Position Sizing Calculator const portfolioValue = 10000; // $10,000 total portfolio const riskPercent = 0.02; // 2% risk per trade const maxRisk = portfolioValue * riskPercent; // $200 max loss // If buying a token at $50 with a stop-loss at $40: const entryPrice = 50; const stopLoss = 40; const riskPerUnit = entryPrice - stopLoss; // $10 risk per unit const positionSize = maxRisk / riskPerUnit; // 20 units max const positionValue = positionSize * entryPrice; // $1,000 position // Result: Buy 20 units ($1,000). If it hits stop-loss, you lose $200 (2%)

Portfolio Allocation by Risk Tolerance

Profile Blue Chips (BTC, ETH) Mid-Caps Small Caps / DeFi Stablecoins / Cash
Conservative60%15%5%20%
Moderate45%25%15%15%
Aggressive30%30%30%10%

Common Investing Mistakes to Avoid

  • FOMO Buying at the Top

    Buying because "everyone is making money" usually means you're late. The best returns come from buying when no one is interested, not when everyone is excited.

  • Panic Selling at the Bottom

    Selling during a crash locks in your losses. If your investment thesis hasn't changed, a price drop means you can buy more at a discount. Historically, markets recover.

  • Over-Leveraging

    Using margin or leveraged tokens can amplify gains but also amplify losses. A 10x leveraged long position gets liquidated with just a 10% drop. Most retail traders lose money with leverage.

  • Ignoring Security

    Keeping large amounts on exchanges, using weak passwords, or clicking phishing links. "Not your keys, not your coins" — move significant holdings to a hardware wallet.

  • No Exit Strategy

    Knowing when to take profits is just as important as knowing when to buy. Set target prices and stick to them. A common approach: sell 25% at 2x, 25% at 3x, 25% at 5x, hold 25% long-term.

🚨 Never Invest More Than You Can Afford to Lose

This isn't just a disclaimer — it's survival advice. Crypto can drop 80%+ in a bear market. If you invest your rent money or emergency fund, you'll be forced to sell at the worst possible time. Only invest disposable income that you won't need for at least 2–5 years.

💰Portfolio Rebalancing & Tax Strategy

Portfolio Rebalancing

Rebalancing is the process of realigning your portfolio back to your target allocation. As crypto prices are extremely volatile, your allocation can drift significantly. A portfolio that starts at 50% BTC / 30% ETH / 20% alts might become 70% BTC / 20% ETH / 10% alts after a BTC rally.

Rebalancing Methods

Method How It Works Pros Cons
Calendar-BasedRebalance monthly or quarterlySimple, disciplinedMay miss optimal timing
Threshold-BasedRebalance when allocation drifts 5–10%More responsiveRequires monitoring
HybridCheck monthly, rebalance only if drift exceeds 5%Best of bothSlightly complex
// Portfolio Rebalancing Example const target = { BTC: 0.50, ETH: 0.30, ALTS: 0.20 }; const current = { BTC: 0.65, ETH: 0.22, ALTS: 0.13 }; // Calculate drift const drift = { BTC: current.BTC - target.BTC, // +0.15 (overweight) ETH: current.ETH - target.ETH, // -0.08 (underweight) ALTS: current.ALTS - target.ALTS // -0.07 (underweight) }; // Action: Sell 15% BTC, buy 8% ETH and 7% ALTS // This forces you to "sell high, buy low" systematically

Tax-Loss Harvesting

Tax-loss harvesting is the practice of selling losing investments to offset capital gains, thereby reducing your tax liability. This is particularly powerful in crypto because of its volatility — there are frequent opportunities to harvest losses.

How It Works

  • Step 1: Identify positions that are currently at a loss.
  • Step 2: Sell those positions to realize the capital loss.
  • Step 3: Use the loss to offset capital gains from profitable trades.
  • Step 4: Optionally, repurchase a similar (but not identical) asset to maintain market exposure. Note that the IRS "wash sale" rule (which prevents repurchasing the same stock within 30 days) has traditionally not applied to crypto, though regulations may change.
  • Step 5: If losses exceed gains, up to $3,000 of net losses can offset ordinary income (US tax law), with remaining losses carried forward to future years.
💡 Building Your Crypto Investment Thesis

Every successful investor operates from a clear thesis. Yours should answer: (1) Why am I investing in crypto? (2) What is my time horizon? (3) What is my risk tolerance? (4) What specific assets do I believe in and why? (5) What would change my mind (invalidation criteria)? (6) What is my exit strategy? Write your thesis down, review it quarterly, and update it as new information emerges.

📚Real-World Case Studies

💼 Case Study 1: The Bitcoin DCA Legend

An anonymous investor on Reddit documented buying $50 of Bitcoin every week starting in January 2018 — right after the peak when BTC was ~$14,000 and falling. By early 2018, sentiment was terrible and everyone said crypto was dead.

Results after 3 years (Jan 2021): Total invested: ~$7,800. Portfolio value: ~$56,000+ (over 600% return). The investor's average cost basis was approximately $8,200 — far below the ATH they started at. DCA turned a disastrously-timed entry into massive profits because the strategy forced them to buy heavily during the bear market lows of 2018–2019.

Lesson: DCA removes the need to time the market. Starting at the worst possible time still yielded exceptional returns over a 3-year horizon.

🚨 Case Study 2: The Terra/LUNA Collapse (May 2022)

Terra's UST algorithmic stablecoin promised 19.5% APY through the Anchor Protocol. At its peak, Terra's ecosystem had over $40 billion in TVL. Investors poured savings into Anchor, lured by the "safe" stablecoin yield.

What happened: UST lost its dollar peg, triggering a death spiral. LUNA went from $80 to $0.00001 in days. Over $40 billion in value was destroyed. Many investors lost their life savings.

Lessons: (1) If the yield can't be explained, it's not sustainable. (2) Algorithmic stablecoins carry depegging risk. (3) Diversification would have limited losses. (4) Never invest more than you can afford to lose, especially in "too good to be true" yields. (5) Concentration risk is lethal — many victims had 100% of their portfolio in Terra.

🏆 Case Study 3: Ethereum Stakers — Patience Pays

When Ethereum launched the Beacon Chain in December 2020, early stakers locked 32 ETH at ~$600 ($19,200) with no guarantee of when withdrawals would be enabled. Withdrawals weren't enabled until April 2023 — over 2 years later.

Results: Those who staked at $600 saw ETH reach $4,800 during the 2021 bull run (8x return) and earned staking rewards of 5–7% APY the entire time. Even at 2023 prices (~$1,800), they tripled their money plus earned yield. Those who panicked and sold their staking derivatives at a discount during the bear market lost out.

Lesson: Long-term conviction, combined with token utility (staking), creates powerful compounding returns. The inability to sell during volatility was actually a feature, not a bug, for patient investors.

📊 Case Study 4: The FTX Collapse — Counterparty Risk

FTX, once the third-largest crypto exchange valued at $32 billion, collapsed in November 2022. Investors who kept assets on FTX — including many sophisticated institutional investors — lost everything. Over $8 billion in customer funds were misappropriated.

Lesson: Counterparty risk is real regardless of how reputable an entity appears. Self-custody (hardware wallets) eliminates counterparty risk. Never leave more on an exchange than you need for active trading. "Not your keys, not your coins" has never been more relevant.

✏️Written Exercises

Complete the following exercises to deepen your understanding. Write thoughtful, detailed answers — aim for at least 3–4 sentences per response.

Exercise 1: Risk Assessment

You have $10,000 to invest. Describe how you would allocate it across different asset classes (crypto and traditional). Explain your reasoning, referencing Modern Portfolio Theory and your personal risk tolerance.

Exercise 2: DCA Strategy Design

Design a 12-month DCA strategy for a beginner with $500/month to invest. Specify which assets, what percentages, what day of the month, and what conditions (if any) would cause you to modify the plan.

Exercise 3: Fundamental Analysis

Choose any real crypto project (other than Bitcoin or Ethereum) and perform a mini fundamental analysis. Evaluate its tokenomics, team, TVL (if applicable), roadmap, and community. Would you invest? Why or why not?

Exercise 4: Case Study Analysis

Read the Terra/LUNA case study above. Identify at least three specific warning signs that investors could have noticed before the collapse. How could applying the principles from this course have protected an investor?

Exercise 5: Investment Thesis

Write your personal crypto investment thesis. Include: your time horizon, risk tolerance, specific assets and why, what would make you sell (invalidation criteria), and your exit strategy for taking profits.

📝Final Exam (12 Questions)

You must score at least 10 out of 12 correct (80%) to complete this course and earn your 250 KENO reward. Take your time and review the material if needed.

1. What is the fundamental principle behind the risk/reward trade-off?
Lower risk always means higher returns
Risk and reward are unrelated in crypto markets
Higher potential returns come with higher potential losses
All crypto investments have the same risk level
2. What does Modern Portfolio Theory's "efficient frontier" represent?
The most popular assets to invest in
The set of portfolios offering maximum return for each level of risk
A list of risk-free investments
The boundary between bull and bear markets
3. Why is DCA (Dollar-Cost Averaging) particularly well-suited for crypto investing?
Crypto's extreme volatility makes timing the market very difficult, and DCA reduces the impact of that volatility
DCA guarantees profits in all market conditions
DCA is required by crypto exchanges
DCA always outperforms lump sum investing
4. What is "impermanent loss" in yield farming?
A temporary network outage that affects your tokens
The fee charged by DEXs for providing liquidity
Loss of staking rewards during a validator downtime
The loss in value compared to simply holding tokens, caused by price divergence in a liquidity pool
5. In the four phases of a market cycle, when is the best time to buy?
Distribution phase, when prices are at their highest
Accumulation phase, when sentiment is fearful and prices are low
Markup phase, when FOMO is strongest
It doesn't matter — all phases are equally good
6. What does an RSI reading below 30 typically indicate?
The asset is overbought and likely to crash
The asset has zero trading volume
The asset is oversold and may be due for a bounce
The asset's blockchain has stopped producing blocks
7. When evaluating a crypto project's tokenomics, which factor is MOST concerning?
Large upcoming token unlocks for team/VCs with no vesting cliff
A fixed maximum supply cap
Tokens being used for governance voting
A token burn mechanism that reduces supply
8. What is the "1% rule" in risk management?
Only invest 1% of your income in crypto
Only buy assets that have dropped 1% today
Only invest in the top 1% of crypto projects
Never risk more than 1–2% of your total portfolio on a single trade
9. What is tax-loss harvesting?
Avoiding all taxes by moving crypto to a different country
Selling losing positions to offset capital gains and reduce tax liability
Converting crypto to stablecoins to avoid taxable events
Using DeFi protocols to hide trading activity from tax authorities
10. What key lesson does the Terra/LUNA collapse teach investors?
All stablecoins are safe investments
Higher APY always means better risk-adjusted returns
Unsustainable yields, concentration risk, and lack of diversification can lead to total loss
DeFi protocols are always safer than centralized exchanges
11. What is a "Golden Cross" in technical analysis?
When the 50-day moving average crosses above the 200-day moving average — a bullish signal
When Bitcoin's price exceeds its all-time high
When RSI crosses above 50
When trading volume exceeds the 30-day average
12. What advantage does Kenostod's FAL arbitrage strategy offer compared to traditional yield farming?
It guarantees 100% annual returns
It requires no capital at all
It only works during bull markets
It is market-neutral with no impermanent loss, as returns come from arbitrage rather than market-making

Kenostod Blockchain Academy © 2024-2026

← Back to Home  |  ← Course 17: Financial Literacy  |  Course 19: Wealth Building →