[{"data":1,"prerenderedAt":4173},["ShallowReactive",2],{"courses-list":3},[4,862,1715,2555,3421],{"id":5,"title":6,"body":7,"description":816,"estTime":846,"extension":847,"learningOutcomes":848,"meta":849,"modules":850,"navigation":851,"passMark":852,"path":853,"questions":854,"seo":855,"skills":856,"slug":857,"stem":858,"summary":859,"tier":860,"__hash__":861},"courses\u002Fcourses\u002Fai-trading.md","Certified AI Trading Explorer",{"type":8,"value":9,"toc":815},"minimark",[10,15,19,26,32,38,60,65,154,159,180,184,187,190,193,196,199,204,207,218,221,225,231,237,243,249,255,259,262,265,268,271,274,278,281,284,287,293,299,305,311,317,321,324,327,330,333,336,340,343,346,349,355,361,367,373,379,383,386,389,392,395,398,402,405,408,411,417,423,429,435,441,445,448,451,454,457,460,463,467,470,473,476,482,488,494,500,506,510,513,516,519,522,525,529,532,535,538,544,550,556,562,568,572,575,812],[11,12,14],"h2",{"id":13},"course-overview","Course overview",[16,17,18],"p",{},"CoinUnited Academy: Certified AI Trading Explorer. Platform-agnostic trading certification; all facts verified against authoritative sources (see Sources).",[16,20,21,25],{},[22,23,24],"strong",{},"Target learner."," Traders who keep seeing tools marketed as 'AI trading bots', 'neural signal engines', or 'self-learning strategies' and want to understand what these products actually are before trusting money to them. Assumes you can place a basic order and know what a stop-loss is (pairs with 'Certified Risk-Aware Trader') but no coding or maths background is needed. This is a literacy course, not a build-a-bot course: the goal is to make you hard to fool.",[16,27,28,31],{},[22,29,30],{},"Estimated learning time."," Approx. 2-3 hours (6 modules + final exam).",[16,33,34,37],{},[22,35,36],{},"Learning outcomes."," On completion the learner can:",[39,40,41,45,48,51,54,57],"ol",{},[42,43,44],"li",{},"Distinguish algorithmic, machine-learning, and AI-assisted trading, and work out what a product marketed as 'AI' actually is.",[42,46,47],{},"Explain how the main retail trading bots (grid, DCA, arbitrage, signal, copy) work and where each one predictably fails.",[42,49,50],{},"Understand how trading signals are generated, how signal sellers make money, and how to evaluate a signal source.",[42,52,53],{},"Backtest and forward-test a strategy while avoiding look-ahead bias, curve-fitting, and the backtest-to-live gap.",[42,55,56],{},"Recognise overfitting and explain why automated strategies behave badly during black-swan events.",[42,58,59],{},"Set the risk controls (kill switch, sizing caps, API-key security, monitoring) that every automated strategy needs before real capital.",[16,61,62],{},[22,63,64],{},"Module map.",[66,67,68,84],"table",{},[69,70,71],"thead",{},[72,73,74,78,81],"tr",{},[75,76,77],"th",{},"#",[75,79,80],{},"Module title",[75,82,83],{},"What it covers",[85,86,87,99,110,121,132,143],"tbody",{},[72,88,89,93,96],{},[90,91,92],"td",{},"1",[90,94,95],{},"What AI and Algorithmic Trading Actually Mean",[90,97,98],{},"Rules-based vs machine-learning vs AI-assisted; what 'AI trading' products usually are; decoding the marketing.",[72,100,101,104,107],{},[90,102,103],{},"2",[90,105,106],{},"Types of Trading Bots",[90,108,109],{},"Grid, DCA, arbitrage (statistical vs latency), signal-based, and copy trading, each with its edge and failure mode.",[72,111,112,115,118],{},[90,113,114],{},"3",[90,116,117],{},"How Trading Signals Work",[90,119,120],{},"What a signal is; technical, on-chain and sentiment signals; how sellers earn; survivorship bias; evaluating a source.",[72,122,123,126,129],{},[90,124,125],{},"4",[90,127,128],{},"Backtesting and Forward Testing",[90,130,131],{},"Backtesting, look-ahead bias, curve-fitting, in vs out-of-sample, paper trading, the backtest-to-live gap.",[72,133,134,137,140],{},[90,135,136],{},"5",[90,138,139],{},"Risks of AI Trading: Overfitting and Black Swans",[90,141,142],{},"Overfitting and its signs; black-swan events; automation in flash crashes; why the off-switch needs a human.",[72,144,145,148,151],{},[90,146,147],{},"6",[90,149,150],{},"Risk Controls for Automated Strategies",[90,152,153],{},"Kill switch, sizing caps, drawdown-pause, API-key security, monitoring, and the behaviour changes that trigger review.",[16,155,156],{},[22,157,158],{},"Skills this course certifies.",[160,161,162,165,168,171,174,177],"ul",{},[42,163,164],{},"Classifying 'AI' trading tools by category",[42,166,167],{},"Trading-bot mechanics & failure modes",[42,169,170],{},"Trading-signal evaluation",[42,172,173],{},"Backtesting & forward-testing discipline",[42,175,176],{},"Overfitting & tail-risk awareness",[42,178,179],{},"Automated-strategy risk controls & API security",[11,181,183],{"id":182},"module-1-what-ai-and-algorithmic-trading-actually-mean","Module 1: What AI and Algorithmic Trading Actually Mean",[16,185,186],{},"The phrase 'AI trading' is marketing shorthand for at least three very different things, and telling them apart is the single most useful skill in this whole course. Automation itself is neither new nor sinister: rules-based programs already account for the majority of United States equity trading volume, on the order of 60 to 80 per cent by common estimates. So the useful question is never 'is this automated?' but 'what kind of automation is this, and how much is it really deciding?'. The three distinct categories to tell apart are algorithmic (rules-based) trading, machine-learning trading, and AI-assisted trading.",[16,188,189],{},"ALGORITHMIC (RULES-BASED) TRADING executes fixed if-then rules that a human wrote in advance. A rule might read: 'if the 50-day moving average crosses above the 200-day moving average, buy; if it crosses back below, sell.' The program follows this exactly, tirelessly, and without emotion, but it never invents a new rule and it never learns. An automated trading system in this sense simply reduces a strategy to a list of entry and exit conditions and runs them faster and more consistently than a person could. It is deterministic and auditable: given the same data it always does the same thing, and you can read the rule that produced any trade. Most so-called bots you will meet as a retail trader live here.",[16,191,192],{},"MACHINE-LEARNING TRADING is different in kind. Instead of following rules a human wrote, a model infers patterns from historical data and generates its own signals, and it can adjust those patterns as new data arrives. The rules are discovered by the model, not typed by a person, which makes machine-learning trading genuinely more powerful and also far more fragile. Because the model chases whatever patterns fit the data it was shown, it is prone to learning noise that does not repeat (overfitting, covered in Module 5). Real machine-learning trading is hard, data-hungry, and mostly the domain of well-resourced quantitative funds. Very few consumer products actually do it, whatever their landing page says.",[16,194,195],{},"AI-ASSISTED TRADING sits at the human-in-charge end. Here the tool augments a person's decisions rather than trading on its own: it might summarise news, flag chart setups, suggest a position size, or answer questions, but the human still pulls the trigger. This is the lowest-autonomy category and often the most practically valuable for a retail trader, precisely because a human keeps judgment over the moments that matter most (the black-swan off-switch in Module 5). 'AI-assisted' and 'fully automated' are opposite ends of the control spectrum, and conflating them is a classic marketing trick.",[16,197,198],{},"WHAT MOST 'AI TRADING' PRODUCTS ACTUALLY ARE is the punchline. The overwhelming majority of retail products sold as artificial intelligence are simple rules-based bots (a grid or a moving-average crossover) or signal subscriptions that resell someone else's calls. Words like 'AI-powered', 'neural', 'deep', 'self-learning', and 'quantum' are chosen to conceal a plain engine and to justify a fee. Before you evaluate any tool, force it into a category: is it running fixed rules, is it genuinely learning from data, or is it just helping a human decide? Knowing the category tells you what questions to ask next and how much of the hype to discount.",[200,201,203],"h3",{"id":202},"worked-example-decoding-three-ai-products","Worked example: Decoding three 'AI' products",[16,205,206],{},"You are shown three products, each advertised as 'AI trading'. Classify each and ask the right follow-up.",[160,208,209,212,215],{},[42,210,211],{},"Product A: 'AI bot places smart buy and sell orders around the price to profit from volatility.' Decoded: a grid bot, pure rules-based automation (Module 2). Follow-up: what happens when the market trends out of the grid?",[42,213,214],{},"Product B: 'Our deep-learning model predicts the next candle with 92% accuracy.' Decoded: a machine-learning claim. Follow-up: show the out-of-sample results and the costs, because a 92% win rate that risks 15 to make 1 still loses money. On 100 trades at 92% you win 92 x 1 = 92 and lose 8 x 15 = 120, a net loss of 28 that costs and slippage only deepen, and the '92%' is almost always in-sample.",[42,216,217],{},"Product C: 'AI copilot that flags setups and explains the risk; you place the trade.' Decoded: AI-assisted, human in control. Follow-up: does it improve my decisions without taking them away from me?",[16,219,220],{},"Same two words on every box, three completely different things inside.",[200,222,224],{"id":223},"knowledge-check","Knowledge check",[16,226,227,230],{},[22,228,229],{},"Q1. In one sentence each, distinguish algorithmic, machine-learning, and AI-assisted trading.","\nA1. Algorithmic trading runs fixed if-then rules a human wrote; machine-learning trading learns its own patterns from data; AI-assisted trading augments a human who still makes the final decision.",[16,232,233,236],{},[22,234,235],{},"Q2. Why is 'is this automated?' the wrong first question?","\nA2. Because automation is already mainstream (most US equity volume is algorithmic); the useful question is what kind of automation it is and how much it actually decides.",[16,238,239,242],{},[22,240,241],{},"Q3. What are most retail products marketed as 'AI trading' actually running under the hood?","\nA3. Usually simple rules-based bots (like grid or moving-average crossovers) or resold signal subscriptions, not genuine machine learning.",[16,244,245,248],{},[22,246,247],{},"Q4. A tool advertises a 92% win rate. Why is that not enough to trust it?","\nA4. Win rate says nothing about payoff or costs (a high win rate paired with a lopsided payoff, where each loss dwarfs each win, can still lose money overall), and the figure is almost always in-sample and unverified.",[16,250,251,254],{},[22,252,253],{},"Q5. Why can AI-assisted tools be safer than fully automated ones for a retail trader?","\nA5. A human keeps judgment over rare, out-of-context situations (black swans) that a fixed system cannot recognise or respond to sensibly.",[11,256,258],{"id":257},"module-2-types-of-trading-bots","Module 2: Types of Trading Bots",[16,260,261],{},"Almost every automated product a retail trader meets is one of five archetypes. Learn the five and you can classify anything in seconds, and, more importantly, you can name the market condition in which each one quietly breaks. A bot is not good or bad in the abstract; it has an environment where its edge exists and an environment where the same mechanism becomes the loss.",[16,263,264],{},"GRID BOTS place a ladder of staggered buy and sell limit orders at set intervals above and below the current price, creating a grid (source 5). As price oscillates, the bot buys on the way down and sells on the way up, booking many small profits from the chop. Grid bots WIN IN RANGING MARKETS, where price sloshes back and forth inside a band, and they FAIL IN STRONG TRENDS. When price breaks out below the grid, the bot has bought all the way down and is left holding units well underwater with no buyers left on its ladder; when price breaks out above the grid, it has sold its inventory too early and stops participating in the run. The grid harvests volatility but has no view on direction, so a decisive trend is its natural enemy.",[16,266,267],{},"DCA BOTS apply dollar-cost averaging: they buy a fixed amount on a schedule or on dips, regardless of price (source 6). Because you buy more units when price is low and fewer when it is high, your average entry smooths out over time, which is a legitimate accumulation tactic. THE DANGER IS AVERAGING INTO A STRUCTURAL DOWNTREND. 'Buying the dip' on an asset that keeps falling is buying a falling knife: each purchase lowers your average but grows a losing position, and a scheduled bot will keep buying all the way down without asking whether the asset is broken. Be especially wary of DCA bots that increase the size of each successive buy, which is a martingale in disguise and concentrates the most capital at the point of maximum loss.",[16,269,270],{},"ARBITRAGE BOTS try to profit from price differences, and they come in two flavours that are worlds apart. Latency arbitrage buys an asset on the venue where it is momentarily cheaper and sells where it is dearer, and the entire edge is being faster than everyone else. Statistical arbitrage instead trades mean-reverting relationships across baskets or pairs of related instruments, holding positions for seconds to days on the expectation that a stretched spread snaps back (source 8). THE RETAIL REALITY IS HARSH: true arbitrage is close to risk-free in theory (source 7), which is exactly why professional firms with colocated servers and microsecond infrastructure have already competed the edge down to almost nothing. Marketed 'risk-free arbitrage bots' for retail either exploit a fleeting gap that closes before your order fills, or they are not really arbitrage at all.",[16,272,273],{},"SIGNAL-BASED BOTS AND COPY TRADING both outsource the decision to someone or something else. A signal bot consumes external signals (from an indicator, a paid group, or a feed) and executes them, so the bot is only as good as the signal, and evaluating that signal is the whole game (Module 3). Copy trading goes a step further and automatically mirrors another trader's positions in your account, sizing them proportionally to your allocation (source 9); it is a form of social trading where you follow a person rather than a strategy (source 10). The catch is lag and slippage: you copy the leader a moment later and at a worse price, you may miss their exact entry and exit, and the leader's advertised record is often survivorship-biased (the platform surfaces this quarter's winners, not last quarter's blow-ups).",[200,275,277],{"id":276},"worked-example-a-grid-bot-in-a-range-then-in-a-trend","Worked example: A grid bot in a range, then in a trend",[16,279,280],{},"You set a grid bot on an asset trading at $100, with buy and sell orders every $2 from $90 to $110 (eleven levels). While price chops between $94 and $106 for a week, the bot repeatedly buys at, say, $96 and sells at $98, booking roughly $2 per round trip. Over the week it completes 10 such round trips for about 10 x $2 = $20 of realised profit per unit traded. The grid is doing exactly what it is built for.",[16,282,283],{},"Now the market trends hard and price falls to $70. On the way down the bot dutifully bought at $98, $96, $94, $92 and $90, spending its cash to accumulate units that are now worth $70 each. There are no more buy levels below $90 and no sell orders will trigger until price climbs back through them. The bot is now a passive bag-holder with an unrealised loss of roughly ($94 average entry minus $70) times the units bought, far larger than the $20 it earned in the range. Same mechanism, opposite outcome, decided entirely by whether the market ranged or trended.",[200,285,224],{"id":286},"knowledge-check-1",[16,288,289,292],{},[22,290,291],{},"Q1. In what market condition does a grid bot make money, and in what condition does it break?","\nA1. It profits in a ranging (sideways, oscillating) market and breaks in a strong trend that carries price out of the grid.",[16,294,295,298],{},[22,296,297],{},"Q2. What is the specific danger of a DCA bot?","\nA2. Averaging into a structural downtrend: it keeps buying a falling asset, lowering the average price but growing a losing position, especially if each buy is larger than the last.",[16,300,301,304],{},[22,302,303],{},"Q3. Why are retail arbitrage edges usually tiny and short-lived?","\nA3. Genuine arbitrage is nearly risk-free, so well-resourced, faster firms compete the gap away almost instantly; retail infrastructure cannot win the speed race.",[16,306,307,310],{},[22,308,309],{},"Q4. When you use a signal-based bot, what determines your results?","\nA4. The quality of the external signal it executes; the bot only automates execution, so a bad signal produces bad trades reliably.",[16,312,313,316],{},[22,314,315],{},"Q5. Name two reasons copy trading rarely matches the leader's advertised record.","\nA5. Any two of: execution lag and slippage give you worse fills; you may miss exact entries\u002Fexits; the leader's published record is often survivorship-biased toward recent winners.",[11,318,320],{"id":319},"module-3-how-trading-signals-work","Module 3: How Trading Signals Work",[16,322,323],{},"Strip away the branding and a huge share of 'AI trading' reduces to trading signals: someone or something tells you to buy or sell, and you (or your bot) act. A TRADING SIGNAL IS AN INSTRUCTION TO BUY OR SELL A SPECIFIC ASSET, at or around a defined price, produced by a defined method (source 11). The method is the load-bearing word. A signal can be human-generated from technical indicators or algorithmically generated by a model, but either way, if there is no stated, repeatable method behind it, it is not a signal, it is an opinion wearing a chart.",[16,325,326],{},"SIGNALS COME IN THREE MAIN FAMILIES, and they measure completely different things. Technical signals read price and volume through indicators or patterns (moving-average crosses, breakouts, momentum). On-chain signals, specific to crypto, read data recorded directly on the blockchain, such as active addresses, transaction counts, and exchange inflows and outflows (source 12). Sentiment signals gauge the aggregate mood of the market, the overall attitude of investors toward an asset, often distilled into fear-and-greed style gauges from social and survey data (source 13). None of the three is a crystal ball; each is one lens, and a signal service that leans on only one while claiming certainty is overselling.",[16,328,329],{},"HOW SIGNAL SELLERS MAKE MONEY is where incentives get uncomfortable. Most earn through subscription fees and through affiliate or exchange kickbacks, meaning they receive a rebate when you sign up through their referral link and trade. That second revenue stream is the problem: the seller can profit from your trading volume whether or not their signals actually make you money, so their incentive is to keep you subscribed and trading, not necessarily to keep you profitable. Whenever a signal source earns from your activity rather than from your results, read every performance claim with that conflict in mind.",[16,331,332],{},"SURVIVORSHIP BIAS quietly inflates almost every published track record. Survivorship bias is the tendency to judge performance from the winners that remain while the losers that were closed or deleted are excluded, which paints a systematically rosy and false picture (source 14). A signal room posts its winning calls and lets the losers scroll away; a marketplace surfaces this month's hot 'gurus' and hides the hundreds who blew up. The purest version is the forecaster funnel: split a big audience, send half a bullish call and half a bearish call, keep only the half that saw a correct call, and repeat, until a lucky remnant has watched you be 'right' many times in a row purely by elimination. Screenshots and win streaks are not verification.",[16,334,335],{},"HOW TO EVALUATE A SIGNAL SOURCE, then, comes down to a short, unforgiving checklist. Demand transparency of method (what exactly generates the signal). Demand a meaningful sample size (hundreds of signals across different market conditions, not ten lucky calls). Demand independent, timestamped verification, signals published before the event and tracked by a third party, not annotated after the fact. Insist the record includes its losers and realistic costs, because a track record without losses is a red flag, not a boast. And always ask whether the seller's revenue depends on your outcome or merely on your activity. A source that fails these tests is entertainment, not an edge.",[200,337,339],{"id":338},"worked-example-the-forecaster-funnel","Worked example: The forecaster funnel",[16,341,342],{},"A 'signal guru' wants to look infallible without any skill. They start with 1,024 followers. Round one: they message 512 of them 'this asset goes up today' and the other 512 'this asset goes down today'. Whatever happens, 512 people received a correct call. Round two: they split those 512 into 256 and 256 and send opposite calls again; now 256 people have seen two correct calls in a row. Repeating this ten times (because 2 to the power of 10 is 1,024) leaves exactly one follower who has received ten correct calls in a row and is convinced they have found a genius.",[16,344,345],{},"That final follower saw a flawless 10-for-10 record produced by pure elimination, no forecasting ability at all. It is the same mechanism as a room that publishes winners and buries losers. This is why an unverified, after-the-fact win streak tells you nothing: you are only ever shown the survivor.",[200,347,224],{"id":348},"knowledge-check-2",[16,350,351,354],{},[22,352,353],{},"Q1. What single element separates a genuine trading signal from an opinion?","\nA1. A defined, repeatable method behind it (a stated technical, on-chain, or algorithmic process), not just a call with no reasoning.",[16,356,357,360],{},[22,358,359],{},"Q2. Name the three main families of trading signals and what each reads.","\nA2. Technical (price and volume), on-chain (blockchain data such as active addresses and exchange flows), and sentiment (the aggregate mood or attitude of investors).",[16,362,363,366],{},[22,364,365],{},"Q3. Why can a signal seller be profitable while their subscribers are not?","\nA3. They often earn from subscription fees and affiliate\u002Fexchange kickbacks tied to your trading volume, so they gain from your activity regardless of your results.",[16,368,369,372],{},[22,370,371],{},"Q4. Explain how survivorship bias inflates a published track record.","\nA4. Only winning calls or winning 'gurus' remain visible while losers are closed or deleted, so the surviving sample looks far better than the full, honest record.",[16,374,375,378],{},[22,376,377],{},"Q5. List three things to demand before trusting a signal source.","\nA5. Any three of: transparent method, a large sample size across conditions, independent timestamped verification, inclusion of losers and realistic costs, and revenue that does not simply depend on your trading activity.",[11,380,382],{"id":381},"module-4-backtesting-and-forward-testing","Module 4: Backtesting and Forward Testing",[16,384,385],{},"Before risking money on any rule or model, you test it, and there are two honest ways to do that plus several ways to fool yourself. BACKTESTING IS RUNNING A STRATEGY OVER HISTORICAL DATA to estimate how it would have performed (source 15). It is necessary: a strategy that fails on history is not worth trading live. But it is nowhere near sufficient, because a backtest is easy to rig, usually by accident, into showing results the strategy could never have achieved in real time. A good backtest is the floor you must clear, never the proof that you will make money.",[16,387,388],{},"LOOK-AHEAD BIAS is the most common way a backtest lies. It is the use of information in the test that was not actually available at the moment of the simulated decision (source 16). Classic examples: using a day's closing price to trigger a trade you pretend to place 'at the open' that morning, or using restated fundamentals that were only published weeks after the date being tested. Even a tiny leak of future information turns an ordinary strategy into a fantasy of smooth, effortless gains, because the backtest is quietly cheating with knowledge no real trader could have had.",[16,390,391],{},"CURVE-FITTING is the second great trap, and it connects directly to overfitting in Module 5. If you keep tuning a strategy's parameters until its historical equity curve looks perfect, you have not found a real edge, you have moulded the strategy to the exact bumps of the past, including the random noise that will not repeat. The standard defence is IN-SAMPLE VERSUS OUT-OF-SAMPLE testing: tune the strategy on one slice of history (in-sample), then test the frozen, untouched rules on a separate slice it has never seen (out-of-sample). If performance holds up out-of-sample, the edge may be real; if it collapses, you were fitting noise. A strategy with dozens of parameters and a suspiciously smooth curve should be assumed guilty until proven otherwise.",[16,393,394],{},"FORWARD TESTING, also called paper trading, is running the strategy live on real-time data with no real capital at stake (source 18). It is the honest complement to backtesting because you cannot peek at the future: the data arrives one tick at a time, exactly as it would in real trading, so look-ahead bias and data-snooping have nowhere to hide. Forward testing also stress-tests your execution assumptions (order types, timing, how fills actually behave) that a backtest often glosses over. It is the last checkpoint before real money, and skipping it is how a beautiful backtest becomes an ugly live account.",[16,396,397],{},"THE GAP BETWEEN BACKTESTED AND LIVE RESULTS is real, predictable, and almost always in the same direction: live is worse. Three forces cause it. Costs, trading fees, bid-ask spreads, and funding, which a naive backtest ignores. Slippage, the difference between the price you expected and the price you got, which grows in fast or thin markets. And regime change, the plain fact that the market conditions that generated your historical data are gone and may never return. Because of this, forward-test long enough to see many trades and at least one shift in market conditions before committing capital: think in terms of number of trades and range of conditions experienced, not just calendar days, with fast strategies needing weeks and slower ones often months.",[200,399,401],{"id":400},"worked-example-how-costs-close-the-gap","Worked example: How costs close the gap",[16,403,404],{},"A backtest reports a strategy earning +40% a year on a $10,000 account with a gorgeous, smooth equity curve, trading 300 times a year. The backtest assumed zero costs. Now add reality. Each round-turn trade costs roughly 0.1% of the traded value in fees and spread; across 300 trades that is about 300 x 0.1% = 30% of turnover consumed by costs. Add modest slippage of a few more basis points per trade in the fast moments, and the picture darkens further.",[16,406,407],{},"Recomputed with costs, that +40% backtest might realistically land closer to +8% to +10% live, and a strategy that looked merely mediocre in the backtest can flip to a net loss once costs are honest. Nothing about the strategy's logic changed; the only difference was counting the costs the backtest ignored. This is why you subtract realistic costs and slippage before you ever get excited about a backtested return, and why forward testing (where costs are unavoidable) is the real proving ground.",[200,409,224],{"id":410},"knowledge-check-3",[16,412,413,416],{},[22,414,415],{},"Q1. Why is backtesting necessary but not sufficient?","\nA1. A strategy must at least survive history, but backtests are easily distorted by look-ahead bias, curve-fitting, and omitted costs, so passing one does not prove live profitability.",[16,418,419,422],{},[22,420,421],{},"Q2. Define look-ahead bias with one example.","\nA2. Using information in the test that was not available at the decision time, for example triggering a trade 'at the open' using that day's closing price.",[16,424,425,428],{},[22,426,427],{},"Q3. What is the purpose of splitting data into in-sample and out-of-sample?","\nA3. You tune on the in-sample slice, then test the frozen rules on unseen out-of-sample data; if performance holds, the edge may be real, and if it collapses, you were fitting noise.",[16,430,431,434],{},[22,432,433],{},"Q4. Why does forward testing catch errors a backtest can hide?","\nA4. Data arrives in real time so you cannot peek at the future, exposing look-ahead bias and unrealistic execution assumptions that a backtest can accidentally build in.",[16,436,437,440],{},[22,438,439],{},"Q5. Give three reasons live results usually fall short of the backtest.","\nA5. Costs (fees, spread, funding), slippage (worse fills than expected), and regime change (the market conditions that produced the historical data have shifted).",[11,442,444],{"id":443},"module-5-risks-of-ai-trading-overfitting-and-black-swan-events","Module 5: Risks of AI Trading: Overfitting and Black Swan Events",[16,446,447],{},"Two failure modes end more automated strategies than any others, and they attack from opposite directions. Overfitting is a failure of learning too much from the past; black swans are a failure to survive what the past never contained. Understanding both is what separates a trader who respects automated tools from one who is quietly wrecked by them.",[16,449,450],{},"OVERFITTING is a model tuned so tightly to historical data that it captures the noise rather than the signal, and therefore looks brilliant in backtest while having no predictive value live (source 17). The distinction that matters is signal versus noise: the signal is the real, repeating pattern you want; noise is the random, one-off wiggle that will not recur. An overfitted model memorises the noise as if it were meaningful, so it fits the past almost perfectly and predicts the future almost not at all. This is the central risk of genuine machine-learning trading, and it is exactly what curve-fitting (Module 4) produces on the rules-based side.",[16,452,453],{},"THE SIGNS OF OVERFITTING are recognisable once you know them. Too many parameters relative to the amount of data (the model has enough dials to trace every past bump). An unrealistically smooth, almost too-perfect equity curve. Fragility, meaning performance that falls apart on out-of-sample data or swings wildly when a parameter is nudged by a hair. And a strategy that needs constant re-tuning to keep working, which is the model chasing noise that keeps moving. The healthy instinct is to prefer the simpler, more robust strategy over the complex, fragile one, even when the complex one shows a prettier backtest, because robustness is what survives contact with new data.",[16,455,456],{},"BLACK SWAN EVENTS are the other blade. A black swan, in Nassim Nicholas Taleb's sense, is a rare, high-impact event that lies outside normal expectations and that people rationalise as predictable only after the fact (source 19). The problem for any automated strategy is structural: a black swan is, by definition, outside the training and test data, so a model has never seen anything like it and has no valid learned response. Markets have fat tails, meaning extreme moves happen more often than a tidy bell-curve model assumes, so a strategy calibrated on 'normal' volatility is systematically unprepared for the day that actually matters.",[16,458,459],{},"AUTOMATION BEHAVES BADLY IN A CRASH, and can make one worse. In the 2010 Flash Crash on 6 May, the Dow Jones fell about 998 points (roughly 9%) and around $1 trillion in market value briefly vanished within minutes before rebounding, the whole episode lasting about 36 minutes (source 20). In events like this, automated strategies can amplify the move: cascading stop-losses fire and trigger more selling, bids evaporate so there is no one to sell to at a sane price, and fills come far away from where the strategy 'expected'. Automation also executes plain mistakes at machine speed: Knight Capital lost roughly $440 million in about 45 minutes when a faulty software deployment let an automated system fire a storm of unintended orders (source 21). A bot does not panic, but it also does not stop to think, and at speed that is not always a virtue.",[16,461,462],{},"KNOWING WHEN TO SWITCH OFF NEEDS HUMAN JUDGMENT, which is the quiet lesson of both failure modes. Recognising 'this situation is outside anything my strategy was built for' is a judgment call that a fixed rule or a model trained on normal data usually cannot make for itself. That is why a manual off-switch and active human oversight are risk controls, not signs of a primitive system. The most dangerous automated strategy is not the one that is wrong occasionally; it is the one that keeps confidently executing into conditions it was never designed to handle because no human was watching for the moment to pull the plug (Module 6).",[200,464,466],{"id":465},"worked-example-an-overfitted-curve-meets-reality","Worked example: An overfitted curve meets reality",[16,468,469],{},"Strategy A has 15 parameters, all optimised on three years of history. In-sample it shows a 95% win rate and a silky-smooth +200% equity curve. It looks like a money machine. Then you run it, unchanged, on a fresh out-of-sample year it never saw: the win rate drops to about 48% and the return is roughly -12%. Worse, when you nudge a single parameter by one step, the in-sample +200% flips to about -5%. That extreme sensitivity and the collapse out-of-sample are textbook overfitting: the 15 dials traced the noise of the past three years, not a real edge.",[16,471,472],{},"Strategy B uses just 2 parameters. In-sample it shows a more modest 80% win rate; out-of-sample it holds around 74%, and small parameter changes barely move the result. Strategy B's backtest is less dazzling but its edge is stable across data it never saw. A disciplined trader ships Strategy B and deletes Strategy A, because in live trading robustness beats a beautiful backtest every time, and the beautiful backtest was the warning sign.",[200,474,224],{"id":475},"knowledge-check-4",[16,477,478,481],{},[22,479,480],{},"Q1. Define overfitting in the trading context.","\nA1. A model tuned so tightly to historical data that it captures noise rather than signal, so it looks excellent in backtest but has no predictive value live.",[16,483,484,487],{},[22,485,486],{},"Q2. List three signs that a strategy is overfitted.","\nA2. Any three of: too many parameters for the data, an unrealistically smooth equity curve, fragility (collapse out-of-sample or wild swings from tiny parameter changes), and a need for constant re-tuning.",[16,489,490,493],{},[22,491,492],{},"Q3. Why is an automated strategy structurally unprepared for a black-swan event?","\nA3. A black swan is by definition outside the training and test data, so the strategy has never seen anything like it and has no valid learned response, and markets have fat tails the model underestimates.",[16,495,496,499],{},[22,497,498],{},"Q4. How can automated strategies make a flash crash worse?","\nA4. Cascading stop-losses trigger more selling, liquidity (bids) disappears so fills come at extreme prices, and any bug executes at machine speed, as the 2010 Flash Crash and the Knight Capital loss showed.",[16,501,502,505],{},[22,503,504],{},"Q5. Why does deciding when to switch a strategy off require a human?","\nA5. Recognising that conditions are outside what the strategy was designed for is a judgment call a fixed rule or a normally-trained model cannot reliably make itself, so human oversight and a manual off-switch are essential controls.",[11,507,509],{"id":508},"module-6-risk-controls-for-automated-strategies","Module 6: Risk Controls for Automated Strategies",[16,511,512],{},"Everything in Modules 1 to 5 leads here: no automated strategy should ever touch real capital without hard, pre-set risk controls, because a bot without limits is an unbounded liability that executes its worst behaviour at full speed (recall Knight Capital). These controls are not optional polish; they are the price of admission. Four of them are non-negotiable, plus a layer of API-key security, plus disciplined monitoring.",[16,514,515],{},"THE FOUR NON-NEGOTIABLE LIMITS come first, all set before the strategy goes live and all enforced automatically. A MAX DAILY LOSS, or kill switch, halts all trading once the account drops a set amount in a day (for example, stop everything after a 3% loss), so one bad session cannot spiral. A MAX SINGLE-TRADE SIZE caps how much any one position can risk or how large its notional can be, so a single order can never blow up the account. A TOTAL ALLOCATION CAP limits how much of your capital is ever exposed to the strategy at once, keeping the rest ring-fenced from a strategy that goes wrong. And a DRAWDOWN-PAUSE THRESHOLD automatically stops the strategy and demands human review after a peak-to-trough decline of a set size, so a slow bleed cannot run unattended. Each is a hard number decided in advance, not a feeling in the moment.",[16,517,518],{},"API-KEY SECURITY is the highest-leverage control because it caps your worst case even if everything else fails. When you connect a bot to an exchange you do it through an API key, and that key's permissions decide how much damage a leak or a rogue bot can do. Use READ-ONLY keys wherever a tool only needs to observe, and grant TRADE-ENABLED permission only to a bot that must place orders. Critically, NEVER ENABLE WITHDRAWAL PERMISSION on a trading key: a bot has no reason to move money off the exchange, and keeping withdrawals off means that even a fully leaked key cannot drain your funds, only trade them (source 22). Add IP WHITELISTING so the key works only from your known addresses, and create a separate key per tool so you can revoke one without disturbing the rest. Read-only versus trade-enabled versus withdrawal-enabled is the difference between an inconvenience and a catastrophe.",[16,520,521],{},"MONITORING A RUNNING STRATEGY is the discipline that keeps 'set and forget' from becoming 'set and regret'. A live strategy needs watching: track its equity and drawdown against what the backtest and forward test led you to expect, track its trade frequency, its average win and average loss, and the correlation between its open positions. Log every action the bot takes so you can reconstruct what happened, and set alerts that notify you the moment any control threshold is breached rather than relying on you to check. Automation removes the manual clicking, not the responsibility.",[16,523,524],{},"CERTAIN BEHAVIOUR CHANGES SHOULD TRIGGER IMMEDIATE MANUAL REVIEW, and knowing them lets you catch trouble early. A drawdown rising beyond the range your testing predicted suggests the market has changed or the edge has decayed. Unusual trade frequency, especially a sudden burst of orders, can mean a bug looping (the Knight pattern) and should stop the bot at once. A correlation breakdown, where positions you believed were independent start moving together, means your real risk is far higher than your position count suggests. Slippage or costs running above your assumptions quietly erode the edge. And the strategy trading into conditions it was never designed for is the black-swan warning from Module 5. When any of these appear, the correct response is to pause and inspect, never to 'let it ride' and hope it corrects itself.",[200,526,528],{"id":527},"worked-example-a-kill-switch-earning-its-keep","Worked example: A kill switch earning its keep",[16,530,531],{},"You run a strategy on a $10,000 allocation with three pre-set controls: a total allocation cap of $10,000, a max single-trade risk of 1% ($100), and a max daily loss kill switch at 3% ($300). One afternoon a data-feed glitch makes the bot misread prices and start firing orders in a loop. Losses mount fast, but as soon as the running loss hits $300 the kill switch halts all trading automatically. Your damage for the day is capped at 3%, or $300, and the other $9,700 is untouched. You get an alert, you investigate, you fix the feed.",[16,533,534],{},"Now picture the same glitch on an identical bot with no limits. The loop keeps firing into a thin market, slippage widens, and by the time you notice the account is down $6,000, a 60% loss, a miniature version of the Knight Capital story. Same bug, same market, same strategy logic; the only difference was whether a hard, automatic limit stood between the malfunction and your capital. That is what risk controls buy you, and it is why they go on before the first real trade, not after the first real loss.",[200,536,224],{"id":537},"knowledge-check-5",[16,539,540,543],{},[22,541,542],{},"Q1. Name the four non-negotiable pre-set controls for an automated strategy.","\nA1. Max daily loss (kill switch), max single-trade size, total allocation cap, and a drawdown-pause threshold, all set in advance and enforced automatically.",[16,545,546,549],{},[22,547,548],{},"Q2. Why should a trading API key never have withdrawal permission enabled?","\nA2. A trading bot has no need to move funds, so keeping withdrawals off means even a fully leaked key can only trade your funds, not steal them off the exchange.",[16,551,552,555],{},[22,553,554],{},"Q3. What is the purpose of IP whitelisting on an API key?","\nA3. It restricts the key to working only from your known IP addresses, so a leaked key is useless to an attacker operating from anywhere else.",[16,557,558,561],{},[22,559,560],{},"Q4. Give three things you should actively monitor on a running strategy.","\nA4. Any three of: equity and drawdown versus expectations, trade frequency, average win and loss, correlation between open positions, and slippage\u002Fcosts versus assumptions.",[16,563,564,567],{},[22,565,566],{},"Q5. A running bot suddenly starts placing far more orders than usual. What should you do and why?","\nA5. Pause it immediately and investigate, because an unusual burst of orders often signals a bug looping (the Knight Capital pattern) that can inflict large losses at machine speed if left running.",[11,569,571],{"id":570},"sources","Sources",[16,573,574],{},"All facts verified against authoritative sources. Master index of every numbered source (source #, factual claim, source, live-tested URL, date verified, module(s)).",[160,576,577,590,601,612,623,634,644,655,665,675,685,696,706,716,727,738,748,759,769,780,790,801],{},[42,578,579,582,583,589],{},[22,580,581],{},"#1",": Algorithmic trading is executing orders using automated, pre-programmed instructions (fixed rules), with little or no human interaction. U.S. SEC, Staff Report on Algorithmic Trading in U.S. Capital Markets (2020), ",[584,585,586],"a",{"href":586,"rel":587},"https:\u002F\u002Fwww.sec.gov\u002Ffiles\u002Falgo_trading_report_2020.pdf",[588],"nofollow",", verified 2026-07, M1",[42,591,592,595,596,600],{},[22,593,594],{},"#2",": Algorithmic trading accounts for the majority of US equity trading volume (commonly estimated around 60-75%). arXiv (academic), citing Hendershott et al. 2011 & Brogaard et al. 2014, ",[584,597,598],{"href":598,"rel":599},"https:\u002F\u002Farxiv.org\u002Fhtml\u002F2605.23905v1",[588],", verified 2026-07-29, M1",[42,602,603,606,607,611],{},[22,604,605],{},"#3",": Machine learning builds models that learn patterns from data to make predictions, rather than following explicitly written rules. OECD (OECD.AI Policy Observatory), What is AI? Defining AI and machine learning, ",[584,608,609],{"href":609,"rel":610},"https:\u002F\u002Foecd.ai\u002Fen\u002Fwonk\u002Fdefinition",[588],", verified 2026-07, M1, M5",[42,613,614,617,618,622],{},[22,615,616],{},"#4",": An automated trading system reduces a strategy to pre-set entry and exit rules the program follows without human intervention, though human oversight is still needed. SEC (investor.gov) & FINRA, Investor Alert: Automated Investment Tools, ",[584,619,620],{"href":620,"rel":621},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Fgeneral-resources\u002Fnews-alerts\u002Falerts-bulletins\u002Finvestor-alerts\u002Finvestor-56",[588],", verified 2026-07-29, M1, M6",[42,624,625,628,629,633],{},[22,626,627],{},"#5",": Grid trading places staggered buy and sell orders at incremental levels around the price; it profits in a ranging market and breaks down when the market trends strongly out of the grid. arXiv (academic), Dynamic Grid Trading Strategy, ",[584,630,631],{"href":631,"rel":632},"https:\u002F\u002Farxiv.org\u002Fhtml\u002F2506.11921v1",[588],", verified 2026-07-29, M2",[42,635,636,639,640,633],{},[22,637,638],{},"#6",": Dollar-cost averaging is investing a fixed amount at regular intervals regardless of price, buying more units when prices are low and fewer when high. SEC (investor.gov), Dollar-Cost Averaging, ",[584,641,642],{"href":642,"rel":643},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Finvesting-basics\u002Fglossary\u002Fdollar-cost-averaging",[588],[42,645,646,649,650,654],{},[22,647,648],{},"#7",": Arbitrage is exploiting a price difference in the same or equivalent assets to make a near risk-free profit, which competition tends to eliminate quickly. NYU Stern (Aswath Damodaran), Investment Philosophies: The Dream of Pure Arbitrage, ",[584,651,652],{"href":652,"rel":653},"https:\u002F\u002Fpages.stern.nyu.edu\u002F~adamodar\u002Fpdfiles\u002Finvphiloh\u002Farbitrage.pdf",[588],", verified 2026-07, M2",[42,656,657,660,661,654],{},[22,658,659],{},"#8",": Statistical arbitrage uses mean-reversion models across diversified baskets or pairs of securities held for short periods (seconds to days); it evolved from pairs trading. SSRN (academic), Avellaneda & Lee, \"Statistical Arbitrage in the U.S. Equities Market\", ",[584,662,663],{"href":663,"rel":664},"https:\u002F\u002Fpapers.ssrn.com\u002Fsol3\u002Fpapers.cfm?abstract_id=1153505",[588],[42,666,667,670,671,654],{},[22,668,669],{},"#9",": Copy trading automatically copies the positions of a selected trader, linking a proportion of the copier's funds to the copied trader's account. ESMA (European Securities and Markets Authority), Guidance on the supervision of copy trading services, ",[584,672,673],{"href":673,"rel":674},"https:\u002F\u002Fwww.esma.europa.eu\u002Fpress-news\u002Fesma-news\u002Fesma-provides-guidance-supervision-copy-trading-services",[588],[42,676,677,680,681,654],{},[22,678,679],{},"#10",": Social trading lets investors observe and follow the strategies of peers and expert traders using copy or mirror trading. Paderborn University (TAF Working Paper, Deng, Yang, Pelster & Tan), Social trading, communication, and networks, ",[584,682,683],{"href":683,"rel":684},"https:\u002F\u002Fwiwi.uni-paderborn.de\u002Ffileadmin-wiwi\u002Fcetar\u002FTAF_Working_Paper_Series\u002FTAF_WP_074_DengYangPelsterTan2023_rev.pdf",[588],[42,686,687,690,691,695],{},[22,688,689],{},"#11",": A trade signal is a trigger to buy or sell an asset, generated by analysis, either human-made using technical indicators or produced by a mathematical algorithm. NBER (academic), Lo, Mamaysky & Wang, \"Foundations of Technical Analysis\", ",[584,692,693],{"href":693,"rel":694},"https:\u002F\u002Fwww.nber.org\u002Fsystem\u002Ffiles\u002Fworking_papers\u002Fw7613\u002Fw7613.pdf",[588],", verified 2026-07-29, M3",[42,697,698,701,702,695],{},[22,699,700],{},"#12",": On-chain metrics are data recorded directly on the blockchain, such as transaction count and active addresses, used to assess a network. Chainalysis, Blockchain Analytics, ",[584,703,704],{"href":704,"rel":705},"https:\u002F\u002Fwww.chainalysis.com\u002Fglossary\u002Fblockchain-analytics\u002F",[588],[42,707,708,711,712,695],{},[22,709,710],{},"#13",": Market sentiment is the overall attitude or mood of investors toward a particular security or market. SEC (investor.gov), Glossary: Bull Market, ",[584,713,714],{"href":714,"rel":715},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Finvesting-basics\u002Fglossary\u002Fbull-market",[588],[42,717,718,721,722,726],{},[22,719,720],{},"#14",": Survivorship bias is the tendency to view performance from surviving winners while failed funds or records that were closed or deleted are excluded, distorting the picture upward. NYU Stern (Aswath Damodaran), Mutual-Fund Survivorship Bias, ",[584,723,724],{"href":724,"rel":725},"https:\u002F\u002Fpages.stern.nyu.edu\u002Fadamodar\u002FNew_Home_Page\u002Farticles\u002Fmutualfundsurvbias.htm",[588],", verified 2026-07-29, M3, M5",[42,728,729,732,733,737],{},[22,730,731],{},"#15",": Backtesting is applying a strategy to historical data to gauge how it would have performed. CFA Institute, Backtesting and Simulation (refresher reading), ",[584,734,735],{"href":735,"rel":736},"https:\u002F\u002Fwww.cfainstitute.org\u002Finsights\u002Fprofessional-learning\u002Frefresher-readings\u002F2026\u002Fbacktesting-and-simulation",[588],", verified 2026-07-29, M4",[42,739,740,743,744,737],{},[22,741,742],{},"#16",": Look-ahead bias is using information in a test that was not actually available at the simulated decision time, producing unrealistically good results. arXiv (academic), Look-Ahead-Freedom as Temporal Non-Interference, ",[584,745,746],{"href":746,"rel":747},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2607.04958",[588],[42,749,750,753,754,758],{},[22,751,752],{},"#17",": Overfitting (curve-fitting) is when a model describes random noise instead of the underlying relationship, fitting the training data closely but failing to generalise to new data. Notices of the AMS (academic), Bailey, Borwein, Lopez de Prado & Zhu, \"Pseudo-Mathematics and Financial Charlatanism: The Effects of Backtest Overfitting on Out-of-Sample Performance\", ",[584,755,756],{"href":756,"rel":757},"https:\u002F\u002Fwww.ams.org\u002Fnotices\u002F201405\u002Frnoti-p458.pdf",[588],", verified 2026-07, M4, M5",[42,760,761,764,765,737],{},[22,762,763],{},"#18",": Paper trading (forward testing) is simulated trading on real-time data without real money, used to practise and to test a strategy before a live account. CME Group, About the Trading Simulator, ",[584,766,767],{"href":767,"rel":768},"https:\u002F\u002Fwww.cmegroup.com\u002Feducation\u002Fpractice\u002Fabout-the-trading-simulator.html",[588],[42,770,771,774,775,779],{},[22,772,773],{},"#19",": A black swan is a rare, high-impact event outside normal expectations that is rationalised as predictable only in hindsight (Nassim Nicholas Taleb). arXiv (academic), Nassim Nicholas Taleb, \"Statistical Consequences of Fat Tails\", ",[584,776,777],{"href":777,"rel":778},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2001.10488",[588],", verified 2026-07, M5",[42,781,782,785,786,779],{},[22,783,784],{},"#20",": In the 2010 Flash Crash (6 May 2010) the Dow Jones fell about 998 points (roughly 9%) and around $1 trillion in value briefly vanished within minutes before rebounding, over roughly 36 minutes. U.S. SEC & CFTC (joint staff report), Findings Regarding the Market Events of May 6, 2010, ",[584,787,788],{"href":788,"rel":789},"https:\u002F\u002Fwww.sec.gov\u002Fnews\u002Fstudies\u002F2010\u002Fmarketevents-report.pdf",[588],[42,791,792,795,796,800],{},[22,793,794],{},"#21",": Knight Capital lost roughly $440 million in about 45 minutes on 1 August 2012 when a faulty software deployment caused its automated system to send a flood of unintended orders. U.S. SEC, Press Release 2013-222: SEC Charges Knight Capital With Violations of Market Access Rule, ",[584,797,798],{"href":798,"rel":799},"https:\u002F\u002Fwww.sec.gov\u002Fnewsroom\u002Fpress-releases\u002F2013-222",[588],", verified 2026-07, M5, M6",[42,802,803,806,807,811],{},[22,804,805],{},"#22",": Exchange API keys carry separate permissions (read, trade, withdraw); best practice is to grant only what is needed, keep withdrawals disabled, and restrict keys by IP whitelist. OWASP, Authorization Cheat Sheet (least-privilege), ",[584,808,809],{"href":809,"rel":810},"https:\u002F\u002Fcheatsheetseries.owasp.org\u002Fcheatsheets\u002FAuthorization_Cheat_Sheet.html",[588],", verified 2026-07-29, M6",[16,813,814],{},"Note on live-market figures: the algorithmic-share estimate in #2 varies by source and methodology (commonly cited between roughly 60% and 80% of US equity volume), so it is stated qualitatively as 'the majority'. The flash-crash and Knight Capital figures in #20 and #21 are widely reported round approximations of intraday events and are used here as such.",{"title":816,"searchDepth":817,"depth":817,"links":818},"",2,[819,820,825,829,833,837,841,845],{"id":13,"depth":817,"text":14},{"id":182,"depth":817,"text":183,"children":821},[822,824],{"id":202,"depth":823,"text":203},3,{"id":223,"depth":823,"text":224},{"id":257,"depth":817,"text":258,"children":826},[827,828],{"id":276,"depth":823,"text":277},{"id":286,"depth":823,"text":224},{"id":319,"depth":817,"text":320,"children":830},[831,832],{"id":338,"depth":823,"text":339},{"id":348,"depth":823,"text":224},{"id":381,"depth":817,"text":382,"children":834},[835,836],{"id":400,"depth":823,"text":401},{"id":410,"depth":823,"text":224},{"id":443,"depth":817,"text":444,"children":838},[839,840],{"id":465,"depth":823,"text":466},{"id":475,"depth":823,"text":224},{"id":508,"depth":817,"text":509,"children":842},[843,844],{"id":527,"depth":823,"text":528},{"id":537,"depth":823,"text":224},{"id":570,"depth":817,"text":571},"2-3 hours","md",[44,47,50,53,56,59],{},6,true,70,"\u002Fcourses\u002Fai-trading",20,{"title":6,"description":816},[164,167,170,173,176,179],"ai-trading","courses\u002Fai-trading","A platform-neutral, myth-busting guide to automated and AI trading: telling rules-based bots from machine-learning models from AI-assisted tools, understanding how grid, DCA, arbitrage, signal and copy bots really work and fail, evaluating trading signals, backtesting and forward-testing honestly, recognising overfitting and black-swan fragility, and setting the risk controls and API-key safeguards every automated strategy needs before real capital.","Foundation","V-XMul6v9GlUoAVBlMYe_QzhAEgslQ5xLFlcP-nE2KU",{"id":863,"title":864,"body":865,"description":816,"estTime":846,"extension":847,"learningOutcomes":1706,"meta":1707,"modules":850,"navigation":851,"passMark":852,"path":1708,"questions":854,"seo":1709,"skills":1710,"slug":1711,"stem":1712,"summary":1713,"tier":860,"__hash__":1714},"courses\u002Fcourses\u002Fcrypto-fundamentals.md","Certified Crypto Fundamentals Learner",{"type":8,"value":866,"toc":1678},[867,869,872,877,881,885,905,909,983,987,1007,1011,1014,1017,1020,1023,1026,1030,1033,1044,1047,1049,1055,1061,1067,1073,1079,1083,1086,1089,1092,1095,1098,1102,1105,1119,1122,1124,1130,1136,1142,1148,1154,1158,1161,1164,1167,1170,1173,1177,1180,1194,1197,1199,1205,1211,1217,1223,1229,1233,1236,1239,1242,1245,1248,1251,1255,1258,1269,1272,1275,1277,1283,1289,1295,1301,1307,1311,1314,1317,1320,1323,1326,1329,1333,1336,1341,1344,1346,1352,1358,1364,1370,1376,1380,1383,1386,1389,1392,1395,1398,1402,1405,1413,1416,1418,1424,1430,1436,1442,1448,1450,1452,1675],[11,868,14],{"id":13},[16,870,871],{},"CoinUnited Academy: Certified Crypto Fundamentals Learner. Platform-agnostic crypto certification; all facts verified against authoritative sources (see Sources).",[16,873,874,876],{},[22,875,24],{}," Complete beginners who have never bought crypto and want to understand what it is before touching it. No technical background, coding, or finance experience is assumed: if you can follow simple percentages and round numbers, you can complete this course. Ideal for someone who keeps hearing about Bitcoin, blockchains and stablecoins and wants a clear, honest, jargon-light grounding. It pairs naturally with 'Certified Risk-Aware Trader', which turns the risk ideas previewed in Module 6 into a full framework.",[16,878,879,31],{},[22,880,30],{},[16,882,883,37],{},[22,884,36],{},[39,886,887,890,893,896,899,902],{},[42,888,889],{},"Explain the three functions of money and the specific weaknesses of centralised fiat systems that motivated Bitcoin.",[42,891,892],{},"Describe how a blockchain records, validates and secures transactions, and how proof of work differs from proof of stake.",[42,894,895],{},"Distinguish Bitcoin, Ethereum and stablecoins by design and purpose, and tell a coin from a token.",[42,897,898],{},"Explain how a crypto exchange matches orders and the difference between custodial and self-custodied holdings.",[42,900,901],{},"Read price, 24-hour volume, market capitalisation and a candlestick chart without over-interpreting them.",[42,903,904],{},"Apply the core risk basics (position sizing, volatility awareness and common psychological traps) before a first trade.",[16,906,907],{},[22,908,64],{},[66,910,911,921],{},[69,912,913],{},[72,914,915,917,919],{},[75,916,77],{},[75,918,80],{},[75,920,83],{},[85,922,923,933,943,953,963,973],{},[72,924,925,927,930],{},[90,926,92],{},[90,928,929],{},"What Is Money and Why Crypto Exists",[90,931,932],{},"The functions of money, the weaknesses of centralised fiat, the 2008 crisis, Bitcoin's origin, what decentralisation means.",[72,934,935,937,940],{},[90,936,103],{},[90,938,939],{},"How Blockchain Works",[90,941,942],{},"Distributed append-only ledgers, how blocks are formed and chained by hashes, proof of work vs proof of stake, why the record resists tampering.",[72,944,945,947,950],{},[90,946,114],{},[90,948,949],{},"Bitcoin, Ethereum, and Stablecoins",[90,951,952],{},"Bitcoin's fixed supply and halvings, Ethereum's smart contracts and gas, the ERC-20 standard, stablecoins, coins vs tokens.",[72,954,955,957,960],{},[90,956,125],{},[90,958,959],{},"How Exchanges Work",[90,961,962],{},"The role of an exchange, custodial vs self-custodied holdings, order books, market vs limit orders, CEX vs DEX, choosing a venue.",[72,964,965,967,970],{},[90,966,136],{},[90,968,969],{},"Reading the Market",[90,971,972],{},"Price, volume and market cap and what each fails to measure, reading a candlestick, thin volume and manipulation, data sources and caveats.",[72,974,975,977,980],{},[90,976,147],{},[90,978,979],{},"Risk Basics for New Traders",[90,981,982],{},"Why crypto is structurally volatile, position sizing, investing vs trading, psychological traps, and what to know before a first trade.",[16,984,985],{},[22,986,158],{},[160,988,989,992,995,998,1001,1004],{},[42,990,991],{},"Money & monetary-system literacy",[42,993,994],{},"Blockchain & consensus fundamentals",[42,996,997],{},"Bitcoin \u002F Ethereum \u002F stablecoin fluency",[42,999,1000],{},"Exchange & self-custody basics",[42,1002,1003],{},"Market-data & candlestick reading",[42,1005,1006],{},"Beginner risk awareness",[11,1008,1010],{"id":1009},"module-1-what-is-money-and-why-crypto-exists","Module 1: What Is Money and Why Crypto Exists",[16,1012,1013],{},"Before you can understand why cryptocurrency exists, it helps to understand what money is actually for. Money is not wealth in itself; it is a tool that lets strangers cooperate. If you grow apples and want a pair of shoes, pure barter needs you to find a shoemaker who happens to want apples at that exact moment (economists call this the 'double coincidence of wants'). Money removes that problem by acting as a middle step everyone accepts, so you sell apples for money today and buy shoes with money next week.",[16,1015,1016],{},"THE HISTORICAL ROLE OF MONEY. Economists describe money by three jobs it does. It is a medium of exchange (you can swap it for goods and services instead of bartering), a unit of account (prices are all quoted in the same units, so you can compare a coffee with a car), and a store of value (it holds worth over time, so you can save today and spend later). A good money does all three reliably. Cattle, salt, shells, gold and paper notes have each served as money in history because, for their time and place, they did these jobs well enough. When one of the three jobs breaks (for example, if the store-of-value job fails because prices are rising fast), people start looking for something better.",[16,1018,1019],{},"THE PROBLEMS WITH CENTRALISED MONEY. Modern national currencies are 'fiat' money: government-issued currency that is not backed by gold or any commodity, and whose value rests on trust and legal decree (Source #2). That design gives central authorities useful control, but it also creates specific weaknesses. First, inflation: because the supply can be expanded, purchasing power can quietly erode, so cash held as savings can buy less each year. Second, censorship and single points of failure: payments flow through banks and processors that can freeze accounts, block transfers, or fail in a crisis. Third, you must trust intermediaries, banks, payment networks and governments, to act honestly and stay solvent with your money. For most people most of the time these systems work fine. Crypto exists for the cases where they do not, and for people who would simply rather not have to trust them.",[16,1021,1022],{},"WHY BITCOIN, AND WHY 2009. The 2008 global financial crisis put those weaknesses on full display: major banks failed or were bailed out, and confidence in centralised finance collapsed (Source #3). Against that backdrop, on 31 October 2008 an anonymous person or group using the name Satoshi Nakamoto published a nine-page paper, 'Bitcoin: A Peer-to-Peer Electronic Cash System', describing money that could move directly between people without a bank in the middle (Source #4). On 3 January 2009 the Bitcoin network went live when Nakamoto mined its first block, the 'genesis block'. Embedded in that block was the text 'The Times 03\u002FJan\u002F2009 Chancellor on brink of second bailout for banks', a real newspaper headline that both timestamped the launch and pointed straight at the system Bitcoin was reacting against (Source #5).",[16,1024,1025],{},"WHAT DECENTRALISATION MEANS IN PRACTICE. Bitcoin's core idea is that no single party controls the money. Instead of one bank keeping the master ledger, thousands of computers around the world each hold a copy of a shared, public ledger and agree on its contents by rules rather than by authority (Source #6, and Module 2 explains the mechanics). For an individual this has three concrete consequences. Self-custody: you can hold your own coins directly, without a bank as gatekeeper. Permissionless access: anyone with an internet connection can use the network, with no application form or approval. Censorship resistance: no single company or government can easily block or reverse a valid transaction. These properties come with real trade-offs (you become responsible for your own security, and the system is slower and more volatile than a bank), but they are the reason crypto exists at all.",[200,1027,1029],{"id":1028},"worked-example-how-inflation-erodes-a-store-of-value","Worked example: How inflation erodes a store of value",[16,1031,1032],{},"Suppose you keep $10,000 as cash in a currency that loses about 10% of its purchasing power each year. That does not mean the number in your account changes; it means the same $10,000 buys less each year.",[160,1034,1035,1038,1041],{},[42,1036,1037],{},"After 1 year it buys roughly what $9,000 buys today (10,000 x 0.90).",[42,1039,1040],{},"After 3 years: 10,000 x 0.90^3 = about $7,290 of today's goods.",[42,1042,1043],{},"After 5 years: 10,000 x 0.90^5 = about $5,905, so your savings quietly lost more than 40% of its buying power without a single withdrawal.",[16,1045,1046],{},"The medium-of-exchange job still worked (you could always spend the cash), but the store-of-value job failed. Bitcoin's fixed supply (Module 3) is a direct response to exactly this failure: no authority can print more of it to dilute what you hold.",[200,1048,224],{"id":223},[16,1050,1051,1054],{},[22,1052,1053],{},"Q1. Name the three functions of money.","\nA1. Medium of exchange, unit of account, and store of value. A sound money performs all three reliably.",[16,1056,1057,1060],{},[22,1058,1059],{},"Q2. What does 'fiat' money mean?","\nA2. Government-issued currency that is not backed by gold or any commodity; its value rests on trust and legal decree, and its supply can be expanded.",[16,1062,1063,1066],{},[22,1064,1065],{},"Q3. What real-world event formed the backdrop to Bitcoin's creation, and what date did the network go live?","\nA3. The 2008 global financial crisis. The Bitcoin network went live on 3 January 2009 when Satoshi Nakamoto mined the genesis block.",[16,1068,1069,1072],{},[22,1070,1071],{},"Q4. Give two concrete benefits of decentralisation for an individual.","\nA4. Any two of: self-custody (hold your own coins without a bank), permissionless access (anyone can use it), and censorship resistance (no single party can easily block a valid transaction).",[16,1074,1075,1078],{},[22,1076,1077],{},"Q5. Which function of money does inflation attack most directly?","\nA5. The store-of-value function: rising prices erode purchasing power over time even though the nominal amount is unchanged.",[11,1080,1082],{"id":1081},"module-2-how-blockchain-works","Module 2: How Blockchain Works",[16,1084,1085],{},"A blockchain is the technology that lets thousands of strangers agree on one shared record of who owns what, with no bank or company in charge. The name is literal: it is a chain of blocks, where each block is a batch of transactions and the blocks are linked together in order. Understanding it needs no coding, just a clear picture of a shared notebook that is very hard to forge.",[16,1087,1088],{},"A DISTRIBUTED, APPEND-ONLY LEDGER. Picture one giant notebook that lists every transaction ever made. Now imagine that instead of one bank holding that notebook, thousands of computers (called nodes) each keep an identical, up-to-date copy. That is a distributed ledger (Source #6). Two properties make it powerful. It is distributed, so there is no single copy to hack, seize or lose; if one node goes offline the record survives everywhere else. And it is append-only: you can add new entries to the end, but you cannot quietly erase or rewrite old ones, because every other copy would disagree. This is why the same technology is often called a 'shared source of truth'.",[16,1090,1091],{},"HOW BLOCKS ARE FORMED AND CHAINED. New transactions are collected and bundled into a block. Before it is accepted, the block is checked against the rules (are the coins real, does the sender actually own them, are the signatures valid?). Once accepted, the block is added to the end of the chain. The clever part is how blocks link. Every block runs its contents through a 'hash', a mathematical function that turns any data into a short, fixed fingerprint, and each new block stores the hash of the block before it (Source #6). So block 100 contains block 99's fingerprint, block 99 contains block 98's, and so on back to the genesis block. The blocks are chained by these fingerprints, which is what makes the history tamper-evident.",[16,1093,1094],{},"CONSENSUS: PROOF OF WORK VS PROOF OF STAKE. If no one is in charge, how do thousands of nodes agree on which block comes next? They follow a 'consensus mechanism', a shared rulebook for adding blocks. The two you will hear about most are proof of work and proof of stake. In proof of work (used by Bitcoin), special nodes called miners compete to solve a hard mathematical puzzle that takes real electricity and computing power; the first to solve it earns the right to add the next block and collect a reward (Source #8). In proof of stake (used by Ethereum since 2022), validators instead lock up (stake) their own capital as a deposit, and the system picks who adds the next block partly at random and partly by stake size; anyone who cheats can have their stake taken away (Source #9). Ethereum switched from proof of work to proof of stake in an upgrade called 'the Merge' on 15 September 2022, which cut the network's energy use by roughly 99.95% (Source #10). Both mechanisms achieve the same goal, honest agreement without a central boss, by making cheating expensive.",[16,1096,1097],{},"WHY THE RECORD IS HARD TO ALTER. Three things combine to make a blockchain very difficult to falsify. First, the hash-linking: if you change even one old transaction, that block's fingerprint changes, which breaks the link in every block after it, so the tampering is instantly visible. Second, the distributed copies: your forged version has to out-argue thousands of honest copies, and the majority wins. Third, the cost of attack: to actually rewrite recent history an attacker would need to control more than half of the network's mining power or stake, redo all the affected work, and out-pace everyone else combined. This is the famous '51% attack', and on a large network it is so expensive that it is generally not worth attempting (Source #11). Security here does not come from a trusted guard; it comes from making dishonesty cost more than it could ever earn.",[200,1099,1101],{"id":1100},"worked-example-why-you-cannot-quietly-edit-block-2","Worked example: Why you cannot quietly edit block 2",[16,1103,1104],{},"Imagine a short chain of 5 blocks. Block 2 records a payment of 50 coins from Alice to Bob. Blocks are linked so that block 3 stores block 2's fingerprint, block 4 stores block 3's, and block 5 stores block 4's.",[160,1106,1107,1110,1113,1116],{},[42,1108,1109],{},"You try to cheat by editing block 2 to say Alice paid you 5,000 coins instead.",[42,1111,1112],{},"The moment you change block 2's contents, block 2's fingerprint changes.",[42,1114,1115],{},"Now block 3's stored 'previous fingerprint' no longer matches the real block 2, so block 3 is broken, and so are blocks 4 and 5.",[42,1117,1118],{},"To make the forgery stick you would have to recompute the valid work for blocks 2, 3, 4 and 5, and do it faster than the entire honest network is extending the real chain. On a large network that needs more than half of all mining power (a 51% attack), which is prohibitively expensive.",[16,1120,1121],{},"The single edit did not stay hidden; it cascaded through every later block and exposed itself. That cascade is the heart of why a blockchain is called immutable in practice.",[200,1123,224],{"id":286},[16,1125,1126,1129],{},[22,1127,1128],{},"Q1. What does 'append-only' mean for a blockchain ledger?","\nA1. You can add new entries to the end, but you cannot quietly erase or rewrite existing ones, because every other copy of the ledger would disagree.",[16,1131,1132,1135],{},[22,1133,1134],{},"Q2. How are individual blocks linked into a chain?","\nA2. Each block stores the hash (fingerprint) of the block before it, so the blocks are chained in order and any change to an old block breaks every later link.",[16,1137,1138,1141],{},[22,1139,1140],{},"Q3. In one sentence each, contrast proof of work and proof of stake.","\nA3. Proof of work: miners spend electricity and computing power to earn the right to add a block (Bitcoin). Proof of stake: validators lock up capital as a deposit and are chosen to add blocks, losing their stake if they cheat (Ethereum since 2022).",[16,1143,1144,1147],{},[22,1145,1146],{},"Q4. What is a 51% attack?","\nA4. An attack in which one party controls more than half of the network's mining power or stake, letting them rewrite recent blocks; on a large network it is so costly it is rarely worthwhile.",[16,1149,1150,1153],{},[22,1151,1152],{},"Q5. Name the three things that together make the record hard to alter.","\nA5. Hash-linking (a change cascades and is visible), distributed copies (the honest majority wins), and the cost of attack (rewriting history is prohibitively expensive).",[11,1155,1157],{"id":1156},"module-3-bitcoin-ethereum-and-stablecoins","Module 3: Bitcoin, Ethereum, and Stablecoins",[16,1159,1160],{},"Thousands of cryptocurrencies exist, but three categories cover almost everything a beginner needs to understand: Bitcoin (digital scarcity), Ethereum (a programmable platform), and stablecoins (crypto that tries not to move). Learn these three and most of the market makes sense.",[16,1162,1163],{},"BITCOIN AS DIGITAL GOLD. Bitcoin's headline feature is fixed scarcity. Its rules cap the total supply that will ever exist at 21 million coins, and no authority can change that (Source #12). New coins enter circulation as the reward miners earn for adding blocks, but that reward is cut in half at fixed intervals, every 210,000 blocks, which works out to roughly once every four years, an event known as 'the halving'. The reward started at 50 BTC per block, then fell to 25, then 12.5, and so on toward zero (Source #12). Because supply is capped and issuance keeps shrinking on a published schedule, many people treat Bitcoin as 'digital gold': something whose main job is to be a scarce, hard-to-debase store of value rather than a fast payment rail. Whether it fulfils that role is debated, but the fixed-supply design is a direct answer to the inflation problem from Module 1.",[16,1165,1166],{},"ETHEREUM AS PROGRAMMABLE MONEY. Ethereum takes a different aim. Where Bitcoin is deliberately simple, Ethereum is a general-purpose platform for 'smart contracts', self-executing programs stored on the blockchain that run automatically when their conditions are met, with no middleman to enforce them (Source #13). This lets developers build applications (lending, trading, games, digital collectibles) that run on the shared ledger. Every action on Ethereum costs a fee called 'gas', paid to compensate the network for the computing power it uses; busier periods mean higher gas fees (Source #14). Ethereum also popularised a standard way to create new tokens: the ERC-20 standard, a common set of rules that lets any fungible token behave predictably so wallets and exchanges can support it without custom work (Source #15). Thousands of tokens follow ERC-20, which is why Ethereum is often described as the platform the rest of the ecosystem is built on.",[16,1168,1169],{},"STABLECOINS. Bitcoin and most tokens are volatile: their price swings a lot. Stablecoins are the opposite by design. A stablecoin is a cryptocurrency that aims to hold a steady value against a reference asset, most commonly the US dollar, so that 1 unit stays close to $1 (Source #16). They exist for practical reasons. They let you park value in dollars without leaving the crypto system (useful when you want out of a volatile position but not out of crypto), and they make payments and trading easier because both sides can price in a stable unit. Different designs back the peg in different ways (holding real dollars in reserve, over-collateralising with other crypto, or using algorithms), and it is worth knowing that stablecoins are 'not necessarily stable': some have failed and broken their peg, so the label is a goal, not a guarantee (Source #16).",[16,1171,1172],{},"COINS VS TOKENS. Beginners mix up 'coin' and 'token', but the distinction is simple and useful. A coin is the native currency of its own blockchain: Bitcoin (BTC) is the coin of the Bitcoin network, and Ether (ETH) is the coin of Ethereum. It is built into the chain and used to pay that chain's fees. A token, by contrast, is issued on top of an existing chain using that chain's rules, without having a chain of its own. Most stablecoins and most smaller projects are tokens (for example, an ERC-20 token issued on Ethereum rides on Ethereum's security and pays gas in ETH). Rule of thumb: if it pays the network's fees and secures the chain, it is a coin; if it lives on someone else's chain, it is a token.",[200,1174,1176],{"id":1175},"worked-example-how-the-halving-builds-up-to-21-million","Worked example: How the halving builds up to 21 million",[16,1178,1179],{},"Bitcoin issues new coins as block rewards, and the reward halves every 210,000 blocks. You can see the 21 million cap emerge by adding up each halving era (each era is 210,000 blocks long):",[160,1181,1182,1185,1188,1191],{},[42,1183,1184],{},"Era 1: reward 50 BTC x 210,000 blocks = 10,500,000 BTC issued.",[42,1186,1187],{},"Era 2: reward 25 BTC x 210,000 blocks = 5,250,000 BTC.",[42,1189,1190],{},"Era 3: reward 12.5 BTC x 210,000 blocks = 2,625,000 BTC.",[42,1192,1193],{},"Running total after just three eras: 10,500,000 + 5,250,000 + 2,625,000 = 18,375,000 BTC, already about 87.5% of the eventual supply.",[16,1195,1196],{},"Each era adds half of the previous era, so the totals keep shrinking and the sum converges toward 21,000,000 without ever exceeding it. That is the whole point: the schedule is fixed and public, so anyone can predict roughly how many coins will exist far into the future, and no one can print more.",[200,1198,224],{"id":348},[16,1200,1201,1204],{},[22,1202,1203],{},"Q1. What is Bitcoin's maximum supply, and how often does the block reward halve?","\nA1. 21 million coins maximum. The block reward halves every 210,000 blocks, which is roughly once every four years.",[16,1206,1207,1210],{},[22,1208,1209],{},"Q2. What is a smart contract?","\nA2. A self-executing program stored on the blockchain that runs automatically when its conditions are met, with no middleman needed to enforce it. Ethereum is the best-known platform for them.",[16,1212,1213,1216],{},[22,1214,1215],{},"Q3. Why do stablecoins exist, and are they guaranteed to stay stable?","\nA3. They let people park value in a steady unit (usually the US dollar) without leaving crypto, and they ease payments and trading. They are not guaranteed: the peg is a design goal, and some stablecoins have failed.",[16,1218,1219,1222],{},[22,1220,1221],{},"Q4. What is the difference between a coin and a token?","\nA4. A coin is native to its own blockchain and pays that chain's fees (BTC, ETH). A token is issued on top of an existing chain using its rules (for example, an ERC-20 token on Ethereum) and does not have its own chain.",[16,1224,1225,1228],{},[22,1226,1227],{},"Q5. What does the ERC-20 standard provide?","\nA5. A common set of rules for creating fungible tokens on Ethereum, so wallets and exchanges can support any ERC-20 token predictably without custom work.",[11,1230,1232],{"id":1231},"module-4-how-exchanges-work","Module 4: How Exchanges Work",[16,1234,1235],{},"For almost everyone, the first real interaction with crypto is an exchange: the place you swap dollars for Bitcoin, or one coin for another. Understanding what an exchange does, and crucially who holds your coins while it does it, is essential before you send it any money.",[16,1237,1238],{},"THE ROLE OF AN EXCHANGE. A crypto exchange is a business that matches buyers with sellers and lets you convert between assets (Source #17). It plays two roles at once. It is a marketplace, pairing someone who wants to buy with someone who wants to sell and agreeing a price between them. And it is an 'on\u002Foff ramp', the bridge between traditional money and crypto: you deposit dollars (the on-ramp), trade, and later withdraw dollars again (the off-ramp). Without exchanges, getting from a bank account into crypto for the first time would be extremely difficult, which is why they sit at the centre of the ecosystem.",[16,1240,1241],{},"CUSTODY: NOT YOUR KEYS, NOT YOUR COINS. Here is the single most important idea in this module. Owning crypto really means controlling a secret 'private key', a long password that authorises spending; whoever holds the key controls the coins (Source #20). When you keep coins on an exchange, the exchange holds the keys for you. This is 'custodial': convenient, because you just log in with a normal password and the company handles security and recovery, but it also means you are trusting that company not to fail, freeze your account, or be hacked. The alternative is a self-custodied wallet, software or a hardware device where you hold the keys yourself. The crypto saying 'not your keys, not your coins' captures the trade-off: self-custody gives you full control and full responsibility (lose the keys and no one can recover them), while custodial exchanges give you convenience in exchange for trust.",[16,1243,1244],{},"THE ORDER BOOK. Most centralised exchanges match trades using an 'order book', a live, two-sided list of offers (Source #18). The buy side lists 'bids' (the prices buyers are willing to pay) and the sell side lists 'asks' (the prices sellers are willing to accept). The gap between the highest bid and the lowest ask is the 'spread'. You interact with the book using two basic order types. A market order says 'fill me right now at the best available price', which is fast but you accept whatever price the book gives you. A limit order says 'only fill me at this price or better', which gives you price control but might never execute if the market does not reach your price. Beginners should understand that a big market order can 'walk the book', filling at progressively worse prices when there are not enough offers at the best price (see the worked example).",[16,1246,1247],{},"CENTRALISED VS DECENTRALISED EXCHANGES. Exchanges come in two broad types. A centralised exchange (CEX) is a company that holds your funds (custodial), runs the order book on its own servers (fast), and usually requires identity verification, known as KYC, 'know your customer' (Source #17). A decentralised exchange (DEX) is different: it is non-custodial (you trade directly from your own wallet and never hand over your keys) and runs on-chain via smart contracts. Many DEXs do not use an order book at all; they use an 'automated market maker' (AMM), which prices trades with a formula against pooled funds that other users have supplied, rather than matching individual buyers and sellers (Source #19). CEXs tend to be faster and easier for beginners; DEXs give you self-custody and permissionless access at the cost of more complexity and on-chain fees.",[16,1249,1250],{},"CHOOSING WHERE TO TRADE. Before trusting any venue with your money, ask a short checklist of questions. Security track record: has it been hacked, and how did it handle it? Custody: does it hold your keys, and can you withdraw to your own wallet? Fees: what are the trading fees, spreads and withdrawal costs? Liquidity: is there enough volume that you can enter and exit without moving the price against yourself (Module 5)? Jurisdiction and regulation: where is it based, and does it operate legally where you live? No exchange scores perfectly on all five, but a beginner who asks these questions before depositing avoids most avoidable disasters.",[200,1252,1254],{"id":1253},"worked-example-a-market-buy-walking-a-thin-order-book","Worked example: A market buy 'walking' a thin order book",[16,1256,1257],{},"Suppose the sell side (asks) of an order book looks like this:",[160,1259,1260,1263,1266],{},[42,1261,1262],{},"2 units offered at $30,000",[42,1264,1265],{},"3 units offered at $30,050",[42,1267,1268],{},"5 units offered at $30,200",[16,1270,1271],{},"You place a market order to buy 4 units. It fills against the cheapest asks first: 2 units at $30,000 ($60,000) plus 2 units at $30,050 ($60,100), for a total of $120,100. Your average price is $120,100 \u002F 4 = $30,025, already above the $30,000 you saw quoted.",[16,1273,1274],{},"Now imagine you had tried to buy 8 units instead. You would clear the $30,000 and $30,050 levels and reach up to $30,200, dragging your average price higher still. That upward drift is 'slippage', and it is worse when the book is 'thin' (few offers near the top). A limit order set at, say, $30,050 would have protected you: it would fill only up to that price and simply stop, rather than chasing the price up. This is why thin markets and big market orders are a dangerous combination, a theme Module 5 returns to.",[200,1276,224],{"id":410},[16,1278,1279,1282],{},[22,1280,1281],{},"Q1. Name the two roles an exchange plays.","\nA1. It is a marketplace that matches buyers and sellers, and it is an on\u002Foff ramp that bridges traditional money and crypto (deposit and withdraw fiat).",[16,1284,1285,1288],{},[22,1286,1287],{},"Q2. What does 'not your keys, not your coins' mean?","\nA2. Whoever holds the private keys controls the coins. On a custodial exchange the exchange holds your keys, so you are trusting it; in self-custody you hold the keys yourself, gaining control but also full responsibility.",[16,1290,1291,1294],{},[22,1292,1293],{},"Q3. Distinguish a market order from a limit order.","\nA3. A market order fills immediately at the best available price (fast, but you accept the price). A limit order fills only at a set price or better (price control, but it may never execute).",[16,1296,1297,1300],{},[22,1298,1299],{},"Q4. Give two differences between a CEX and a DEX.","\nA4. Any two of: a CEX is custodial while a DEX is non-custodial; a CEX runs an order book on its own servers while a DEX runs on-chain via smart contracts (often an AMM); a CEX usually requires KYC while a DEX typically does not.",[16,1302,1303,1306],{},[22,1304,1305],{},"Q5. List three questions to ask before choosing where to trade.","\nA5. Any three of: security track record, custody (can you withdraw to your own wallet?), fees, liquidity, and jurisdiction\u002Fregulation.",[11,1308,1310],{"id":1309},"module-5-reading-the-market","Module 5: Reading the Market",[16,1312,1313],{},"Open any crypto data site and you are hit with numbers: price, 24h volume, market cap, a jagged red-and-green chart. Each number means something specific, and each one hides something. Reading them correctly, and knowing what they do not tell you, is the difference between an informed beginner and an easily-fooled one.",[16,1315,1316],{},"PRICE, VOLUME AND MARKET CAP. Three headline figures describe any asset. Price is simply the level of the most recent trade: what one unit last changed hands for. It is a snapshot and it can jump the instant the next trade prints. 24-hour volume is the total value traded over the last day; it is a rough gauge of activity and liquidity, how easily you could buy or sell without moving the price. Market capitalisation is price multiplied by the circulating supply (the number of coins currently in existence and available); the standard formula is market cap = price x units outstanding (Source #21). Market cap is used to compare the rough 'size' of different assets, so a coin at $2 with 100 million coins circulating has a $200 million market cap, larger than a coin at $2,000 with only 50,000 coins ($100 million).",[16,1318,1319],{},"WHAT EACH MEASURE FAILS TO MEASURE. This is where beginners get hurt. Market cap ignores liquidity entirely: it multiplies price by all circulating coins, but you cannot actually sell every coin at the current price. A coin with a big market cap but a thin order book cannot be exited near that price, because selling pressure crashes it (see the worked example). Related is the 'low-float' trap: if only a tiny fraction of a token's coins are actually trading, a small amount of buying can push the price, and therefore the headline market cap, to a huge, misleading number. This is why data sites also show 'fully diluted valuation' (FDV): price multiplied by the total eventual supply, not just what circulates today. A token can look cheap by market cap and enormous by FDV, which is a warning that a lot of future supply is waiting to be unlocked. And price alone tells you nothing about whether an asset is 'cheap': a coin at $0.001 is not automatically better value than one at $50,000; what matters is supply and the total valuation, not the sticker price.",[16,1321,1322],{},"HOW TO READ A CANDLESTICK. Crypto charts are usually drawn as candlesticks, and each candle packs four numbers for one time period (a minute, an hour, a day). Those four are the open (price at the start), high (highest price reached), low (lowest reached), and close (price at the end), together called OHLC (Source #22). The thick part, the 'body', runs between the open and close. Colour shows direction: conventionally a green (or hollow) candle means the close was higher than the open (price rose over that period), and a red (or filled) candle means it fell. The thin lines above and below the body, the 'wicks' or 'shadows', mark the high and low, showing how far price stretched before settling. A long wick tells you price was rejected from that extreme. You do not need to predict anything from a single candle; the goal here is simply to read what a candle is saying, not to treat it as a crystal ball.",[16,1324,1325],{},"VOLUME, LIQUIDITY AND MANIPULATION. Volume matters because it signals liquidity, and thin liquidity is dangerous. In a market with low real volume, a single large order can swing the price dramatically (Module 4's 'walking the book'), which makes such markets easy to manipulate. Watch especially for 'wash trading', where someone trades with themselves, buying and selling the same asset, to create fake volume and the illusion of interest (Source #23). Reported volume can therefore be inflated, so high volume on an obscure token is not automatically a sign of genuine demand. The healthy signal is deep, consistent volume across reputable venues, not a sudden spike on one small exchange.",[16,1327,1328],{},"DATA SOURCES AND THEIR CAVEATS. Beginners usually get their numbers from aggregators such as CoinGecko or CoinMarketCap, which pull data from many exchanges into one view. They are excellent starting points, but use them with three caveats in mind. First, know which supply a figure uses: 'circulating supply' (what trades now) versus 'total' or 'fully diluted' supply (everything that will eventually exist) changes the market-cap picture completely. Second, remember the wash-trading caveat: aggregate volume can include fake trades, which is why good aggregators try to filter or flag suspicious venues. Third, treat every number as a snapshot, not a verdict: data describes the past, it does not predict the future. Used this way, a data site is a map; misread, it is a trap.",[200,1330,1332],{"id":1331},"worked-example-a-big-market-cap-you-cannot-actually-cash-out","Worked example: A big market cap you cannot actually cash out",[16,1334,1335],{},"A new token trades at $0.10. Its circulating supply is 100,000,000 coins, so:",[160,1337,1338],{},[42,1339,1340],{},"Market cap = $0.10 x 100,000,000 = $10,000,000.",[16,1342,1343],{},"That $10 million looks substantial. But two facts change the picture. First, the token's total eventual supply is 1,000,000,000 coins, so its fully diluted valuation is $0.10 x 1,000,000,000 = $100,000,000, meaning ten times more supply is waiting to be unlocked and could dilute holders. Second, the order book only holds about $20,000 of buy orders within 10% of the current price. So although the 'market cap' is $10 million, if you tried to sell even $50,000 worth you would blow straight through those bids and crash the price well below $0.10. The market cap counted every coin at the last price; the order book shows you could never actually realise that value. Market cap measures notional size, never how much you can get out at once. That gap, size on paper versus liquidity in practice, is the number-one thing thin-token buyers overlook.",[200,1345,224],{"id":475},[16,1347,1348,1351],{},[22,1349,1350],{},"Q1. Write the market-cap formula and what each part means.","\nA1. Market cap = price x circulating supply. Price is the last trade; circulating supply is the number of coins currently in existence and trading.",[16,1353,1354,1357],{},[22,1355,1356],{},"Q2. Name one thing market cap fails to measure.","\nA2. Liquidity: it assumes every coin could be sold at the current price, but a thin order book means you cannot exit a large position anywhere near that price. (It also ignores low-float distortions and future supply, shown by FDV.)",[16,1359,1360,1363],{},[22,1361,1362],{},"Q3. What four numbers does a single candlestick show, and what does the body colour usually mean?","\nA3. Open, high, low and close (OHLC). A green (hollow) body usually means the close was above the open (price rose); a red (filled) body means it fell.",[16,1365,1366,1369],{},[22,1367,1368],{},"Q4. What is wash trading and why does it matter when reading volume?","\nA4. Trading with yourself to create fake volume and the illusion of demand. It means reported volume can be inflated, so high volume on an obscure token is not proof of genuine interest.",[16,1371,1372,1375],{},[22,1373,1374],{},"Q5. What is the difference between circulating supply and fully diluted supply?","\nA5. Circulating supply is the coins available and trading now; fully diluted (total) supply is everything that will eventually exist. Using the wrong one gives a very different, often misleading, market-cap figure.",[11,1377,1379],{"id":1378},"module-6-risk-basics-for-new-traders","Module 6: Risk Basics for New Traders",[16,1381,1382],{},"Everything so far has been about what crypto is. This final module is about not blowing yourself up once you own some. It is a deliberately gentle preview: the full framework lives in the 'Certified Risk-Aware Trader' course, but no beginner should place a first trade without the handful of ideas below.",[16,1384,1385],{},"WHY CRYPTO IS STRUCTURALLY MORE VOLATILE. Crypto swings harder than most traditional assets, and not by accident. Four structural features stack up. Markets trade 24 hours a day, 7 days a week, so there is no overnight close to cool things off and news can hit at any hour. Liquidity is often thinner than in mature markets, so the same order size moves price more (Modules 4 and 5). Retail traders have easy access to very high leverage, which amplifies both moves and forced selling (leverage and liquidation are covered in depth in the Risk-Aware Trader course). And prices are heavily sentiment-driven, reacting sharply to social media, hype and fear. The practical takeaway for a beginner is simple: expect moves that would be considered extreme in stocks to be ordinary here, and size your involvement accordingly.",[16,1387,1388],{},"POSITION SIZING: BET SIZE MATTERS AS MUCH AS DIRECTION. New traders obsess over what to buy and ignore how much, but bet size determines whether you survive being wrong. The professional habit is to risk only a small, fixed fraction of your money on any single position (a common guideline is around 1%), so that no one trade, and no losing streak, can wipe you out (Source #24 covers the discipline of controlling loss). The logic is arithmetic: if you risk 1% per trade, ten losses in a row cost only about 10% of your money and you carry on; if you bet everything on one idea, a single bad call ends the game. 'Never bet the farm' is not caution for its own sake, it is what keeps you in the game long enough for good decisions to add up. Losses also compound cruelly: the deeper the hole, the harder it is to climb out (a 50% loss needs a 100% gain just to break even), which is the whole reason to keep each bet small.",[16,1390,1391],{},"INVESTING VS TRADING. These two words get used interchangeably, but they are different activities with different mindsets. Investing means buying an asset to hold for a long horizon (months or years) because you believe in it, accepting big swings along the way and rarely touching it. Trading means actively buying and selling over short horizons (minutes to weeks) to profit from price moves, which demands far more time, skill, discipline and tolerance for stress. Neither is 'better', but confusing them is costly: people who meant to invest often panic-sell in a dip, and people who meant to trade often freeze and 'become long-term investors' only after a trade goes against them. Decide which one you are doing before you enter, and behave consistently with that choice.",[16,1393,1394],{},"PSYCHOLOGICAL TRAPS FOR NEWCOMERS. Most beginner losses are self-inflicted, driven by three emotions. FOMO (fear of missing out) pushes you to buy something after it has already rocketed, simply because everyone is talking about it, usually right before it falls. Panic selling is the mirror image: dumping in fear at the bottom of a dip, locking in a loss you would have recovered by doing nothing. And over-diversification into correlated assets fools you into feeling safe: owning ten different 'altcoins' feels diversified, but if they all move with Bitcoin they are effectively one bet, and they can all drop together (Source #24 on why diversification only helps when holdings are not correlated). The cure for all three is a plan made in advance and followed when your pulse is high, not decisions invented in the heat of a green or red candle.",[16,1396,1397],{},"WHAT TO KNOW BEFORE YOUR FIRST TRADE. Pull it together into a short pre-flight checklist. Start small: your first trades are tuition, so keep the stakes tiny while you learn. Use only risk capital: money you can genuinely afford to lose without affecting rent, food or sleep, never borrowed money and never savings you need. Expect volatility: assume sharp swings are normal, not a sign something is broken. And accept that no single asset is safe: even the largest coins can fall hard, so never concentrate everything in one place. If you want to go further, the 'Certified Risk-Aware Trader' course turns each of these instincts into concrete tools: position-sizing formulas, stop-losses, volatility measurement, and the mechanics of leverage and liquidation. For now, internalising 'small size, risk capital only, expect swings, nothing is safe' will protect you more than any price prediction ever could.",[200,1399,1401],{"id":1400},"worked-example-bet-size-decides-who-survives","Worked example: Bet size decides who survives",[16,1403,1404],{},"Two beginners each set aside $2,000 of genuine risk capital and each pick the same volatile token, which then falls sharply.",[160,1406,1407,1410],{},[42,1408,1409],{},"Beginner A goes 'all in', putting the whole $2,000 into the token at once. The token drops 60%. Their stake is now worth $2,000 x 0.40 = $800. To get back to $2,000 they now need the token to rise 150% (from $800 back to $2,000), a far bigger move than the drop that hurt them.",[42,1411,1412],{},"Beginner B treats it as a series of small trades, risking about 1% of their remaining balance each time. Even a brutal run of ten straight losing trades costs roughly $2,000 x (1 - 0.01)^10 = about $1,808, a 9.6% dent. Beginner B still has almost all their capital, plus the lessons from ten trades, and can carry on.",[16,1414,1415],{},"Same asset, same bad move. Direction did not separate them; bet size did. This is the single most important habit a beginner can build, and it is the doorway into the full Risk-Aware Trader course.",[200,1417,224],{"id":537},[16,1419,1420,1423],{},[22,1421,1422],{},"Q1. Give two structural reasons crypto is more volatile than most traditional assets.","\nA1. Any two of: it trades 24\u002F7 with no cooling-off close; liquidity is often thinner so orders move price more; retail traders use high leverage; and prices are heavily sentiment-driven.",[16,1425,1426,1429],{},[22,1427,1428],{},"Q2. Why does bet size matter as much as being right about direction?","\nA2. Because size determines survival: risking a small fixed fraction (around 1%) means a losing streak is survivable, while betting everything means one wrong call can wipe you out, and deep losses need disproportionately large gains to recover.",[16,1431,1432,1435],{},[22,1433,1434],{},"Q3. What is the difference between investing and trading?","\nA3. Investing is buying to hold over a long horizon (months or years) and riding out swings; trading is actively buying and selling over short horizons to profit from moves, demanding far more time, skill and discipline.",[16,1437,1438,1441],{},[22,1439,1440],{},"Q4. Explain why owning ten correlated altcoins is not real diversification.","\nA4. If they all move together (for example, all following Bitcoin), they behave as one bet and can fall at the same time, so the apparent diversification does not actually reduce risk.",[16,1443,1444,1447],{},[22,1445,1446],{},"Q5. State the four-point checklist for a beginner's first trade.","\nA5. Start small, use only risk capital you can afford to lose, expect volatility as normal, and accept that no single asset is safe (do not concentrate everything in one place).",[11,1449,571],{"id":570},[16,1451,574],{},[160,1453,1454,1463,1472,1481,1490,1499,1509,1517,1526,1535,1545,1553,1563,1572,1581,1590,1599,1609,1618,1627,1636,1645,1654,1664],{},[42,1455,1456,1458,1459,589],{},[22,1457,581],{},": Money has three primary functions: a medium of exchange, a unit of account, and a store of value (some texts add a standard of deferred payment). IMF Finance & Development (Back to Basics), Money: At the Center of Transactions, ",[584,1460,1461],{"href":1461,"rel":1462},"https:\u002F\u002Fwww.imf.org\u002Fen\u002Fpublications\u002Ffandd\u002Fissues\u002Fseries\u002Fback-to-basics\u002Fmoney",[588],[42,1464,1465,1467,1468,589],{},[22,1466,594],{},": Fiat money is government-issued currency, not backed by a commodity such as gold, whose value rests on trust and legal decree, and whose supply can be expanded (enabling inflation). Federal Reserve Bank of St. Louis (Open Vault), Here's What Makes Money, Money, ",[584,1469,1470],{"href":1470,"rel":1471},"https:\u002F\u002Fwww.stlouisfed.org\u002Fopen-vault\u002F2021\u002Fdecember\u002Fwhat-is-money",[588],[42,1473,1474,1476,1477,589],{},[22,1475,605],{},": The 2008 global financial crisis (bank failures and bailouts) was the backdrop against which Bitcoin was created. Federal Reserve History, The Great Recession, ",[584,1478,1479],{"href":1479,"rel":1480},"https:\u002F\u002Fwww.federalreservehistory.org\u002Fessays\u002Fgreat-recession-of-200709",[588],[42,1482,1483,1485,1486,589],{},[22,1484,616],{},": The Bitcoin whitepaper 'Bitcoin: A Peer-to-Peer Electronic Cash System' was published on 31 October 2008 under the name Satoshi Nakamoto. Bitcoin.org, Bitcoin whitepaper, ",[584,1487,1488],{"href":1488,"rel":1489},"https:\u002F\u002Fbitcoin.org\u002Fbitcoin.pdf",[588],[42,1491,1492,1494,1495,589],{},[22,1493,627],{},": The genesis block was mined on 3 January 2009 and embeds the text 'The Times 03\u002FJan\u002F2009 Chancellor on brink of second bailout for banks'. Narayanan, Bonneau, Felten, Miller & Goldfeder (Princeton University Press), Bitcoin and Cryptocurrency Technologies, ",[584,1496,1497],{"href":1497,"rel":1498},"https:\u002F\u002Fd28rh4a8wq0iu5.cloudfront.net\u002Fbitcointech\u002Freadings\u002Fprinceton_bitcoin_book.pdf",[588],[42,1500,1501,1503,1504,1508],{},[22,1502,638],{},": A blockchain is a distributed, append-only ledger of blocks, each containing a batch of transactions and the cryptographic hash of the previous block, copied across many nodes. NIST (NISTIR 8202), Blockchain Technology Overview, ",[584,1505,1506],{"href":1506,"rel":1507},"https:\u002F\u002Fcsrc.nist.gov\u002Fpubs\u002Fir\u002F8202\u002Ffinal",[588],", verified 2026-07, M1, M2",[42,1510,1511,1513,1514,654],{},[22,1512,648],{},": A distributed ledger is a database replicated and synchronised across many nodes with no central administrator. NIST (NISTIR 8202), Blockchain Technology Overview, ",[584,1515,1506],{"href":1506,"rel":1516},[588],[42,1518,1519,1521,1522,654],{},[22,1520,659],{},": Proof of work requires participants (miners) to expend computational effort, and therefore energy, to add blocks and earn the reward. ethereum.org, Proof-of-work (PoW), ",[584,1523,1524],{"href":1524,"rel":1525},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fconsensus-mechanisms\u002Fpow\u002F",[588],[42,1527,1528,1530,1531,654],{},[22,1529,669],{},": Proof of stake selects validators to add blocks in proportion to capital they lock up (stake), which can be forfeited for dishonest behaviour. ethereum.org, Proof-of-stake (PoS), ",[584,1532,1533],{"href":1533,"rel":1534},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fconsensus-mechanisms\u002Fpos\u002F",[588],[42,1536,1537,1539,1540,1544],{},[22,1538,679],{},": Ethereum completed 'the Merge' to proof of stake on 15 September 2022, reducing the network's energy consumption by roughly 99.95%. ethereum.org, The Merge, ",[584,1541,1542],{"href":1542,"rel":1543},"https:\u002F\u002Fethereum.org\u002Fen\u002Froadmap\u002Fmerge\u002F",[588],", verified 2026-07, M2, M3",[42,1546,1547,1549,1550,654],{},[22,1548,689],{},": A 51% attack is the ability of a party controlling a majority of a network's mining power (or stake) to rewrite recent blocks and double-spend; it is prohibitively expensive on large networks. Nakamoto (bitcoin.org), Bitcoin: A Peer-to-Peer Electronic Cash System, ",[584,1551,1488],{"href":1488,"rel":1552},[588],[42,1554,1555,1557,1558,1562],{},[22,1556,700],{},": Bitcoin's supply is capped at 21 million coins; the block reward began at 50 BTC and halves every 210,000 blocks (roughly every four years). Bitcoin.org, Frequently Asked Questions (How are bitcoins created?), ",[584,1559,1560],{"href":1560,"rel":1561},"https:\u002F\u002Fbitcoin.org\u002Fen\u002Ffaq",[588],", verified 2026-07, M3",[42,1564,1565,1567,1568,1562],{},[22,1566,710],{},": A smart contract is a self-executing program stored on the blockchain that runs automatically when its conditions are met. ethereum.org, Introduction to smart contracts, ",[584,1569,1570],{"href":1570,"rel":1571},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fsmart-contracts\u002F",[588],[42,1573,1574,1576,1577,1562],{},[22,1575,720],{},": Gas is the fee paid to compensate the network for the computation required to execute transactions on Ethereum; fees rise when the network is busy. ethereum.org, Gas and fees, ",[584,1578,1579],{"href":1579,"rel":1580},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fgas\u002F",[588],[42,1582,1583,1585,1586,1562],{},[22,1584,731],{},": ERC-20 is Ethereum's standard interface for fungible tokens, giving them a common set of rules so wallets and applications can support them interoperably. ethereum.org, ERC-20 Token Standard, ",[584,1587,1588],{"href":1588,"rel":1589},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdevelopers\u002Fdocs\u002Fstandards\u002Ftokens\u002Ferc-20\u002F",[588],[42,1591,1592,1594,1595,1562],{},[22,1593,742],{},": A stablecoin is a cryptocurrency that aims to maintain a stable value against a reference asset (often the US dollar); it is not necessarily stable and some have failed. ethereum.org, Stablecoins, ",[584,1596,1597],{"href":1597,"rel":1598},"https:\u002F\u002Fethereum.org\u002Fen\u002Fstablecoins\u002F",[588],[42,1600,1601,1603,1604,1608],{},[22,1602,752],{},": A cryptocurrency exchange matches buyers and sellers and converts between crypto and fiat; centralised exchanges are custodial while decentralised exchanges are non-custodial. IOSCO, Policy Recommendations for Crypto and Digital Asset Markets (Final Report), ",[584,1605,1606],{"href":1606,"rel":1607},"https:\u002F\u002Fwww.iosco.org\u002Flibrary\u002Fpubdocs\u002Fpdf\u002FIOSCOPD747.pdf",[588],", verified 2026-07, M4",[42,1610,1611,1613,1614,758],{},[22,1612,763],{},": An order book lists bids and asks; a market order fills immediately at the best available price, while a limit order fills only at a specified price or better. SEC (investor.gov), Types of Orders, ",[584,1615,1616],{"href":1616,"rel":1617},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Finvesting-basics\u002Fhow-stock-markets-work\u002Ftypes-orders",[588],[42,1619,1620,1622,1623,737],{},[22,1621,773],{},": An automated market maker (AMM) is a decentralised-exchange design that prices assets algorithmically against liquidity pools instead of using a traditional order book. Uniswap (official protocol docs), How Uniswap works, ",[584,1624,1625],{"href":1625,"rel":1626},"https:\u002F\u002Fdevelopers.uniswap.org\u002Fdocs\u002Fget-started\u002Fconcepts\u002Fhow-uniswap-works",[588],[42,1628,1629,1631,1632,1608],{},[22,1630,784],{},": A cryptocurrency wallet stores the private keys that authorise spending; whoever controls the keys controls the coins ('not your keys, not your coins'). Bitcoin.org, How does Bitcoin work?, ",[584,1633,1634],{"href":1634,"rel":1635},"https:\u002F\u002Fbitcoin.org\u002Fen\u002Fhow-it-works",[588],[42,1637,1638,1640,1641,779],{},[22,1639,794],{},": Market capitalisation equals the market price per unit multiplied by the number of units outstanding (for crypto, price x circulating supply). SEC (investor.gov), Market Capitalization, ",[584,1642,1643],{"href":1643,"rel":1644},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Finvesting-basics\u002Fglossary\u002Fmarket-capitalization",[588],[42,1646,1647,1649,1650,779],{},[22,1648,805],{},": A candlestick shows the open, high, low and close for a period; body colour indicates whether price rose or fell, and the wicks mark the high and low extremes. CME Group (Education), Chart Types: Candlestick, Line, Bar, ",[584,1651,1652],{"href":1652,"rel":1653},"https:\u002F\u002Fwww.cmegroup.com\u002Feducation\u002Fcourses\u002Ftechnical-analysis\u002Fchart-types-candlestick-line-bar",[588],[42,1655,1656,1659,1660,779],{},[22,1657,1658],{},"#23",": Wash trading is placing offsetting self-trades to create misleading, artificial volume and the false impression of activity. CME Group (Market Regulation), Definition of a Wash Trade, ",[584,1661,1662],{"href":1662,"rel":1663},"https:\u002F\u002Fwww.cmegroup.com\u002Feducation\u002Fcourses\u002Fmarket-regulation\u002Fwash-trades\u002Fdefinition-of-a-wash-trade",[588],[42,1665,1666,1669,1670,1674],{},[22,1667,1668],{},"#24",": Risk management is the identification, assessment and control of exposure to loss; diversification reduces risk only when holdings are not highly correlated. ISO 31000:2018, Risk management — Guidelines, ",[584,1671,1672],{"href":1672,"rel":1673},"https:\u002F\u002Fwww.iso.org\u002Fstandard\u002F65694.html",[588],", verified 2026-07, M6",[16,1676,1677],{},"Note on cross-references: this course previews concepts (position sizing, leverage, liquidation, stop-losses) that are taught in full, with formulas and worked calculations, in the sibling 'Certified Risk-Aware Trader' course; Module 6 is intentionally a conceptual on-ramp rather than a complete risk framework.",{"title":816,"searchDepth":817,"depth":817,"links":1679},[1680,1681,1685,1689,1693,1697,1701,1705],{"id":13,"depth":817,"text":14},{"id":1009,"depth":817,"text":1010,"children":1682},[1683,1684],{"id":1028,"depth":823,"text":1029},{"id":223,"depth":823,"text":224},{"id":1081,"depth":817,"text":1082,"children":1686},[1687,1688],{"id":1100,"depth":823,"text":1101},{"id":286,"depth":823,"text":224},{"id":1156,"depth":817,"text":1157,"children":1690},[1691,1692],{"id":1175,"depth":823,"text":1176},{"id":348,"depth":823,"text":224},{"id":1231,"depth":817,"text":1232,"children":1694},[1695,1696],{"id":1253,"depth":823,"text":1254},{"id":410,"depth":823,"text":224},{"id":1309,"depth":817,"text":1310,"children":1698},[1699,1700],{"id":1331,"depth":823,"text":1332},{"id":475,"depth":823,"text":224},{"id":1378,"depth":817,"text":1379,"children":1702},[1703,1704],{"id":1400,"depth":823,"text":1401},{"id":537,"depth":823,"text":224},{"id":570,"depth":817,"text":571},[889,892,895,898,901,904],{},"\u002Fcourses\u002Fcrypto-fundamentals",{"title":864,"description":816},[991,994,997,1000,1003,1006],"crypto-fundamentals","courses\u002Fcrypto-fundamentals","A ground-up introduction to cryptocurrency for absolute beginners: what money is and which problems with centralised fiat led to Bitcoin, how a blockchain records and secures transactions, what Bitcoin, Ethereum and stablecoins actually are, how exchanges and self-custody work, how to read price, volume and market cap without being misled, and the risk basics every newcomer needs before a first trade.","W8cjitfqKH0ULxBen5ZfK15ruyhJkCdhp-AJc8eyDIs",{"id":1716,"title":1717,"body":1718,"description":816,"estTime":2544,"extension":847,"learningOutcomes":2545,"meta":2546,"modules":2547,"navigation":851,"passMark":852,"path":2548,"questions":854,"seo":2549,"skills":2550,"slug":2551,"stem":2552,"summary":2553,"tier":860,"__hash__":2554},"courses\u002Fcourses\u002Ffutures-trading.md","Certified Futures Trading Beginner",{"type":8,"value":1719,"toc":2512},[1720,1722,1725,1730,1735,1739,1762,1766,1851,1855,1878,1882,1885,1888,1891,1894,1897,1901,1904,1912,1914,1920,1926,1932,1938,1942,1945,1948,1951,1954,1957,1961,1964,1966,1972,1978,1984,1990,1996,2000,2003,2006,2009,2012,2015,2019,2022,2024,2030,2036,2042,2048,2054,2058,2061,2064,2067,2070,2073,2077,2080,2088,2091,2093,2099,2105,2111,2117,2123,2127,2130,2133,2136,2139,2142,2146,2149,2157,2160,2162,2168,2174,2180,2186,2192,2196,2199,2202,2210,2213,2217,2220,2222,2228,2234,2240,2246,2252,2256,2259,2262,2265,2268,2271,2274,2278,2281,2292,2295,2301,2307,2313,2319,2325,2327,2329,2509],[11,1721,14],{"id":13},[16,1723,1724],{},"CoinUnited Academy: Certified Futures Trading Beginner. Platform-agnostic trading certification; all facts verified against authoritative sources (see Sources).",[16,1726,1727,1729],{},[22,1728,24],{}," Traders who are comfortable buying and selling in the spot market and now want to understand derivatives (dated futures and perpetual contracts) before trading them. Assumes you know what a buy\u002Fsell order is but not what margin, funding, or liquidation mean. Pairs with 'Certified Risk-Aware Trader' for the risk framework that these instruments demand.",[16,1731,1732,1734],{},[22,1733,30],{}," Approx. 2.5-3.5 hours (7 modules + final exam).",[16,1736,1737,37],{},[22,1738,36],{},[39,1740,1741,1744,1747,1750,1753,1756,1759],{},[42,1742,1743],{},"Explain the difference between spot markets and derivatives, and why derivatives exist.",[42,1745,1746],{},"Describe how a futures contract works: obligation, long\u002Fshort, expiry, settlement, and mark-to-market.",[42,1748,1749],{},"Explain perpetual contracts and how mark and index prices keep them anchored to spot.",[42,1751,1752],{},"Define leverage, notional, and initial\u002Fmaintenance margin, and compute each.",[42,1754,1755],{},"Explain funding rates: who pays whom, why, and how the cost is calculated.",[42,1757,1758],{},"Perform a full liquidation-price calculation for a leveraged position.",[42,1760,1761],{},"Read and interpret a contract's key specifications (size, tick, multiplier, expiry, settlement).",[16,1763,1764],{},[22,1765,64],{},[66,1767,1768,1778],{},[69,1769,1770],{},[72,1771,1772,1774,1776],{},[75,1773,77],{},[75,1775,80],{},[75,1777,83],{},[85,1779,1780,1790,1800,1810,1820,1830,1840],{},[72,1781,1782,1784,1787],{},[90,1783,92],{},[90,1785,1786],{},"Spot vs Derivatives: The Big Picture",[90,1788,1789],{},"What spot is, what a derivative is, why derivatives exist (hedging, leverage, shorting).",[72,1791,1792,1794,1797],{},[90,1793,103],{},[90,1795,1796],{},"Futures Contracts Explained",[90,1798,1799],{},"Obligation, long\u002Fshort, expiry, cash vs physical settlement, mark-to-market, basis.",[72,1801,1802,1804,1807],{},[90,1803,114],{},[90,1805,1806],{},"Perpetual Contracts",[90,1808,1809],{},"Perpetual swaps, no expiry, mark price vs index price, how perps track spot.",[72,1811,1812,1814,1817],{},[90,1813,125],{},[90,1815,1816],{},"Leverage & Margin",[90,1818,1819],{},"Notional, initial vs maintenance margin, how leverage is computed, margin call.",[72,1821,1822,1824,1827],{},[90,1823,136],{},[90,1825,1826],{},"Funding Rates",[90,1828,1829],{},"Purpose, direction (longs↔shorts), interest + premium components, cost on notional.",[72,1831,1832,1834,1837],{},[90,1833,147],{},[90,1835,1836],{},"Liquidation Mechanics: A Worked Calculation",[90,1838,1839],{},"Full step-by-step liquidation-price calculation and how to avoid it.",[72,1841,1842,1845,1848],{},[90,1843,1844],{},"7",[90,1846,1847],{},"Reading a Contract's Key Specs",[90,1849,1850],{},"Contract size\u002Funit, tick size & value, multiplier, expiry months, settlement, trading hours.",[16,1852,1853],{},[22,1854,158],{},[160,1856,1857,1860,1863,1866,1869,1872,1875],{},[42,1858,1859],{},"Spot vs derivatives fluency",[42,1861,1862],{},"Futures contract mechanics",[42,1864,1865],{},"Perpetual (perpetual swap) mechanics",[42,1867,1868],{},"Leverage, notional & margin calculation",[42,1870,1871],{},"Funding-rate interpretation",[42,1873,1874],{},"Liquidation-price calculation",[42,1876,1877],{},"Reading contract specifications",[11,1879,1881],{"id":1880},"module-1-spot-vs-derivatives-the-big-picture","Module 1: Spot vs Derivatives: The Big Picture",[16,1883,1884],{},"The spot market is the market for immediate delivery. When you buy 1 unit of an asset 'on spot' (a share, an ounce of gold, one Bitcoin) you pay the current price now and you own the actual asset now. Your profit or loss is simply the price change on what you hold, and the most you can lose (going long) is what you paid. Spot is direct ownership.",[16,1886,1887],{},"A derivative is different: it is a contract whose value is DERIVED from an underlying asset rather than the asset itself. You do not necessarily own any gold or Bitcoin; you own an agreement whose payoff depends on the price of gold or Bitcoin. The two derivatives this course covers are futures contracts and perpetual contracts. Because a derivative is just a contract, it can do things spot cannot.",[16,1889,1890],{},"WHY DERIVATIVES EXIST. Three main reasons. (1) Hedging: a producer or holder can lock in a future price to protect against adverse moves, e.g. an airline fixing fuel costs, or a miner fixing the price it will receive for gold. This is the original economic purpose of futures. (2) Leverage: because you post only a margin deposit rather than the full value, a derivative lets you control a large position with a small amount of capital (covered in Module 4). (3) Ease of shorting: derivatives make it straightforward to profit from falling prices by selling a contract you can later buy back, without needing to borrow the underlying asset first. Derivatives also often trade nearly around the clock and can be more capital- and tax-efficient for some participants.",[16,1892,1893],{},"OWNERSHIP VS EXPOSURE. The key mental shift from spot to derivatives is this: on spot you own a thing and can simply hold it; with a derivative you hold a position, an exposure, that must be actively managed and that can be closed, can expire, or can be force-closed by the venue. Nobody delivers you an asset to keep unless the contract specifically settles physically. That single distinction, owning versus holding an obligation, drives almost every other difference covered in this course, from margin and funding to liquidation.",[16,1895,1896],{},"THE TRADE-OFF. These powers come with risks that spot ownership does not have. Leverage means losses are magnified and a position can be liquidated (Modules 4 and 6). Contracts can expire (Module 2) or charge periodic funding (Module 5). And because a derivative is an agreement between two parties routed through an exchange\u002Fclearing house, there are contract specifications you must read (Module 7): a single contract may represent 50×, 100×, or 5× the underlying, so 'one contract' is rarely 'one unit'. Understanding these mechanics BEFORE trading is the whole point of this course: derivatives are powerful tools, and powerful tools punish users who don't read the manual.",[200,1898,1900],{"id":1899},"worked-example-spot-vs-a-derivative-on-the-same-view","Worked example: Spot vs a derivative on the same view",[16,1902,1903],{},"You are bullish on Bitcoin at $60,000 and have $6,000.",[160,1905,1906,1909],{},[42,1907,1908],{},"Spot: you buy 0.1 BTC for $6,000. If BTC rises 10% to $66,000, your 0.1 BTC is worth $6,600, a $600 gain (+10% on your money). You own the coin; the worst case is it goes to zero and you lose $6,000.",[42,1910,1911],{},"Derivative (10× leverage): you post $6,000 as margin to control a $60,000 position (1 BTC of exposure). The same 10% rise now yields about $6,000, a +100% gain on your capital. But a 10% fall would wipe out roughly your entire $6,000 margin and could liquidate you. Same market view, same $6,000, hugely different risk.",[200,1913,224],{"id":223},[16,1915,1916,1919],{},[22,1917,1918],{},"Q1. In one sentence, what is the spot market?","\nA1. The market for immediate delivery, where you pay the current price and own the actual asset now.",[16,1921,1922,1925],{},[22,1923,1924],{},"Q2. What makes something a 'derivative'?","\nA2. Its value is derived from an underlying asset; you hold a contract whose payoff depends on the asset's price, not the asset itself.",[16,1927,1928,1931],{},[22,1929,1930],{},"Q3. Name the three main reasons derivatives exist.","\nA3. Hedging (locking in a future price), leverage (control large exposure with small capital), and easy shorting (profiting from falling prices).",[16,1933,1934,1937],{},[22,1935,1936],{},"Q4. Why can 'one contract' not equal 'one unit' of the underlying?","\nA4. Contract specifications define a size\u002Fmultiplier (e.g. $50 per index point, or 5 BTC), so one contract can represent many units of the underlying.",[11,1939,1941],{"id":1940},"module-2-futures-contracts-explained","Module 2: Futures Contracts Explained",[16,1943,1944],{},"A futures contract is a standardised legal agreement to buy or sell a specific quantity of an underlying asset at a predetermined price on a specified future date. Two features define it: it is an obligation (both parties must perform at expiry unless they close early), and it is standardised by the exchange, which fixes the quantity, quality, delivery and dates so contracts are interchangeable. Because its value comes from the underlying, a futures contract is a derivative.",[16,1946,1947],{},"LONG AND SHORT. The buyer of a futures contract is 'long' and is obligated to buy (or receive the cash equivalent) at the agreed price; the seller is 'short' and is obligated to sell (or pay the cash difference). You do not need to own anything to go short a future: you simply sell to open, and you profit if the price falls. This symmetry (equally easy to be long or short) is one of the main attractions of futures.",[16,1949,1950],{},"EXPIRY AND SETTLEMENT. Unlike spot, a dated future has an expiry. At expiry it settles one of two ways. Physical settlement delivers the actual asset, e.g. a standard gold futures contract can deliver 100 troy ounces of approved gold. Cash settlement instead pays the net difference in cash against a reference price, e.g. standard stock-index and Bitcoin futures are cash-settled, since delivering 'the index' or settling against a reference rate is simpler. Most speculators never hold to expiry; they close (offset) the position before then, or 'roll' it to a later-dated contract.",[16,1952,1953],{},"MARK-TO-MARKET. Futures are 'marked to market' daily (and effectively continuously on many venues): gains and losses are credited or debited to your margin account as prices move, rather than only at the end. This is why margin (Module 4) must be maintained continuously: an unrealised loss becomes a real cash draw on your account each day.",[16,1955,1956],{},"BASIS. The futures price and the current spot price are usually not identical; their difference is the 'basis'. For financial futures the gap largely reflects the cost of carry (financing and time to expiry), and it converges toward zero as expiry approaches, because at expiry the future must equal the spot it settles against. Understanding basis explains why a future can trade above (contango) or below (backwardation) spot without any arbitrage being 'free'.",[200,1958,1960],{"id":1959},"worked-example-a-cash-settled-index-future","Worked example: A cash-settled index future",[16,1962,1963],{},"You are bearish on U.S. equities and sell (short) one standard S&P 500 index future at an index level of 5,000. The contract multiplier is $50 per index point, so your notional exposure is 5,000 × $50 = $250,000, controlled with only a few thousand dollars of margin.\nThe index falls to 4,950 (down 50 points). As the short, you profit 50 points × $50 = $2,500 (minus fees). Had the index risen to 5,050 instead, you would have LOST $2,500, debited from your margin via daily mark-to-market. You never delivered or received any stocks: the future is cash-settled against the index.",[200,1965,224],{"id":286},[16,1967,1968,1971],{},[22,1969,1970],{},"Q1. Define a futures contract.","\nA1. A standardised legal obligation to buy or sell a set quantity of an underlying asset at a predetermined price on a specified future date.",[16,1973,1974,1977],{},[22,1975,1976],{},"Q2. What is the obligation of the short (seller) at expiry?","\nA2. To sell\u002Fdeliver the asset (or pay the cash difference) at the agreed price; the short profits if price falls.",[16,1979,1980,1983],{},[22,1981,1982],{},"Q3. Contrast cash settlement with physical settlement.","\nA3. Cash settlement pays the net price difference in cash; physical settlement delivers the actual underlying asset.",[16,1985,1986,1989],{},[22,1987,1988],{},"Q4. What does 'mark-to-market' mean for a futures position?","\nA4. Gains and losses are credited\u002Fdebited to the margin account as prices move (typically daily), not only at expiry.",[16,1991,1992,1995],{},[22,1993,1994],{},"Q5. What is 'basis'?","\nA5. The difference between the futures price and the spot price; it converges toward zero as expiry approaches.",[11,1997,1999],{"id":1998},"module-3-perpetual-contracts","Module 3: Perpetual Contracts",[16,2001,2002],{},"A perpetual contract (also called a perpetual swap or 'perp') is a type of futures contract with one crucial difference: it has no expiry date. You can hold the position indefinitely, so there is nothing to roll and no settlement date to manage. Perpetuals are the dominant instrument in crypto derivatives and exist to give traders continuous, leveraged, long-or-short exposure that tracks the spot price closely.",[16,2004,2005],{},"THE ANCHORING PROBLEM. A dated future is naturally pulled toward spot because it must equal spot at expiry (Module 2). A perpetual has no expiry, so that convergence force is missing. Left alone, a perp's price could drift far from the underlying spot price. Perpetuals solve this with two mechanisms: a mark\u002Findex price system and a funding rate (Module 5).",[16,2007,2008],{},"INDEX PRICE VS MARK PRICE. The index price (sometimes 'spot index') is an average of the underlying asset's price across several major spot markets. It represents the true, external fair value of the underlying and is deliberately hard to manipulate. The mark price is the contract's own 'fair' valuation used by the venue for unrealised profit\u002Floss, for funding, and, critically, for deciding liquidations. The mark price is typically derived from the index price plus a smoothed basis, rather than from the last traded price. This matters enormously: using mark price (not the last trade) to trigger liquidations protects traders from being liquidated by a brief, thin-liquidity price 'wick' that does not reflect the real market.",[16,2010,2011],{},"HOW PERPS TRACK SPOT. The funding rate (detailed next module) is the economic force that replaces expiry convergence. When the perp trades above the index (more buyers\u002Flongs), longs pay shorts, nudging traders to sell the perp and buy spot, pushing the perp back down toward the index; when the perp trades below the index, shorts pay longs, doing the reverse. The result is that the perpetual price is continuously tugged back toward the underlying spot price without ever needing to expire.",[16,2013,2014],{},"WHY BEGINNERS SHOULD CARE. Two practical takeaways. First, your position's value, your funding payments, and your liquidation are usually calculated off the MARK price, not the price you see ticking on the last trade. Always know which price your platform uses for liquidation. Second, because a perp never expires, the ongoing cost (or credit) of holding it is the funding you pay or receive, which can accumulate meaningfully over days and weeks.",[200,2016,2018],{"id":2017},"worked-example-mark-price-saving-a-position-from-a-bad-wick","Worked example: Mark price saving a position from a bad 'wick'",[16,2020,2021],{},"You are long a BTC perpetual. The index price (averaged across major spot venues) is $60,000. For a few seconds, a large sell order on your specific venue prints a low 'wick' to $58,000 on the last-traded price, even though every other market is still near $60,000.\nBecause your platform computes liquidations from the MARK price (anchored to the $60,000 index plus a smoothed basis, not the $58,000 last trade) your position is NOT liquidated by the wick. Had liquidations used the raw last-traded price, that momentary spike could have force-closed you at a price no real market was trading at. This is precisely why perps liquidate on mark price.",[200,2023,224],{"id":348},[16,2025,2026,2029],{},[22,2027,2028],{},"Q1. What is the defining feature of a perpetual contract versus a dated future?","\nA1. A perpetual has no expiry date, so it can be held indefinitely and never settles\u002Frolls.",[16,2031,2032,2035],{},[22,2033,2034],{},"Q2. What is the index price?","\nA2. An average of the underlying's spot price across several major markets, representing external fair value and resisting manipulation.",[16,2037,2038,2041],{},[22,2039,2040],{},"Q3. What is the mark price used for?","\nA3. The contract's fair value used for unrealised P&L, funding, and triggering liquidations, derived from the index plus a smoothed basis.",[16,2043,2044,2047],{},[22,2045,2046],{},"Q4. Why do perps trigger liquidations on mark price rather than the last-traded price?","\nA4. To prevent a brief, thin-liquidity price 'wick' from force-liquidating positions at a price no real market supports.",[16,2049,2050,2053],{},[22,2051,2052],{},"Q5. Since a perpetual never expires, what force keeps its price near spot?","\nA5. The funding rate, periodic payments between longs and shorts that push the perp price back toward the index.",[11,2055,2057],{"id":2056},"module-4-leverage-margin","Module 4: Leverage & Margin",[16,2059,2060],{},"Leverage is the ability to control a position larger than the cash you post. In derivatives you do not pay the full value of the position; you post a good-faith deposit called margin, and the contract gives you exposure to the whole notional. Notional (or position value) is the full size of what you control: for a linear contract it is simply quantity × price. Leverage is the ratio of notional to the margin backing it: Leverage = Notional ÷ Margin. Posting $2,000 to control a $20,000 position is 10× leverage.",[16,2062,2063],{},"INITIAL MARGIN. The initial margin is the amount required to OPEN a position. It is the inverse of leverage: initial margin = notional ÷ leverage, or notional × (1\u002Fleverage). At 10× you must post 10% of notional; at 20×, 5%; at 100×, just 1%. Choosing higher leverage lowers the margin you must post but shrinks the buffer before trouble (see liquidation, Module 6).",[16,2065,2066],{},"MAINTENANCE MARGIN. The maintenance margin is the MINIMUM equity you must keep in the position to hold it open, expressed as a maintenance-margin rate (MMR) times notional. It is generally lower than the initial margin. In crypto perps the MMR is a small percentage (e.g. 0.5%) that increases for larger positions via tiered rules. If your equity falls to the maintenance level, you face a margin call (a demand to add funds) or automatic liquidation.",[16,2068,2069],{},"WHY THE TWO LEVELS EXIST. The gap between initial and maintenance margin is a shock absorber. You open with a comfortable cushion (initial), and only when losses eat most of that cushion, down to the maintenance floor, does the venue act. This gives price room to fluctuate without instantly closing you, while still protecting the exchange\u002Fclearing house from an account going negative.",[16,2071,2072],{},"THE BEGINNER'S TRAP. Leverage is frequently marketed as opportunity ('trade $100,000 with $1,000!'), but the numbers cut both ways: at 100× a 1% adverse move erases your entire margin. High leverage does not make a trade more likely to succeed; it only reduces how much room the trade has to breathe before liquidation. A disciplined trader chooses leverage from a risk budget (see the companion risk course), not from the maximum the venue permits, often deliberately using far less leverage than offered and keeping spare margin on hand.",[200,2074,2076],{"id":2075},"worked-example-notional-leverage-and-the-two-margins","Worked example: Notional, leverage, and the two margins",[16,2078,2079],{},"You open a long on gold via a contract with $30,000 of notional exposure, using 10× leverage. Assume an MMR (maintenance-margin rate) of 0.5% for this illustration.",[160,2081,2082,2085],{},[42,2083,2084],{},"Initial margin = notional ÷ leverage = 30,000 ÷ 10 = $3,000 to open.",[42,2086,2087],{},"Maintenance margin = MMR × notional = 0.005 × 30,000 = $150 minimum to keep it open.",[16,2089,2090],{},"So you post $3,000; if losses erode your position equity from $3,000 down toward $150, you get a margin call or are liquidated. The $2,850 gap between initial and maintenance ($3,000 − $150) is your cushion. Had you instead chosen 30× leverage, initial margin would be only $1,000 (30,000 ÷ 30), while the maintenance floor stays at $150, so your cushion shrinks to $1,000 − $150 = $850, versus $2,850 at 10×. Same notional, more leverage, far less room before a margin call.",[200,2092,224],{"id":410},[16,2094,2095,2098],{},[22,2096,2097],{},"Q1. Write the leverage relationship linking notional and margin.","\nA1. Leverage = Notional ÷ Margin (equivalently, initial margin = notional ÷ leverage).",[16,2100,2101,2104],{},[22,2102,2103],{},"Q2. Notional $20,000 at 10×, what is the initial margin?","\nA2. $2,000 (20,000 ÷ 10, i.e. 10% of notional).",[16,2106,2107,2110],{},[22,2108,2109],{},"Q3. Distinguish initial margin from maintenance margin.","\nA3. Initial margin is required to open the position; maintenance margin is the minimum equity to keep it open (smaller than initial).",[16,2112,2113,2116],{},[22,2114,2115],{},"Q4. At 100× leverage, what adverse move roughly wipes your margin?","\nA4. About 1% (initial margin is only 1% of notional), before the maintenance buffer.",[16,2118,2119,2122],{},[22,2120,2121],{},"Q5. Why does the gap between initial and maintenance margin exist?","\nA5. It is a shock absorber: it gives price room to move before the venue issues a margin call or liquidates, while protecting the clearing house.",[11,2124,2126],{"id":2125},"module-5-funding-rates","Module 5: Funding Rates",[16,2128,2129],{},"A funding rate is a periodic payment exchanged directly between the long and short holders of a perpetual contract. It is not a fee paid to the exchange (it flows trader-to-trader) and its job is to keep the perpetual's price anchored to the underlying spot\u002Findex price, replacing the expiry-convergence that dated futures have (Module 3).",[16,2131,2132],{},"WHO PAYS WHOM. The direction depends on where the perp trades relative to the index. When the perpetual trades ABOVE the index (a premium, i.e. crowded longs), the funding rate is positive and LONGS PAY SHORTS. This makes holding a long more expensive and rewards shorts, nudging traders to sell the perp \u002F buy spot and pulling the price down toward the index. When the perpetual trades BELOW the index (a discount, crowded shorts), the funding rate is negative and SHORTS PAY LONGS, doing the reverse. In this way the crowded side continually subsidises the other side, discouraging the imbalance.",[16,2134,2135],{},"HOW IT IS CALCULATED. The funding rate typically has two components: an interest-rate component (reflecting the cost of capital between the two currencies of the pair) plus a premium\u002Fdiscount component (how far the perp is trading from the index). Exchanges cap the rate within limits. Critically, the payment is charged on the position's NOTIONAL value (mark price × size), not on the margin you posted, so leverage multiplies the funding cost relative to your capital. Funding is exchanged at set intervals, most commonly every 8 hours (some venues use 4-, 2-, or 1-hour windows). You only pay or receive funding if you are holding the position at the funding timestamp.",[16,2137,2138],{},"WHY IT MATTERS TO YOU. Funding is the ongoing cost (or income) of holding a perp. On a leveraged position it can quietly dominate your P&L: a 0.01% funding charge every 8 hours is about 0.03% per day, roughly 11% per year on the NOTIONAL, and on 10× leverage that is over 100% per year on your margin if the sign stays against you. Traders therefore watch funding both as a cost to manage and, sometimes, as a sentiment signal (persistently high positive funding indicates crowded longs). A cash-and-carry trader may even hold spot and short the perp specifically to collect positive funding.",[16,2140,2141],{},"FUNDING IS NOT DIRECTION. A high funding cost does not mean your view is wrong. It means the position is crowded and therefore expensive to hold. Keep the two decisions separate: your price thesis decides whether to be long or short, while funding decides how costly that stance is to carry and how long it stays worth holding. A strong directional move can easily outrun funding costs; a flat, range-bound market can let funding quietly bleed a leveraged position even when price barely moves. Always check the current rate and the next funding timestamp before opening or holding a perp overnight.",[200,2143,2145],{"id":2144},"worked-example-what-funding-actually-costs","Worked example: What funding actually costs",[16,2147,2148],{},"You hold a long BTC perpetual worth $50,000 in notional (mark price × size). The current funding rate is +0.01% and funding is exchanged every 8 hours. Because the rate is positive, longs pay shorts.",[160,2150,2151,2154],{},[42,2152,2153],{},"One payment = 0.01% × $50,000 = $5, debited from you and credited to the shorts, every 8 hours.",[42,2155,2156],{},"Per day (three funding windows) = 3 × $5 = $15; over 30 days ≈ $450.",[16,2158,2159],{},"If you posted $5,000 of margin (10× leverage), that $450 monthly funding is 9% of your margin in a month, a cost that can swamp small price gains. Had funding been −0.01% (perp below index), you would instead RECEIVE $5 each period as a long. Always factor funding into any multi-day leveraged perp position.",[200,2161,224],{"id":475},[16,2163,2164,2167],{},[22,2165,2166],{},"Q1. Is the funding rate a fee paid to the exchange? Explain.","\nA1. No. It is a payment exchanged directly between long and short holders to keep the perp price anchored to the index.",[16,2169,2170,2173],{},[22,2171,2172],{},"Q2. When the perpetual trades above the index price, who pays whom?","\nA2. Funding is positive and longs pay shorts, which nudges the perp price back down toward the index.",[16,2175,2176,2179],{},[22,2177,2178],{},"Q3. Funding is charged on what value, your margin or the notional?","\nA3. On the position's notional (mark price × size), so leverage multiplies the funding cost relative to your capital.",[16,2181,2182,2185],{},[22,2183,2184],{},"Q4. How often is funding most commonly exchanged?","\nA4. Most commonly every 8 hours (some venues use 4-, 2-, or 1-hour intervals).",[16,2187,2188,2191],{},[22,2189,2190],{},"Q5. A $50,000-notional long at +0.01% funding pays how much per 8-hour period?","\nA5. 0.01% × $50,000 = $5 per period (paid by the long to the shorts).",[11,2193,2195],{"id":2194},"module-6-liquidation-mechanics-a-worked-calculation","Module 6: Liquidation Mechanics: A Worked Calculation",[16,2197,2198],{},"Liquidation is the forced closing of a leveraged position by the platform when your losses have consumed your margin down to the maintenance level, so that your remaining equity can no longer support the position. It is the single most important risk in leveraged trading, and beginners are routinely liquidated not because they were wrong about direction but because they used too much leverage and a normal fluctuation reached their liquidation price.",[16,2200,2201],{},"THE INTUITION. When you open a leveraged long, your margin is the buffer that absorbs losses. As price falls, unrealised losses eat into that buffer. Once the buffer is drawn down to the maintenance margin, the venue steps in and closes the position (often adding a liquidation fee). The higher your leverage, the thinner the initial buffer, and the smaller the adverse move needed to exhaust it. As a first approximation, a long with leverage L is fully underwater after roughly a 1\u002FL move against it (about 10% at 10×, 5% at 20×, 1% at 100×) and the maintenance margin means liquidation actually triggers slightly BEFORE that point.",[16,2203,2204,2205,2209],{},"THE FORMULA. Exchanges use a full formula. For an isolated, USDT-margined position: Liquidation Price = (Opening Value − Position Margin) \u002F ",[2206,2207,2208],"span",{},"Position Size × Contract Multiplier × (1 − side × Maintenance Margin Rate − side × Liquidation Fee Rate)",", where side = +1 for a long and −1 for a short. For an isolated-margin long (linear contract), a widely-published simplified form is: Liquidation price ≈ Entry × (1 − 1\u002FLeverage + Maintenance-margin rate). For a short, the sign flips: Liquidation price ≈ Entry × (1 + 1\u002FLeverage − Maintenance-margin rate). The 1\u002FLeverage term is your initial-margin cushion; adding back the maintenance-margin rate (MMR) moves the trigger a little closer to entry because the venue liquidates before your equity hits exactly zero. Note the exact figure varies by venue and by isolated vs cross margin, but the structure is universal.",[16,2211,2212],{},"AVOIDING LIQUIDATION. (1) Use modest leverage, the biggest single lever over your liquidation distance. (2) Place a stop-loss well inside the liquidation price so YOU exit on your terms before the exchange force-closes you (a stop also avoids liquidation fees and slippage). (3) Keep spare margin \u002F add margin rather than posting the bare minimum, which pushes the liquidation price further away (in isolated mode, adding margin lowers a long's liquidation price). (4) Remember funding and fees erode margin too. (5) Know whether your venue liquidates on mark price (Module 3). The recurring lesson: liquidation is a leverage problem, and the cure is less leverage plus an always-on stop.",[200,2214,2216],{"id":2215},"worked-example-full-liquidation-calculation-long-btc-at-10","Worked example: Full liquidation calculation, long BTC at 10×",[16,2218,2219],{},"Inputs: Entry price = $60,000; leverage = 10×; isolated margin; maintenance-margin rate (MMR) = 0.5% (0.005); position size = 1 BTC (notional $60,000).\nStep 1: Initial margin = notional ÷ leverage = 60,000 ÷ 10 = $6,000.\nStep 2: Cushion as a % of price = 1\u002FLeverage = 1\u002F10 = 10%. Without MMR, a 10% drop to $54,000 would wipe the margin.\nStep 3: Apply the formula: Liquidation ≈ Entry × (1 − 1\u002FLeverage + MMR) = 60,000 × (1 − 0.10 + 0.005) = 60,000 × 0.905 = $54,300.\nInterpretation: a drop of just 9.5% (from $60,000 to $54,300) liquidates the position and you lose most of the $6,000 margin plus any liquidation fee. Contrast 2× leverage: liquidation ≈ 60,000 × (1 − 0.5 + 0.005) = $30,300, a ~50% drop away. A protective stop at, say, $57,000 (−5%) would cap the loss to about $3,000 and take you out well before the $54,300 liquidation ever triggered.",[200,2221,224],{"id":537},[16,2223,2224,2227],{},[22,2225,2226],{},"Q1. In one sentence, what is liquidation?","\nA1. The forced closure of a leveraged position when losses draw the margin down to the maintenance level so it can no longer support the position.",[16,2229,2230,2233],{},[22,2231,2232],{},"Q2. Write the approximate long liquidation-price formula.","\nA2. Liquidation ≈ Entry × (1 − 1\u002FLeverage + Maintenance-margin rate).",[16,2235,2236,2239],{},[22,2237,2238],{},"Q3. Long BTC at $60,000, 10×, MMR 0.5%. Compute the liquidation price.","\nA3. 60,000 × (1 − 0.10 + 0.005) = 60,000 × 0.905 = $54,300.",[16,2241,2242,2245],{},[22,2243,2244],{},"Q4. Why does higher leverage move the liquidation price closer to the entry?","\nA4. Higher leverage means a smaller initial-margin cushion (1\u002FLeverage), so a smaller adverse move exhausts it.",[16,2247,2248,2251],{},[22,2249,2250],{},"Q5. Give two ways to avoid being liquidated.","\nA5. Any two of: use modest leverage; set a stop-loss inside the liquidation price; keep\u002Fadd spare margin; account for funding and fees.",[11,2253,2255],{"id":2254},"module-7-reading-a-contracts-key-specs","Module 7: Reading a Contract's Key Specs",[16,2257,2258],{},"Every listed derivative comes with a contract specification, a fact sheet published by the exchange that defines exactly what one contract is. Reading it BEFORE trading is non-negotiable, because a single misunderstanding (thinking one contract equals one unit, or misreading the tick value) can multiply your risk by 50× or 100×. Here are the key fields and what they mean.",[16,2260,2261],{},"CONTRACT UNIT \u002F SIZE. This states how much of the underlying one contract represents. Examples: a standard gold futures contract is 100 troy ounces of gold; a standard Bitcoin futures contract is 5 bitcoin. So the notional of one contract is the size × current price: one gold contract at $2,400\u002Foz is $240,000 of gold. Never assume 'one contract = one unit'.",[16,2263,2264],{},"MULTIPLIER (for index\u002Ffinancial futures). Index futures use a dollar multiplier instead of a physical quantity: a standard S&P 500 index future is $50 × the index level. At an index of 5,000, one contract's notional is 5,000 × $50 = $250,000. Each 1.00-point move in the index is therefore worth $50 per contract.",[16,2266,2267],{},"TICK SIZE & TICK VALUE. The tick is the smallest allowed price increment, and the tick value is what one tick is worth in money. Standard S&P 500 index future: minimum move 0.25 index points = $12.50 per contract (0.25 × $50). Standard gold futures: minimum move $0.10 per ounce = $10 per contract (0.10 × 100 oz). Standard Bitcoin futures: minimum move $5 per bitcoin = $25 per contract (5 × 5 BTC). Knowing tick value lets you translate a price move directly into dollars gained or lost.",[16,2269,2270],{},"SETTLEMENT METHOD. States whether the contract is physically delivered (e.g. a standard gold future delivers metal) or cash-settled against a reference price (e.g. a standard stock-index future settles to the index; a standard Bitcoin future cash-settles against a published Bitcoin reference-rate index). Speculators care because physical-delivery contracts must be closed or rolled before delivery to avoid receiving the actual commodity.",[16,2272,2273],{},"LISTED MONTHS \u002F EXPIRY & TRADING HOURS. Dated futures list specific expiry months: equity index futures such as the standard S&P 500 contract expire quarterly (March, June, September, December). The spec also gives the trading hours (many futures trade nearly 24 hours, Sunday evening to Friday afternoon) and the product\u002Fticker code. Perpetual contracts have no expiry field but instead specify a funding interval (Module 5). Reading these fields turns 'I bought one contract' into a precise statement of exactly how much exposure, in what, priced how, settling when, which is the foundation of every risk calculation in this course.",[200,2275,2277],{"id":2276},"worked-example-decoding-one-standard-sp-500-index-future-contract-from-its-spec","Worked example: Decoding one standard S&P 500 index-future contract from its spec",[16,2279,2280],{},"Spec fields: multiplier $50 × index; tick 0.25 index points = $12.50; cash-settled to the S&P 500 index; quarterly expiries (Mar\u002FJun\u002FSep\u002FDec); trades nearly 24 hours.\nYou buy one contract at an index level of 5,000.",[160,2282,2283,2286,2289],{},[42,2284,2285],{},"Notional exposure = 5,000 × $50 = $250,000 (controlled with a few thousand dollars of margin).",[42,2287,2288],{},"The index rises 40 points to 5,040. That is 40 ÷ 0.25 = 160 ticks; profit = 160 × $12.50 = $2,000 (equivalently 40 points × $50 = $2,000).",[42,2290,2291],{},"At expiry you receive\u002Fpay cash against the index. No shares change hands. Reading four spec fields told you exactly what you were risking; guessing would not have.",[200,2293,224],{"id":2294},"knowledge-check-6",[16,2296,2297,2300],{},[22,2298,2299],{},"Q1. Why must you read the contract unit\u002Fsize before trading?","\nA1. Because one contract usually represents many units (e.g. 100 oz gold, 5 BTC, $50 × index); assuming '1 contract = 1 unit' can misstate risk by 50-100×.",[16,2302,2303,2306],{},[22,2304,2305],{},"Q2. A standard S&P 500 index future's multiplier is $50 × index. What is one contract's notional at an index of 5,000?","\nA2. 5,000 × $50 = $250,000.",[16,2308,2309,2312],{},[22,2310,2311],{},"Q3. A standard S&P 500 index future's tick is 0.25 index points. What is one tick worth?","\nA3. $12.50 (0.25 × $50 multiplier).",[16,2314,2315,2318],{},[22,2316,2317],{},"Q4. How is a standard Bitcoin futures contract settled, and what is its size?","\nA4. Cash-settled against a published Bitcoin reference-rate index; contract size is 5 bitcoin.",[16,2320,2321,2324],{},[22,2322,2323],{},"Q5. Which spec field does a perpetual contract have instead of an expiry month?","\nA5. A funding interval (e.g. every 8 hours); perpetuals have no expiry.",[11,2326,571],{"id":570},[16,2328,574],{},[160,2330,2331,2341,2351,2361,2369,2379,2389,2399,2409,2417,2427,2436,2445,2455,2464,2474,2483,2492,2501],{},[42,2332,2333,2335,2336,2340],{},[22,2334,581],{},". A futures contract is a standardised legal contract to buy\u002Fsell at a predetermined price at a future time. CFTC. CFTC Glossary: Futures Contract. ",[584,2337,2338],{"href":2338,"rel":2339},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_f.html",[588],". verified 2026-07-07. M1, M2",[42,2342,2343,2345,2346,2350],{},[22,2344,594],{},". Perpetual contracts have no expiration date and can be held indefinitely. BIS (Bank for International Settlements), Working Paper No 1087 \"Crypto carry\". ",[584,2347,2348],{"href":2348,"rel":2349},"https:\u002F\u002Fwww.bis.org\u002Fpubl\u002Fwork1087.pdf",[588],". verified 2026-07-29. M1, M3",[42,2352,2353,2355,2356,2360],{},[22,2354,605],{},". Funding direction: positive funding → longs pay shorts; negative → shorts pay longs. He, Manela, Ross & von Wachter, \"Fundamentals of Perpetual Futures\" (academic, Journal of Financial Economics). ",[584,2357,2358],{"href":2358,"rel":2359},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2212.06888",[588],". verified 2026-07-29. M5",[42,2362,2363,2365,2366,2360],{},[22,2364,616],{},". Funding is exchanged most commonly every 8 hours and applies to the position's notional value. He, Manela, Ross & von Wachter, \"Fundamentals of Perpetual Futures\" (academic). ",[584,2367,2358],{"href":2358,"rel":2368},[588],[42,2370,2371,2373,2374,2378],{},[22,2372,627],{},". Exchanges use a mark price and index price to guide liquidations and funding. Cheng, Deng, Wang & Yu, \"Liquidation, Leverage and Optimal Margin in Bitcoin Futures Markets\" (academic). ",[584,2375,2376],{"href":2376,"rel":2377},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2102.04591",[588],". verified 2026-07-29. M3",[42,2380,2381,2383,2384,2388],{},[22,2382,638],{},". Maintenance margin is the minimum collateral to keep a position open, lower than initial margin. U.S. SEC. Margin: Borrowing Money to Pay for Stocks. ",[584,2385,2386],{"href":2386,"rel":2387},"https:\u002F\u002Fwww.sec.gov\u002Fabout\u002Freports-publications\u002Finvestorpubsmarginhtm",[588],". verified 2026-07-07. M4",[42,2390,2391,2393,2394,2398],{},[22,2392,648],{},". Leverage magnifies both gains and losses. CFTC. Customer Advisory: Understand the Risks of Virtual Currency Trading. ",[584,2395,2396],{"href":2396,"rel":2397},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FAdvisoriesAndArticles\u002Funderstand_risks_of_virtual_currency.html",[588],". verified 2026-07-29. M4",[42,2400,2401,2403,2404,2408],{},[22,2402,659],{},". Liquidation = forced closure when funds fall below the maintenance margin requirement. SEC (investor.gov). Understanding Margin Accounts. ",[584,2405,2406],{"href":2406,"rel":2407},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Fgeneral-resources\u002Fnews-alerts\u002Falerts-bulletins\u002Finvestor-bulletins-29",[588],". verified 2026-07-29. M6",[42,2410,2411,2413,2414,2408],{},[22,2412,669],{},". Liquidation-price formula (isolated, USDT-margined; side = 1 for a long, −1 for a short). Platform-derived by algebra from the maintenance-margin liquidation condition; the underlying principle is per SEC (investor.gov). Understanding Margin Accounts. ",[584,2415,2406],{"href":2406,"rel":2416},[588],[42,2418,2419,2421,2422,2426],{},[22,2420,679],{},". Standard S&P 500 index future: $50 × index; 0.25-point tick = $12.50 (CME-listed standard). CME Group. E-mini S&P 500 (ES) contract specifications. ",[584,2423,2424],{"href":2424,"rel":2425},"https:\u002F\u002Fwww.cmegroup.com\u002Fmarkets\u002Fequities\u002Fsp\u002Fe-mini-sandp500.contractSpecs.html",[588],". verified 2026-07-29. M2, M7",[42,2428,2429,2431,2432,2426],{},[22,2430,689],{},". Standard gold future: 100 troy ounces; $0.10\u002Foz tick = $10 (CME\u002FCOMEX-listed standard). CME Group (COMEX). Gold (GC) contract specifications. ",[584,2433,2434],{"href":2434,"rel":2435},"https:\u002F\u002Fwww.cmegroup.com\u002Fmarkets\u002Fmetals\u002Fprecious\u002Fgold.contractSpecs.html",[588],[42,2437,2438,2440,2441,2426],{},[22,2439,700],{},". Standard Bitcoin future: 5 bitcoin; $5\u002Fbitcoin tick = $25; cash-settled vs the CME CF Bitcoin Reference Rate (CME-listed standard). CME Group. Bitcoin (BTC) futures contract specifications. ",[584,2442,2443],{"href":2443,"rel":2444},"https:\u002F\u002Fwww.cmegroup.com\u002Fmarkets\u002Fcryptocurrencies\u002Fbitcoin\u002Fbitcoin.contractSpecs.html",[588],[42,2446,2447,2449,2450,2454],{},[22,2448,710],{},". Spot market = buying\u002Fselling for immediate settlement at the current price (direct ownership). CFTC. CFTC Glossary: Spot. ",[584,2451,2452],{"href":2452,"rel":2453},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_s.html",[588],". verified 2026-07-07. M1",[42,2456,2457,2459,2460,2454],{},[22,2458,720],{},". A derivative's value derives from an underlying asset (so you hold a contract, not the asset). CFTC. CFTC Glossary: Derivative. ",[584,2461,2462],{"href":2462,"rel":2463},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_d.html",[588],[42,2465,2466,2468,2469,2473],{},[22,2467,731],{},". Mark-to-market values a position at its current market price (futures P&L flows daily to margin). CFTC. CFTC Glossary: Mark-to-Market. ",[584,2470,2471],{"href":2471,"rel":2472},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_m.html",[588],". verified 2026-07-07. M2",[42,2475,2476,2478,2479,2473],{},[22,2477,742],{},". Basis: a futures price converges toward the spot price by expiry (contango\u002Fbackwardation). CFTC. CFTC Glossary: Contango. ",[584,2480,2481],{"href":2481,"rel":2482},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_c.html",[588],[42,2484,2485,2487,2488,2388],{},[22,2486,752],{},". Notional (position value) = the face\u002Fnominal amount used to calculate the position's value. CFTC. CFTC Glossary: Notional Value. ",[584,2489,2490],{"href":2490,"rel":2491},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FEducationCenter\u002FCFTCGlossary\u002Fglossary_n.html",[588],[42,2493,2494,2496,2497,2388],{},[22,2495,763],{},". Leverage uses borrowed money to control a larger position, magnifying gains and losses. CFTC. Customer Advisory: Eight Things You Should Know Before Trading Forex. ",[584,2498,2499],{"href":2499,"rel":2500},"https:\u002F\u002Fwww.cftc.gov\u002FLearnAndProtect\u002FAdvisoriesAndArticles\u002FCustomerAdvisory_MustKnowForex.html",[588],[42,2502,2503,2505,2506,2408],{},[22,2504,773],{},". Simplified isolated liquidation-price formula. long: Entry × (1 − 1\u002FLeverage + MMR); short: Entry × (1 + 1\u002FLeverage − MMR). Cheng, Deng, Wang & Yu, \"Liquidation, Leverage and Optimal Margin in Bitcoin Futures Markets\" (academic, European Journal of Operational Research). ",[584,2507,2376],{"href":2376,"rel":2508},[588],[16,2510,2511],{},"Note on #contract-spec rows: CME\u002FCOMEX's own pages block automated fetching, so the verbatim quote (shown in the Lessons\u002FExam tabs) is taken from a reputable broker page that republishes the identical CME-listed standard spec; the figures are the CME standard.",{"title":816,"searchDepth":817,"depth":817,"links":2513},[2514,2515,2519,2523,2527,2531,2535,2539,2543],{"id":13,"depth":817,"text":14},{"id":1880,"depth":817,"text":1881,"children":2516},[2517,2518],{"id":1899,"depth":823,"text":1900},{"id":223,"depth":823,"text":224},{"id":1940,"depth":817,"text":1941,"children":2520},[2521,2522],{"id":1959,"depth":823,"text":1960},{"id":286,"depth":823,"text":224},{"id":1998,"depth":817,"text":1999,"children":2524},[2525,2526],{"id":2017,"depth":823,"text":2018},{"id":348,"depth":823,"text":224},{"id":2056,"depth":817,"text":2057,"children":2528},[2529,2530],{"id":2075,"depth":823,"text":2076},{"id":410,"depth":823,"text":224},{"id":2125,"depth":817,"text":2126,"children":2532},[2533,2534],{"id":2144,"depth":823,"text":2145},{"id":475,"depth":823,"text":224},{"id":2194,"depth":817,"text":2195,"children":2536},[2537,2538],{"id":2215,"depth":823,"text":2216},{"id":537,"depth":823,"text":224},{"id":2254,"depth":817,"text":2255,"children":2540},[2541,2542],{"id":2276,"depth":823,"text":2277},{"id":2294,"depth":823,"text":224},{"id":570,"depth":817,"text":571},"2.5-3.5 hours",[1743,1746,1749,1752,1755,1758,1761],{},7,"\u002Fcourses\u002Ffutures-trading",{"title":1717,"description":816},[1859,1862,1865,1868,1871,1874,1877],"futures-trading","courses\u002Ffutures-trading","The mechanics of leveraged derivatives, taught platform-neutrally before you trade them: the difference between spot and derivatives, how dated futures and perpetual contracts work, leverage, notional and margin, funding rates, a full liquidation-price calculation, and how to read a contract's key specifications.","hJId1W-w5YFO5SjdFvDoOVkjAjTSDE412FSfLM0bn0I",{"id":2556,"title":2557,"body":2558,"description":816,"estTime":2544,"extension":847,"learningOutcomes":3412,"meta":3413,"modules":2547,"navigation":851,"passMark":852,"path":3414,"questions":854,"seo":3415,"skills":3416,"slug":3417,"stem":3418,"summary":3419,"tier":860,"__hash__":3420},"courses\u002Fcourses\u002Frisk-management.md","Certified Risk-Aware Trader",{"type":8,"value":2559,"toc":3380},[2560,2562,2565,2570,2574,2578,2598,2602,2686,2690,2710,2714,2717,2720,2723,2726,2729,2733,2736,2744,2747,2749,2755,2761,2767,2773,2777,2780,2783,2786,2789,2792,2795,2798,2801,2805,2813,2815,2821,2827,2833,2839,2845,2849,2852,2855,2858,2861,2864,2868,2871,2873,2879,2885,2891,2897,2903,2907,2910,2913,2916,2919,2923,2926,2928,2934,2940,2946,2952,2958,2962,2965,2968,2971,2974,2981,2984,2987,2991,2994,2996,3002,3008,3014,3020,3026,3030,3033,3036,3042,3045,3048,3052,3055,3057,3063,3069,3075,3081,3086,3090,3093,3119,3122,3126,3129,3131,3137,3143,3149,3155,3161,3163,3165,3378],[11,2561,14],{"id":13},[16,2563,2564],{},"CoinUnited Academy: Certified Risk-Aware Trader. Platform-agnostic trading certification; all facts verified against authoritative sources (see Sources).",[16,2566,2567,2569],{},[22,2568,24],{}," Active retail traders in any market (stocks, crypto, futures, FX, commodities) who can already place a basic order but have never been taught a disciplined risk framework. No advanced maths required: arithmetic and simple percentages only. Ideal for new-to-intermediate traders who keep giving back profits or have taken an oversized loss.",[16,2571,2572,1734],{},[22,2573,30],{},[16,2575,2576,37],{},[22,2577,36],{},[39,2579,2580,2583,2586,2589,2592,2595],{},[42,2581,2582],{},"Size every position to a fixed, pre-defined risk budget instead of a gut-feel quantity.",[42,2584,2585],{},"Place stop-losses logically and track drawdown, understanding why losses compound against you.",[42,2587,2588],{},"Measure volatility (standard deviation and Average True Range) and let it drive position size.",[42,2590,2591],{},"Judge any trade by its risk\u002Freward ratio and expected value before risking a cent.",[42,2593,2594],{},"Explain how leverage magnifies risk, how liquidation happens, and how to avoid it.",[42,2596,2597],{},"Identify and pre-empt the behavioural mistakes that blow up trading accounts.",[16,2599,2600],{},[22,2601,64],{},[66,2603,2604,2614],{},[69,2605,2606],{},[72,2607,2608,2610,2612],{},[75,2609,77],{},[75,2611,80],{},[75,2613,83],{},[85,2615,2616,2626,2636,2646,2656,2666,2676],{},[72,2617,2618,2620,2623],{},[90,2619,92],{},[90,2621,2622],{},"Why Risk Management Comes First",[90,2624,2625],{},"Capital preservation, risk of ruin, the asymmetry of losses, controlling risk not reward.",[72,2627,2628,2630,2633],{},[90,2629,103],{},[90,2631,2632],{},"Position Sizing & Risk Per Trade",[90,2634,2635],{},"The 1% rule, the position-size formula, converting a stop distance into a quantity.",[72,2637,2638,2640,2643],{},[90,2639,114],{},[90,2641,2642],{},"Stop-Losses & Managing Drawdown",[90,2644,2645],{},"Stop types, maximum drawdown, the recovery-math table, sequencing risk.",[72,2647,2648,2650,2653],{},[90,2649,125],{},[90,2651,2652],{},"Understanding & Measuring Volatility",[90,2654,2655],{},"Standard deviation, annualising with √time, ATR, volatility-based sizing.",[72,2657,2658,2660,2663],{},[90,2659,136],{},[90,2661,2662],{},"Risk\u002FReward, Expected Value & Expectancy",[90,2664,2665],{},"R-multiples, expectancy formula, win-rate vs payoff, the Kelly Criterion.",[72,2667,2668,2670,2673],{},[90,2669,147],{},[90,2671,2672],{},"Leverage, Margin & Liquidation Risk",[90,2674,2675],{},"How leverage scales risk, margin, liquidation mechanics, staying solvent.",[72,2677,2678,2680,2683],{},[90,2679,1844],{},[90,2681,2682],{},"How Accounts Blow Up (and How to Avoid It)",[90,2684,2685],{},"Over-leverage, no stop, revenge trading, over-sizing, correlation, martingale.",[16,2687,2688],{},[22,2689,158],{},[160,2691,2692,2695,2698,2701,2704,2707],{},[42,2693,2694],{},"Risk-per-trade position sizing",[42,2696,2697],{},"Stop-loss placement & drawdown control",[42,2699,2700],{},"Volatility measurement (σ and ATR)",[42,2702,2703],{},"Risk\u002Freward & expected-value analysis",[42,2705,2706],{},"Leverage & liquidation risk assessment",[42,2708,2709],{},"Trading-psychology risk discipline",[11,2711,2713],{"id":2712},"module-1-why-risk-management-comes-first","Module 1: Why Risk Management Comes First",[16,2715,2716],{},"Most new traders spend all their energy trying to find better entries. Yet the traders who survive long enough to compound wealth almost never win because of a magic entry signal, they win because they lose small and stay in the game. Risk management is the discipline of deciding, in advance, how much you can lose on a trade and on a string of trades, so that no single loss and no bad streak can end your trading career. It is the one part of trading you can fully control. You cannot control whether a trade wins; you can always control how much it costs you if it loses.",[16,2718,2719],{},"THE ASYMMETRY OF LOSSES. Gains and losses are not symmetric. If you lose 50% of your account, a 50% gain does not get you back, you need a 100% gain, because you are now growing from a smaller base. The general rule is Recovery % = 1 \u002F (1 − Drawdown) − 1. A 10% loss needs an 11.1% gain to recover; a 25% loss needs 33.3%; a 50% loss needs 100%; a 75% loss needs 300%. This is pure arithmetic, not opinion, and it is the single most important reason to keep losses small. Deep holes are exponentially harder to climb out of.",[16,2721,2722],{},"RISK OF RUIN. Every trader has a 'risk of ruin', the probability that a losing streak wipes out the account before the edge can play out. Even a genuinely profitable strategy will hit losing streaks; the question is whether your position size lets you survive them. Risk a tiny fraction per trade and a 10-trade losing streak is a flesh wound. Risk a large fraction and the same streak is fatal. Position sizing (Module 2) is how you push risk of ruin toward zero.",[16,2724,2725],{},"CONSISTENCY BEATS BRILLIANCE. A trader who applies the same modest 1-2% risk decision to every trade lets a small statistical edge compound over hundreds of trades into real results, but only if no single loss is large enough to reset that compounding. A catastrophic loss does not merely cost that one trade; it destroys the capital base on which every future gain is built, so the account must first climb out of the hole (recall the recovery asymmetry) before it can grow again. This is why the professional's first job is never to maximise the next trade but to guarantee there is a next trade at all. In that sense, disciplined risk management is simply the price of admission to compounding.",[16,2727,2728],{},"CONTROL RISK, NOT REWARD. The market decides your reward; you decide your risk. A professional treats each trade as one sample from a large series and asks only: 'If I am wrong, what does this cost, and can I comfortably survive being wrong many times in a row?' This mindset, capital preservation first, profit second, is what separates traders who are still here in five years from those who are not.",[200,2730,2732],{"id":2731},"worked-example-two-traders-same-strategy-different-risk","Worked example: Two traders, same strategy, different risk",[16,2734,2735],{},"Both start with $10,000 and use a strategy that wins 50% of the time. They hit an unlucky run of 8 losses in a row (which happens roughly 1 in 256 times, i.e. regularly over a career).",[160,2737,2738,2741],{},[42,2739,2740],{},"Trader A risks 2% per trade: after 8 losses the account is 10,000 × (0.98)^8 ≈ $8,508, down 15%, easily recoverable.",[42,2742,2743],{},"Trader B risks 25% per trade: after 8 losses the account is 10,000 × (0.75)^8 ≈ $1,001, down 90%. Trader B now needs a 900% gain just to break even and is effectively ruined.",[16,2745,2746],{},"Same strategy, same bad luck. The only difference was risk per trade.",[200,2748,224],{"id":223},[16,2750,2751,2754],{},[22,2752,2753],{},"Q1. If an account falls 50%, what percentage gain is needed to get back to breakeven?","\nA1. 100%. Recovery % = 1\u002F(1−0.50) − 1 = 100%. Losses and gains are asymmetric because you recover from a smaller base.",[16,2756,2757,2760],{},[22,2758,2759],{},"Q2. What is the one variable in trading that you can always fully control?","\nA2. Your risk (how much you can lose), via position size and stop placement. You cannot control whether any single trade wins.",[16,2762,2763,2766],{},[22,2764,2765],{},"Q3. Define 'risk of ruin' in one sentence.","\nA3. The probability that a run of losses depletes your account below a usable level before your strategy's edge can play out.",[16,2768,2769,2772],{},[22,2770,2771],{},"Q4. True or false: a strategy that is profitable on average cannot blow up an account.","\nA4. False. Even a profitable edge hits losing streaks; if risk per trade is too large, a normal streak can still ruin the account.",[11,2774,2776],{"id":2775},"module-2-position-sizing-risk-per-trade","Module 2: Position Sizing & Risk Per Trade",[16,2778,2779],{},"Position sizing answers the most important question in trading: 'How much of this instrument should I buy or sell?' The professional approach is to work backwards from a fixed dollar risk rather than forwards from a quantity you 'feel like' trading. You first decide what you are willing to lose; the size follows.",[16,2781,2782],{},"THE 1% RULE. A widely used guideline is to risk no more than 1% (some use up to 2%) of total account equity on any single trade. 'Risk' here means the loss you take if price hits your stop-loss, not the full position value. On a $25,000 account, 1% is $250. That $250 is your risk budget for the trade, no matter how large the position itself is. Keeping per-trade risk this small is what lets you survive the losing streaks from Module 1: even ten straight losses cost only about 10% of the account.",[16,2784,2785],{},"THE POSITION-SIZE FORMULA. Once you know your dollar risk and where your stop goes, size is pure division:",[16,2787,2788],{},"Position size (units) = Account risk ($) ÷ Stop distance (per unit)",[16,2790,2791],{},"The 'stop distance' is the difference between your entry price and your stop-loss price, expressed per unit (per share, per coin, per contract point). A wider stop forces a smaller position; a tighter stop allows a larger one, while the dollar risk stays identical. This is the key insight: the market's structure and volatility set your stop distance, and the stop distance sets your size. You never plug in a random quantity.",[16,2793,2794],{},"NOTIONAL VS RISK. Beginners confuse position value (notional) with risk. If you buy $10,000 of an asset with a stop 5% away, your notional is $10,000 but your risk is only $500. Always size on risk, not notional. This also stops leverage from tricking you, a big notional funded by leverage still only risks the distance to your stop (until liquidation intervenes; see Module 6).",[16,2796,2797],{},"KEEP IT CONSISTENT. Fixed-fractional sizing (always risking the same % of current equity) naturally makes you trade smaller after losses and larger after gains, which dampens drawdowns and compounds wins. Recompute your size for every trade; do not reuse yesterday's share count.",[16,2799,2800],{},"PORTFOLIO HEAT. Risk per trade is not the whole story, the sum of risk across all open positions, sometimes called 'portfolio heat', is what truly exposes the account at any moment. Six unrelated positions each risking 1% put 6% of the account at risk simultaneously, and effectively more if those positions are correlated (Module 7). Prudent traders therefore add a cap on total open risk (commonly 3-6%) on top of the per-trade limit, so that even a day when several stops trigger together cannot produce an outsized loss. Position sizing, in other words, is managed both one trade at a time and across the whole book.",[200,2802,2804],{"id":2803},"worked-example-sizing-a-gold-xauusd-trade-with-the-1-rule","Worked example: Sizing a gold (XAU\u002FUSD) trade with the 1% rule",[16,2806,2807,2808,2812],{},"Account: $25,000. Risk budget: 1% = $250.\nSetup: buy gold at $2,400\u002Foz, stop-loss at $2,375\u002Foz.\nStop distance = 2,400 − 2,375 = $25 per ounce.\nPosition size = $250 ÷ $25 = 10 ounces.\nCheck: if gold falls to the $2,375 stop, loss = 10 oz × $25 = $250 = exactly 1% of the account. Note the notional here is 10 × 2,400 = $24,000, but the ",[2809,2810,2811],"em",{},"risk"," is only $250, size was set by risk, not by notional.",[200,2814,224],{"id":286},[16,2816,2817,2820],{},[22,2818,2819],{},"Q1. Write the position-size formula.","\nA1. Position size (units) = Account risk ($) ÷ Stop distance per unit.",[16,2822,2823,2826],{},[22,2824,2825],{},"Q2. Account $40,000, risk 1%, entry $50, stop $48. How many shares?","\nA2. Risk = $400; stop distance = $2; size = 400 ÷ 2 = 200 shares.",[16,2828,2829,2832],{},[22,2830,2831],{},"Q3. Why does a wider stop mean a smaller position if dollar risk is fixed?","\nA3. Because size = risk ÷ stop distance; a larger denominator (wider stop) yields fewer units for the same dollar risk.",[16,2834,2835,2838],{},[22,2836,2837],{},"Q4. What is the difference between notional value and risk?","\nA4. Notional is the full market value of the position; risk is only the amount lost if the stop is hit (stop distance × size).",[16,2840,2841,2844],{},[22,2842,2843],{},"Q5. Why recompute size for every trade instead of reusing a fixed share count?","\nA5. Each trade has a different stop distance and your equity changes; fixed-fractional sizing keeps risk a constant % of current equity.",[11,2846,2848],{"id":2847},"module-3-stop-losses-managing-drawdown","Module 3: Stop-Losses & Managing Drawdown",[16,2850,2851],{},"A stop-loss is a pre-planned exit that caps the loss on a trade. It is the mechanism that turns 'I'll risk 1%' from an intention into a fact. Without a stop, a single trade can inflict an unlimited-feeling loss and undo months of gains. With a stop, your maximum loss is known before you enter.",[16,2853,2854],{},"TYPES OF STOP. (1) A fixed\u002Fprice stop sits at a specific price, usually just beyond a level that would prove your trade idea wrong (below support for a long, above resistance for a short). (2) A volatility stop sets the distance as a multiple of Average True Range (Module 4), so it adapts to how much the instrument normally moves. (3) A time stop exits if the trade hasn't worked within a set period. (4) A trailing stop follows price in your favour to lock in gains. The cardinal rule: decide the stop BEFORE entering, size the position to it, and do not move it further away once live. Widening a stop to 'give the trade room' is how a 1% risk silently becomes a 10% loss.",[16,2856,2857],{},"DRAWDOWN. Drawdown is the decline from a peak in account equity to a subsequent trough, usually quoted as a percentage. Maximum drawdown (MDD) is the largest such peak-to-trough fall over a period and is the single best gauge of how painful, and how survivable, a strategy is. Because of the recovery asymmetry from Module 1, drawdown must be actively contained: a 20% drawdown needs 25% to recover, but a 50% drawdown needs 100%. Many traders set a maximum daily or monthly loss limit (e.g. stop trading for the day after a 3% account loss) to prevent a bad session from spiralling.",[16,2859,2860],{},"SEQUENCING AND STREAKS. Losses arrive in clusters, not neatly spaced out. Plan for consecutive losses: if you risk 1% per trade, ask yourself how a run of 5-10 losers feels and whether it breaches your comfort and your rules. Reducing size during a drawdown (because fixed-fractional sizing risks 1% of a now-smaller balance) is a feature, not a bug, it slows the bleeding when you are trading worst.",[16,2862,2863],{},"PLACE STOPS ON LOGIC, NOT HOPE. A stop should sit where your trade idea is objectively proven wrong, beyond a support or resistance level, or outside a volatility band (Module 4), not at an arbitrary dollar figure you happen to feel comfortable losing. If the logical stop is further away than your risk budget allows, the correct response is a smaller position, never a tighter, illogical stop that ordinary noise will trigger. Finally, remember that a stop is an instruction to exit, not a guarantee of price: in fast or gapping markets your fill can be worse than the stop level, so leave a little room for slippage when you size, and never assume a stop makes a position risk-free.",[200,2865,2867],{"id":2866},"worked-example-a-stop-that-caps-risk-and-the-drawdown-that-follows","Worked example: A stop that caps risk, and the drawdown that follows",[16,2869,2870],{},"Account $20,000, risk 1% = $200. You short the S&P 500 (via an index instrument) at 5,000 with a stop at 5,025 (25 points away). Size = $200 ÷ 25 = 8 'points-units' (e.g. 8 units of a generic $1-per-point instrument). Price gaps to 5,025; the stop fills and you lose ~$200 (1%), exactly as planned, and no more.\nNow suppose four such losses hit in a row: equity falls 20,000 → 19,800 → 19,602 → 19,406 → 19,212, a drawdown of about 3.9%. To recover to $20,000 you need 20,000\u002F19,212 − 1 ≈ 4.1%, close to the loss, because the drawdown is shallow. Had you instead risked 10% per trade, four losses would leave 20,000 × 0.9^4 ≈ $13,122 (a 34% drawdown needing a 52% gain to recover).",[200,2872,224],{"id":348},[16,2874,2875,2878],{},[22,2876,2877],{},"Q1. Name three legitimate stop-loss types.","\nA1. Any three of: fixed\u002Fprice stop, volatility (ATR-based) stop, time stop, trailing stop.",[16,2880,2881,2884],{},[22,2882,2883],{},"Q2. Define maximum drawdown.","\nA2. The largest peak-to-trough percentage decline in account equity over a given period.",[16,2886,2887,2890],{},[22,2888,2889],{},"Q3. A 30% drawdown requires what gain to recover?","\nA3. About 42.9%. Recovery = 1\u002F(1−0.30) − 1 = 0.4286.",[16,2892,2893,2896],{},[22,2894,2895],{},"Q4. Why should you never widen a stop once a trade is live?","\nA4. Widening the stop increases the loss beyond the risk you sized for, breaking the 1% rule and letting a small planned loss become a large one.",[16,2898,2899,2902],{},[22,2900,2901],{},"Q5. Why does fixed-fractional sizing automatically reduce position size during a drawdown?","\nA5. Because 1% of a smaller balance is fewer dollars, so you trade smaller exactly when you are performing worst, cushioning the drawdown.",[11,2904,2906],{"id":2905},"module-4-understanding-measuring-volatility","Module 4: Understanding & Measuring Volatility",[16,2908,2909],{},"Volatility is how much an instrument's price moves around, up or down, over time. It is not direction, it says nothing about whether price will rise or fall, only how large the swings tend to be. Volatility matters for risk because it sets how far price can travel against you before your thesis is even wrong, which in turn should set your stop distance and therefore your position size.",[16,2911,2912],{},"STANDARD DEVIATION. The classic statistical measure of volatility is the standard deviation (σ) of returns, the average spread of returns around their mean. A higher σ means wider, less predictable swings. Volatility scales with the square root of time, not time itself, because variances (not standard deviations) add across independent periods. So to annualise a daily volatility you multiply by √252 (≈ the number of trading days in a year); to annualise a monthly volatility you multiply by √12. For example, a daily σ of 1% implies roughly 1% × √252 ≈ 15.9% annualised volatility. (This √time rule assumes returns are independent; in a crash they cluster, so realised risk can exceed the estimate.)",[16,2914,2915],{},"AVERAGE TRUE RANGE (ATR). For practical trade sizing, many traders prefer ATR, a volatility indicator developed by J. Welles Wilder Jr. in his 1978 book New Concepts in Technical Trading Systems. ATR captures the real range of price including overnight gaps. The 'true range' for a bar is the greatest of: (a) current high − current low, (b) |current high − previous close|, and (c) |previous close − current low|. ATR is then a smoothed average of true range, with Wilder recommending a 14-period lookback. ATR is quoted in the instrument's own price units (dollars, points, ticks), so it plugs straight into stop and size calculations. Crucially, ATR measures volatility only, it gives no directional signal.",[16,2917,2918],{},"VOLATILITY-BASED SIZING. Combining Modules 2 and 4: set your stop a sensible multiple of ATR away (e.g. 1.5× or 2× ATR) so the stop respects normal noise, then size with the same formula: size = account risk ÷ (ATR multiple × ATR). In calm markets ATR shrinks, stops tighten, and you can hold more units for the same dollar risk; in turbulent markets ATR expands, stops widen, and your size automatically shrinks. Volatility, not emotion, ends up governing exposure.",[200,2920,2922],{"id":2921},"worked-example-atr-based-stop-and-size-on-bitcoin","Worked example: ATR-based stop and size on Bitcoin",[16,2924,2925],{},"Account $30,000, risk 1% = $300. BTC trades at $60,000 with a 14-day ATR of $2,000 (i.e. it typically moves about $2,000 a day). You choose a stop of 1.5 × ATR = $3,000 below entry.\nPosition size = $300 ÷ $3,000 = 0.10 BTC.\nIf BTC falls one full stop distance to $57,000, loss = 0.10 × $3,000 = $300 = 1%, as budgeted. If ATR later doubles to $4,000, the same rule gives a $6,000 stop and a 0.05 BTC position: half the size, same $300 risk. Volatility automatically throttled the exposure.",[200,2927,224],{"id":410},[16,2929,2930,2933],{},[22,2931,2932],{},"Q1. Does volatility tell you price direction? Explain.","\nA1. No. Volatility (σ or ATR) measures the size of price swings, not whether price will go up or down.",[16,2935,2936,2939],{},[22,2937,2938],{},"Q2. To annualise a daily standard deviation, what do you multiply by, and why the square root?","\nA2. Multiply by √252. Volatility scales with √time because variances (not standard deviations) add across independent periods.",[16,2941,2942,2945],{},[22,2943,2944],{},"Q3. Write the true-range definition for one bar.","\nA3. The greatest of: (high − low), |high − previous close|, and |previous close − low|.",[16,2947,2948,2951],{},[22,2949,2950],{},"Q4. Who created ATR and what lookback did he recommend?","\nA4. J. Welles Wilder Jr. (1978, New Concepts in Technical Trading Systems); he recommended a 14-period average.",[16,2953,2954,2957],{},[22,2955,2956],{},"Q5. In a 1.5×ATR sizing rule, what happens to position size when ATR doubles?","\nA5. The stop distance doubles, so position size halves for the same fixed dollar risk.",[11,2959,2961],{"id":2960},"module-5-riskreward-expected-value-expectancy","Module 5: Risk\u002FReward, Expected Value & Expectancy",[16,2963,2964],{},"A trade can be a good bet even if it loses, and a bad bet even if it wins, what matters over many trades is the combination of how often you win and how much you win versus lose. Two tools quantify this: the risk\u002Freward ratio and expected value (expectancy).",[16,2966,2967],{},"RISK\u002FREWARD AND R-MULTIPLES. Risk\u002Freward compares the distance to your target against the distance to your stop. If you risk $200 to make $600, your reward:risk is 3:1. Traders express outcomes in 'R', where 1R is the amount risked: a full winner here is +3R, a full loss is −1R. Thinking in R decouples your results from dollar amounts and lets you compare trades and strategies on a level field.",[16,2969,2970],{},"EXPECTED VALUE (EXPECTANCY). Expectancy is the average result per trade, weighting each outcome by its probability:",[16,2972,2973],{},"Expectancy = (Win% × Average win) − (Loss% × Average loss).",[16,2975,2976,2977,2980],{},"If it is positive, the strategy makes money over many trades; if zero, it breaks even; if negative, it loses no matter how exciting individual trades feel. Example: a 40% win rate with a 3:1 payoff gives (0.40 × 3R) − (0.60 × 1R) = +0.6R per trade, profitable despite losing most trades, because winners are three times the size of losers. Conversely a 70% win rate with a 1:3 payoff (risking 3 to make 1) gives (0.70 × 1R) − (0.30 × 3R) = −0.2R, a losing system that ",[2809,2978,2979],{},"feels"," great because it wins often.",[16,2982,2983],{},"WIN RATE VS PAYOFF. Win rate and reward:risk trade off against each other. Widen your target and fewer trades reach it (lower win rate, higher payoff); tighten the target and you win more often but smaller. Neither number alone tells you if a system works, only expectancy does. Chase positive expectancy, then trade it enough times for the average to assert itself.",[16,2985,2986],{},"THE KELLY CRITERION. Once you have an edge, how much should you risk to grow fastest without going broke? The Kelly Criterion, published by John L. Kelly Jr. at Bell Labs in 1956, gives the growth-optimal fraction of capital to stake. In trading terms, Kelly % = W − (1 − W) \u002F R, where W is win probability and R is the reward:risk ratio (the win\u002Floss size ratio). For W = 0.5 and R = 2, Kelly = 0.5 − 0.5\u002F2 = 0.25, i.e. 25% of capital, which is extremely aggressive. Because real edges are estimated with error and full Kelly produces violent drawdowns, professionals almost always use 'fractional Kelly' (a half, quarter, or less), which is why the practical 1% rule from Module 2 sits far below full Kelly on purpose.",[200,2988,2990],{"id":2989},"worked-example-is-this-system-worth-trading","Worked example: Is this system worth trading?",[16,2992,2993],{},"A strategy over 100 trades wins 45 and loses 55. Average win = $900 (3R), average loss = $300 (1R), so reward:risk = 3:1.\nExpectancy = (0.45 × $900) − (0.55 × $300) = $405 − $165 = +$240 per trade, or in R: (0.45 × 3) − (0.55 × 1) = +0.80R per trade. Over 100 trades that is roughly +$24,000 of expectancy, a strong positive edge even though it loses more often than it wins.\nKelly check: with W = 0.45 and R = 3, Kelly % = 0.45 − (0.55\u002F3) = 0.45 − 0.183 = 0.267 → full Kelly would stake ~27% per trade. A quarter-Kelly (~6.7%) or the far safer 1% rule is the sane real-world choice.",[200,2995,224],{"id":475},[16,2997,2998,3001],{},[22,2999,3000],{},"Q1. Write the expectancy formula.","\nA1. Expectancy = (Win% × Average win) − (Loss% × Average loss).",[16,3003,3004,3007],{},[22,3005,3006],{},"Q2. A system wins 40% with a 3:1 reward:risk. What is its expectancy in R?","\nA2. (0.40 × 3) − (0.60 × 1) = +0.6R per trade, positive, so profitable over many trades.",[16,3009,3010,3013],{},[22,3011,3012],{},"Q3. Can a strategy with a 70% win rate lose money? Give the reason.","\nA3. Yes. If the payoff is poor (e.g. risking 3 to make 1), expectancy = (0.70×1) − (0.30×3) = −0.2R, a losing system.",[16,3015,3016,3019],{},[22,3017,3018],{},"Q4. State the Kelly Criterion in trading terms and who devised it.","\nA4. Kelly % = W − (1 − W)\u002FR, where W = win probability and R = reward:risk. Devised by John L. Kelly Jr. (Bell Labs, 1956).",[16,3021,3022,3025],{},[22,3023,3024],{},"Q5. Why do professionals use 'fractional' Kelly rather than full Kelly?","\nA5. Edges are estimated with error and full Kelly causes severe drawdowns; a fraction (½, ¼ or less) sharply cuts volatility of returns.",[11,3027,3029],{"id":3028},"module-6-leverage-margin-liquidation-risk","Module 6: Leverage, Margin & Liquidation Risk",[16,3031,3032],{},"Leverage lets you control a position larger than your cash by borrowing the difference. 10× leverage means $1,000 of your own money controls a $10,000 position. Leverage does not change the trade's direction or its per-dollar move, it multiplies both the gains and the losses relative to your capital. A 5% move in the asset becomes a 50% move in your equity at 10×. Leverage is therefore a risk amplifier, not a strategy.",[16,3034,3035],{},"MARGIN. The cash you post to open and hold a leveraged position is 'margin'. Two levels matter. Initial margin is the amount required to open the position. Maintenance margin is the minimum equity you must keep in the position to hold it open. If losses erode your equity below the maintenance margin, you get a margin call (a demand for more funds) or, on many venues, an automatic liquidation. The maintenance margin is generally lower than the initial margin.",[16,3037,3038,3039,3041],{},"HOW LIQUIDATION HAPPENS. Liquidation is the forced closure of a leveraged position when your equity can no longer support the loss, the platform sells (or buys back) your position to stop the loss from exceeding your posted margin. The higher the leverage, the smaller the adverse move needed to reach that point. As a rough guide, at L× leverage your position is fully underwater after roughly a 1\u002FL move against you (e.g. about 10% at 10×, about 4% at 25×, about 1% at 100×), and liquidation triggers slightly BEFORE that because of the maintenance-margin buffer. Exchanges compute liquidation with a full formula, for an isolated, USDT-margined position: Liquidation Price = (Opening Value − Position Margin) \u002F ",[2206,3040,2208],{},", where side = +1 for a long and −1 for a short. For quick estimates, a widely-published simplified form for an isolated long is Liquidation Price ≈ Entry × (1 − 1\u002FLeverage + Maintenance Margin Rate) (for a short, Entry × (1 + 1\u002FLeverage − MMR)); this simplified form is what the worked example below uses.",[16,3043,3044],{},"Liquidation is expensive: you usually lose most or all of the margin on that position plus fees, and you are forced out at the worst possible moment.",[16,3046,3047],{},"HOW TO AVOID IT. (1) Use low leverage, the risk-per-trade framework, not the maximum the venue offers. (2) Size on risk and keep a stop-loss well inside the liquidation price, so your stop, not the exchange, ends the trade. (3) Keep spare margin; never post the bare minimum. (4) Remember that leverage changes nothing about a good trade except how little room for error you have. Most blown accounts are not wrong about direction, they are simply liquidated by a normal wiggle before their thesis can play out.",[200,3049,3051],{"id":3050},"worked-example-liquidation-on-a-leveraged-long","Worked example: Liquidation on a leveraged long",[16,3053,3054],{},"You go long BTC at $60,000 with 10× leverage, isolated margin, maintenance-margin rate 0.5%.\nWithout the buffer, a 1\u002F10 = 10% drop to $54,000 would wipe your margin. Including maintenance margin:\nLiquidation price ≈ 60,000 × (1 − 1\u002F10 + 0.005) = 60,000 × 0.905 = $54,300.\nSo a move of just 9.5% against you, from $60,000 to $54,300, ends the position and consumes your margin. By contrast, at 2× leverage the liquidation sits near 60,000 × (1 − 0.5 + 0.005) = $30,300, roughly a 50% drop away, giving vastly more breathing room. Same trade, same direction, leverage alone decided how much room for error you had.",[200,3056,224],{"id":537},[16,3058,3059,3062],{},[22,3060,3061],{},"Q1. Does leverage change the direction or the size of the asset's price move?","\nA1. No. It multiplies the gain\u002Floss relative to YOUR capital; the asset's own percentage move is unchanged.",[16,3064,3065,3068],{},[22,3066,3067],{},"Q2. Distinguish initial margin from maintenance margin.","\nA2. Initial margin is required to open the position; maintenance margin is the minimum equity to keep it open. Falling below maintenance triggers a margin call or liquidation.",[16,3070,3071,3074],{},[22,3072,3073],{},"Q3. Roughly how large an adverse move liquidates a 25× long (before the maintenance buffer)?","\nA3. About 1\u002F25 = 4%. Higher leverage means a smaller adverse move causes liquidation.",[16,3076,3077,3080],{},[22,3078,3079],{},"Q4. Write the approximate long-liquidation-price formula.","\nA4. Liquidation price ≈ Entry × (1 − 1\u002FLeverage + Maintenance-margin rate).",[16,3082,3083,3085],{},[22,3084,2250],{},"\nA5. Any two of: use low leverage; keep a stop-loss well inside the liquidation price; keep spare margin; size on risk, not on the venue's maximum.",[11,3087,3089],{"id":3088},"module-7-how-accounts-blow-up-and-how-to-avoid-it","Module 7: How Accounts Blow Up (and How to Avoid It)",[16,3091,3092],{},"Most account blow-ups are not caused by a mysterious market event. They are caused by a small set of repeatable behavioural mistakes that override the rules in Modules 1-6. Knowing them by name makes them easier to catch in yourself.",[39,3094,3095,3098,3101,3104,3107,3110,3113,3116],{},[42,3096,3097],{},"OVER-LEVERAGE. Using the maximum leverage a venue offers turns a normal price wiggle into a liquidation (Module 6). Fix: choose leverage from your risk-per-trade budget, not from what is available.",[42,3099,3100],{},"TRADING WITHOUT A STOP. 'It'll come back' is the most expensive sentence in trading. A position with no stop has an undefined maximum loss and can erase an account in one move. Fix: no trade goes on without a pre-set stop and a known dollar risk.",[42,3102,3103],{},"OVERSIZING \u002F NO POSITION SIZING. Risking 10-25% on a 'high-conviction' trade means a short losing streak, which is normal, is fatal (Module 1). Fix: fixed-fractional 1% risk, every trade, no exceptions for 'sure things'.",[42,3105,3106],{},"REVENGE TRADING & TILT. After a loss, the urge to 'win it back' leads to larger, unplanned trades taken on emotion. This is how a bad hour becomes a blown account. Fix: a daily loss limit (e.g. stop after −3%) and a rule to walk away.",[42,3108,3109],{},"MOVING OR REMOVING STOPS. Widening a stop to avoid being stopped out converts a planned 1% loss into an open-ended one. Fix: stops move only in your favour (trailing), never away from entry.",[42,3111,3112],{},"AVERAGING DOWN \u002F MARTINGALE. Adding to a loser, or doubling size after each loss, feels like it must work eventually, but it maximises exposure exactly when you are most wrong; one extended run bankrupts the account. Fix: add only to winners (if at all), and never scale size to recover losses.",[42,3114,3115],{},"HIDDEN CORRELATION. Ten 'different' trades that are all long the same theme (e.g. several tech stocks, or several altcoins that move with BTC) are really one big trade. When the theme turns, all ten stops hit at once and 1%-per-trade becomes 10% in an afternoon. Fix: budget risk by theme\u002Fcorrelation, not just by ticker.",[42,3117,3118],{},"IGNORING COSTS & GAPS. Fees, spreads, funding and slippage quietly erode edge; and stops do not guarantee your exact price when markets gap. Fix: include costs in expectancy, and size for the possibility that a gap fills your stop worse than planned.",[16,3120,3121],{},"The common thread: every blow-up is a moment when emotion suspended a rule. Written rules, fixed sizing, always-on stops, and modest leverage are not restrictions, they are what let you keep trading.",[200,3123,3125],{"id":3124},"worked-example-correlation-turning-1-risk-into-8","Worked example: Correlation turning 1% risk into 8%",[16,3127,3128],{},"A trader believes they are diversified: eight separate long positions, each sized to risk 1% ($200 on a $20,000 account). But all eight are altcoins that historically move almost in lockstep with Bitcoin. Bitcoin drops sharply overnight; every altcoin follows and all eight stops trigger together. Realised loss = 8 × $200 = $1,600 = 8% of the account in a single move, because the eight 'trades' were really one correlated bet. Correct approach: treat the cluster as one theme and cap total theme risk at ~1-2%, i.e. about $40-50 risk each, or take fewer positions.",[200,3130,224],{"id":2294},[16,3132,3133,3136],{},[22,3134,3135],{},"Q1. Why is trading without a stop-loss so dangerous?","\nA1. The maximum loss is undefined; a single adverse move can erase far more than a planned risk and even the whole account.",[16,3138,3139,3142],{},[22,3140,3141],{},"Q2. What is 'revenge trading' and one rule that prevents it?","\nA2. Taking larger, unplanned trades to recoup a loss on emotion; a daily loss limit (e.g. stop trading after −3%) prevents the spiral.",[16,3144,3145,3148],{},[22,3146,3147],{},"Q3. Why can ten 1%-risk trades still cause a 10% loss?","\nA3. If the trades are highly correlated (same theme), they act as one big position and their stops can all trigger together.",[16,3150,3151,3154],{},[22,3152,3153],{},"Q4. What is wrong with a martingale (double-after-a-loss) approach?","\nA4. It maximises size exactly when you are most wrong; one extended losing run produces an unrecoverable loss.",[16,3156,3157,3160],{},[22,3158,3159],{},"Q5. What single mindset underlies almost every account blow-up?","\nA5. Letting emotion suspend a pre-set rule (sizing, stop, or leverage) in the moment.",[11,3162,571],{"id":570},[16,3164,574],{},[160,3166,3167,3177,3186,3195,3204,3214,3223,3232,3240,3250,3259,3269,3278,3287,3296,3304,3312,3321,3331,3341,3351,3360,3370],{},[42,3168,3169,3171,3172,3176],{},[22,3170,581],{},": Drawdown recovery is asymmetric: required gain = Loss ÷ (1 − Loss); a 50% loss needs a 100% gain. CFA Institute, Enterprising Investor, ",[584,3173,3174],{"href":3174,"rel":3175},"https:\u002F\u002Frpc.cfainstitute.org\u002Fblogs\u002Fenterprising-investor\u002F2025\u002Fno-asset-is-safe-but-some-lose-less",[588],", verified 2026-07-29, M1, M3",[42,3178,3179,3181,3182,3176],{},[22,3180,594],{},": Recovery table: a 10% drawdown needs 11.1%, a 50% drawdown needs 100%. Kitces (Nerd's Eye View), Percentages Going Up, Dollars Going Down, ",[584,3183,3184],{"href":3184,"rel":3185},"https:\u002F\u002Fwww.kitces.com\u002Fblog\u002Fpercentages-going-up-dollars-going-down\u002F",[588],[42,3187,3188,3190,3191,633],{},[22,3189,605],{},": The 1% risk rule: never risk more than 1% of the account on a single trade. Fidelity, Learning Center, ",[584,3192,3193],{"href":3193,"rel":3194},"https:\u002F\u002Fwww.fidelity.com\u002Fglobal\u002Ftranscripts\u002Ftrading\u002F28_01_what_tscript_popup.shtml",[588],[42,3196,3197,3199,3200,633],{},[22,3198,616],{},": Position-size formula: account capital × risk% ÷ (entry − stop). CME Group, Proper Position Size (Trade & Risk Management), ",[584,3201,3202],{"href":3202,"rel":3203},"https:\u002F\u002Fwww.cmegroup.com\u002Feducation\u002Fcourses\u002Ftrade-and-risk-management\u002Fproper-position-size",[588],[42,3205,3206,3208,3209,3213],{},[22,3207,627],{},": Volatility is the standard deviation of returns. CFA Institute (Enterprising Investor), When Does Volatility Equal Risk?, ",[584,3210,3211],{"href":3211,"rel":3212},"https:\u002F\u002Frpc.cfainstitute.org\u002Fblogs\u002Fenterprising-investor\u002F2017\u002Fwhen-does-volatility-equal-risk",[588],", verified 2026-07-07, M4",[42,3215,3216,3218,3219,3213],{},[22,3217,638],{},": Volatility scales with the square root of time: the T-horizon volatility = single-period volatility × √T (so annualise a daily σ by √trading-days). Danielsson & Zigrand (academic, LSE), On Time-Scaling of Risk and the Square-Root-of-Time Rule, ",[584,3220,3221],{"href":3221,"rel":3222},"https:\u002F\u002Fresearchonline.lse.ac.uk\u002Fid\u002Feprint\u002F24827\u002F1\u002Fdp439.pdf",[588],[42,3224,3225,3227,3228,3213],{},[22,3226,648],{},": True range = the greatest of (high−low), (high−prev close), (low−prev close); ATR is typically based on 14 periods. StockCharts ChartSchool, Average True Range (ATR), ",[584,3229,3230],{"href":3230,"rel":3231},"https:\u002F\u002Fchartschool.stockcharts.com\u002Ftable-of-contents\u002Ftechnical-indicators-and-overlays\u002Ftechnical-indicators\u002Faverage-true-range-atr",[588],[42,3233,3234,3236,3237,3213],{},[22,3235,659],{},": ATR was originally developed by J. Welles Wilder, Jr. StockCharts ChartSchool, Average True Range (ATR), ",[584,3238,3230],{"href":3230,"rel":3239},[588],[42,3241,3242,3244,3245,3249],{},[22,3243,669],{},": Expectancy = (Win rate × average win) − (Loss rate × average loss). Corporate Finance Institute, Expected Value, ",[584,3246,3247],{"href":3247,"rel":3248},"https:\u002F\u002Fcorporatefinanceinstitute.com\u002Fresources\u002Fdata-science\u002Fexpected-value\u002F",[588],", verified 2026-07-29, M5",[42,3251,3252,3254,3255,3249],{},[22,3253,679],{},": Kelly Criterion formula: f* = (b·p − q) \u002F b. Corporate Finance Institute, Kelly Criterion, ",[584,3256,3257],{"href":3257,"rel":3258},"https:\u002F\u002Fcorporatefinanceinstitute.com\u002Fresources\u002Fdata-science\u002Fkelly-criterion\u002F",[588],[42,3260,3261,3263,3264,3268],{},[22,3262,689],{},": Kelly was described by John Larry Kelly Jr. (Bell Labs) in 1956. J. L. Kelly Jr. (Bell System Technical Journal, 1956), A New Interpretation of Information Rate, ",[584,3265,3266],{"href":3266,"rel":3267},"https:\u002F\u002Fwww.princeton.edu\u002F~wbialek\u002Frome\u002Frefs\u002Fkelly_56.pdf",[588],", verified 2026-07-07, M5",[42,3270,3271,3273,3274,3249],{},[22,3272,700],{},": Fractional Kelly: common choices are Half Kelly (0.5) or Quarter Kelly (0.25). Ziemba & MacLean, Using the Kelly Criterion for Investing (Springer chapter, Univ. of Edinburgh), ",[584,3275,3276],{"href":3276,"rel":3277},"https:\u002F\u002Fwebhomes.maths.ed.ac.uk\u002Fmckinnon\u002Fblackouts\u002FStochOptFinanceAndEnergySpringer\u002FChap1_KellyZiemba.pdf",[588],[42,3279,3280,3282,3283,3286],{},[22,3281,710],{},": Maintenance margin is the minimum collateral to keep a position open, lower than initial margin. U.S. SEC, Margin: Borrowing Money to Pay for Stocks, ",[584,3284,2386],{"href":2386,"rel":3285},[588],", verified 2026-07-07, M6",[42,3288,3289,3291,3292,811],{},[22,3290,720],{},": Liquidation = forced closure when funds fall below the maintenance margin requirement. CME Group Education, Margin: Know What's Needed, ",[584,3293,3294],{"href":3294,"rel":3295},"https:\u002F\u002Fwww.cmegroup.com\u002Feducation\u002Fcourses\u002Fintroduction-to-futures\u002Fmargin-know-what-is-needed.html",[588],[42,3297,3298,3300,3301,811],{},[22,3299,731],{},": Liquidation-price formula (isolated, USDT-margined; side = 1 for a long, −1 for a short). Platform-derived by algebra from the maintenance-margin liquidation condition; the underlying principle (a position is liquidated once equity reaches the maintenance-margin requirement) is per CME Group Education, ",[584,3302,3294],{"href":3294,"rel":3303},[588],[42,3305,3306,3308,3309,811],{},[22,3307,742],{},": Leverage magnifies both gains and losses. CFTC, Customer Advisory: Understand the Risks of Virtual Currency Trading, ",[584,3310,2396],{"href":2396,"rel":3311},[588],[42,3313,3314,3316,3317,3320],{},[22,3315,752],{},": Risk management = identifying and controlling risks (the discipline behind capital preservation, controlling risk not reward, position-level and portfolio-level loss limits). ISO, ISO 31000:2018 Risk management - Guidelines, ",[584,3318,1672],{"href":1672,"rel":3319},[588],", verified 2026-07-07, M1, M7",[42,3322,3323,3325,3326,3330],{},[22,3324,763],{},": Risk of ruin = the chance a losing streak depletes capital below the level needed to continue. Karl Whelan (academic, University College Dublin), Ruin Probabilities for Strategies with Asymmetric Risk, ",[584,3327,3328],{"href":3328,"rel":3329},"https:\u002F\u002Fwww.karlwhelan.com\u002FPapers\u002FRuin.pdf",[588],", verified 2026-07-07, M1",[42,3332,3333,3335,3336,3340],{},[22,3334,773],{},": A stop-loss is an order to exit once price hits a set level, to cap the loss. U.S. SEC (Investor.gov), Glossary: Stop Order, ",[584,3337,3338],{"href":3338,"rel":3339},"https:\u002F\u002Fwww.investor.gov\u002Fintroduction-investing\u002Finvesting-basics\u002Fglossary\u002Fstop-order",[588],", verified 2026-07-07, M3, M7",[42,3342,3343,3345,3346,3350],{},[22,3344,784],{},": Drawdown \u002F maximum drawdown = the decline from a historical equity peak. Magdon-Ismail & Atiya (academic, Risk Magazine), Maximum Drawdown, ",[584,3347,3348],{"href":3348,"rel":3349},"https:\u002F\u002Fwww.cs.rpi.edu\u002F~magdon\u002Fps\u002Fjournal\u002Fdrawdown_RISK04.pdf",[588],", verified 2026-07-07, M3",[42,3352,3353,3355,3356,3359],{},[22,3354,794],{},": Leverage uses borrowed money to control a larger position (which is why it magnifies gains and losses and enables liquidation). CFTC, Customer Advisory: Eight Things You Should Know Before Trading Forex, ",[584,3357,2499],{"href":2499,"rel":3358},[588],", verified 2026-07-07, M6, M7",[42,3361,3362,3364,3365,3369],{},[22,3363,805],{},": Martingale (doubling after a loss \u002F averaging down to recover) tends toward ruin. Grinstead & Snell (academic), Introductory Probability: Gambler's Ruin, ",[584,3366,3367],{"href":3367,"rel":3368},"https:\u002F\u002Fstats.libretexts.org\u002FBookshelves\u002FProbability_Theory\u002FIntroductory_Probability_(Grinstead_and_Snell)\u002F12%3A_Random_Walks\u002F12.02%3A_Gambler's_Ruin",[588],", verified 2026-07-07, M7",[42,3371,3372,3374,3375,811],{},[22,3373,1658],{},": Simplified isolated liquidation-price formula, long: Entry × (1 − 1\u002FLeverage + MMR); short: Entry × (1 + 1\u002FLeverage − MMR). Platform-derived by algebra from the maintenance-margin liquidation condition (1\u002FLeverage is the initial-margin rate); the principle is per CME Group Education, ",[584,3376,3294],{"href":3294,"rel":3377},[588],[16,3379,2511],{},{"title":816,"searchDepth":817,"depth":817,"links":3381},[3382,3383,3387,3391,3395,3399,3403,3407,3411],{"id":13,"depth":817,"text":14},{"id":2712,"depth":817,"text":2713,"children":3384},[3385,3386],{"id":2731,"depth":823,"text":2732},{"id":223,"depth":823,"text":224},{"id":2775,"depth":817,"text":2776,"children":3388},[3389,3390],{"id":2803,"depth":823,"text":2804},{"id":286,"depth":823,"text":224},{"id":2847,"depth":817,"text":2848,"children":3392},[3393,3394],{"id":2866,"depth":823,"text":2867},{"id":348,"depth":823,"text":224},{"id":2905,"depth":817,"text":2906,"children":3396},[3397,3398],{"id":2921,"depth":823,"text":2922},{"id":410,"depth":823,"text":224},{"id":2960,"depth":817,"text":2961,"children":3400},[3401,3402],{"id":2989,"depth":823,"text":2990},{"id":475,"depth":823,"text":224},{"id":3028,"depth":817,"text":3029,"children":3404},[3405,3406],{"id":3050,"depth":823,"text":3051},{"id":537,"depth":823,"text":224},{"id":3088,"depth":817,"text":3089,"children":3408},[3409,3410],{"id":3124,"depth":823,"text":3125},{"id":2294,"depth":823,"text":224},{"id":570,"depth":817,"text":571},[2582,2585,2588,2591,2594,2597],{},"\u002Fcourses\u002Frisk-management",{"title":2557,"description":816},[2694,2697,2700,2703,2706,2709],"risk-management","courses\u002Frisk-management","A disciplined, quantitative risk-management framework for trading any market: sizing positions to a fixed risk budget, placing and respecting stop-losses, measuring volatility, evaluating trades by risk\u002Freward and expected value, and understanding how leverage and liquidation create, and how to avoid, catastrophic loss.","cwa4zDpCmV7ZO_bBVClm41biDi13PXCg5CkgUai8-EA",{"id":3422,"title":3423,"body":3424,"description":816,"estTime":846,"extension":847,"learningOutcomes":4164,"meta":4165,"modules":850,"navigation":851,"passMark":852,"path":4166,"questions":854,"seo":4167,"skills":4168,"slug":4169,"stem":4170,"summary":4171,"tier":860,"__hash__":4172},"courses\u002Fcourses\u002Fstablecoin-payments.md","Certified Stablecoin & Web3 Payments Learner",{"type":8,"value":3425,"toc":4136},[3426,3428,3431,3436,3440,3444,3464,3468,3542,3546,3566,3570,3573,3576,3579,3582,3585,3589,3592,3594,3600,3606,3612,3618,3624,3628,3631,3634,3637,3640,3643,3647,3650,3652,3658,3664,3670,3676,3682,3686,3689,3692,3695,3698,3701,3705,3708,3710,3716,3722,3728,3734,3740,3744,3747,3750,3753,3756,3759,3763,3766,3768,3774,3780,3786,3792,3798,3802,3805,3808,3811,3814,3817,3821,3824,3826,3832,3838,3844,3850,3856,3860,3863,3866,3869,3872,3875,3879,3882,3884,3890,3896,3902,3908,3914,3916,3918],[11,3427,14],{"id":13},[16,3429,3430],{},"CoinUnited Academy: Certified Stablecoin & Web3 Payments Learner. Platform-neutral certification; all facts verified against authoritative sources (see Sources).",[16,3432,3433,3435],{},[22,3434,24],{}," Anyone who holds, moves, or is thinking about using stablecoins and wants to understand how they actually work before trusting them with money. No coding and no advanced maths required: arithmetic and simple percentages only. Ideal for traders who park value in stablecoins, people who send money across borders, and newcomers to Web3 who want to avoid the common ways funds get lost.",[16,3437,3438,31],{},[22,3439,30],{},[16,3441,3442,37],{},[22,3443,36],{},[39,3445,3446,3449,3452,3455,3458,3461],{},[42,3447,3448],{},"Explain what stablecoins are, the three design categories, and why most algorithmic pegs collapsed.",[42,3450,3451],{},"Compare USDT, USDC and DAI on reserve mechanics, counterparty and transparency risk, and what a depeg means.",[42,3453,3454],{},"Describe how stablecoins move money across borders and walk through the on-ramp, transfer, off-ramp workflow.",[42,3456,3457],{},"Explain DeFi fundamentals, why gas fees exist, and the risk profile of chasing on-chain yield.",[42,3459,3460],{},"Choose an appropriate custody model and apply seed-phrase and anti-scam security practices.",[42,3462,3463],{},"Summarise the stablecoin regulatory landscape across the US, EU and Asia-Pacific and what it means for holders.",[16,3465,3466],{},[22,3467,64],{},[66,3469,3470,3480],{},[69,3471,3472],{},[72,3473,3474,3476,3478],{},[75,3475,77],{},[75,3477,80],{},[75,3479,83],{},[85,3481,3482,3492,3502,3512,3522,3532],{},[72,3483,3484,3486,3489],{},[90,3485,92],{},[90,3487,3488],{},"What Stablecoins Are and Why They Matter",[90,3490,3491],{},"The peg problem, three design categories, why algorithmic designs collapsed, trading vs payments use.",[72,3493,3494,3496,3499],{},[90,3495,103],{},[90,3497,3498],{},"USDT, USDC, DAI: Mechanics and Risks",[90,3500,3501],{},"Reserve composition, the SVB depeg case, over-collateralisation, counterparty and transparency risk.",[72,3503,3504,3506,3509],{},[90,3505,114],{},[90,3507,3508],{},"Cross-Border Payments with Stablecoins",[90,3510,3511],{},"Correspondent-banking friction, the on\u002Foff-ramp workflow, adoption corridors, remaining cost.",[72,3513,3514,3516,3519],{},[90,3515,125],{},[90,3517,3518],{},"DeFi Basics and Web3 Payment Infrastructure",[90,3520,3521],{},"Smart-contract finance, lending, liquidity and yield, wallets vs accounts, gas fees, DeFi risk.",[72,3523,3524,3526,3529],{},[90,3525,136],{},[90,3527,3528],{},"Custody and Security for Stablecoin Holders",[90,3530,3531],{},"The custody spectrum, seed-phrase security, common scams, loss-prevention basics.",[72,3533,3534,3536,3539],{},[90,3535,147],{},[90,3537,3538],{},"The Regulatory Landscape for Stablecoins",[90,3540,3541],{},"US, EU and Asia-Pacific posture, reserve attestation, the Travel Rule, the trajectory ahead.",[16,3543,3544],{},[22,3545,158],{},[160,3547,3548,3551,3554,3557,3560,3563],{},[42,3549,3550],{},"Stablecoin design & category analysis",[42,3552,3553],{},"Reserve, counterparty & depeg risk assessment",[42,3555,3556],{},"Cross-border stablecoin payment workflow",[42,3558,3559],{},"DeFi & gas-fee fluency",[42,3561,3562],{},"Self-custody & seed-phrase security",[42,3564,3565],{},"Stablecoin regulatory literacy",[11,3567,3569],{"id":3568},"module-1-what-stablecoins-are-and-why-they-matter","Module 1: What Stablecoins Are and Why They Matter",[16,3571,3572],{},"THE PROBLEM STABLECOINS SOLVE. Crypto prices move violently, and that is a problem the moment you want value to sit still. A trader who wants to step out of a falling market, or a worker who wants to hold dollars on-chain, has historically faced an unattractive choice: either ride the volatility, or cash out to a bank and accept slow settlement, banking hours, paperwork and fees. A stablecoin is a crypto token engineered to hold a steady value, almost always pegged one-for-one to a fiat currency such as the US dollar. It lets value rest inside a system that never closes, without touching the traditional banking rails. That single property, a stable unit that lives on a blockchain, is why stablecoins became core infrastructure rather than a niche.",[16,3574,3575],{},"THREE DESIGN CATEGORIES. Stablecoins are not all built the same way, and the design determines the risk. (1) FIAT-BACKED (fiat-collateralised): the issuer holds reserves of cash and short-term government debt (such as US Treasury bills) at least equal to the tokens in circulation, and each token is redeemable roughly one-for-one. USDT (Tether) and USDC (Circle) are the giants here. (2) CRYPTO-COLLATERALISED: the token is backed by other crypto locked in smart contracts, and because that collateral is itself volatile, the system is deliberately over-collateralised. DAI (MakerDAO) is the leading example. (3) ALGORITHMIC: there is little or no real reserve, and software instead expands and contracts the token supply, using arbitrage incentives, to push the price back to the peg. The best-known algorithmic design, TerraUSD (UST), failed spectacularly.",[16,3577,3578],{},"WHY MOST ALGORITHMIC DESIGNS COLLAPSED. TerraUSD held its dollar peg through a mint-and-burn arbitrage with a sister token, LUNA: if UST traded above a dollar, users could burn LUNA to mint new UST; if it traded below, they could burn UST to mint LUNA and shrink supply. In May 2022 confidence broke, holders rushed to burn UST for LUNA, LUNA's supply hyper-inflated and its price crashed, and the very mechanism meant to restore the peg instead fed a death spiral. More than $40 billion of value evaporated. The structural lesson is simple: a peg backed only by market confidence and a reflexive supply mechanism has no floor once confidence goes, because there are no real reserves to redeem against. Most purely algorithmic designs have failed for the same reason.",[16,3580,3581],{},"WHY STABLECOINS ARE A LARGE SHARE OF ON-CHAIN VOLUME. Stablecoins have quietly become the default unit of account and settlement layer of crypto. Most exchanges quote trading pairs against USDT or USDC, DeFi protocols use them as base money, and traders park in them between positions. As a result stablecoins settle enormous sums (trillions of dollars a year on public blockchains) and regularly account for a large share of total on-chain transaction value. When people say crypto is \"used\", a great deal of that use is stablecoins moving from place to place.",[16,3583,3584],{},"TRADING INSTRUMENT VS PAYMENTS INSTRUMENT. It helps to separate two very different jobs the same token performs. As a TRADING instrument, a stablecoin is a place to PARK value: you exit volatility without leaving the exchange, wait, then re-enter. As a PAYMENTS instrument, it is a way to MOVE money: you send dollars to anyone with a wallet, anywhere, in minutes. The token is identical; the use case is not. The rest of this course treats both, because the risks that matter (reserves, custody, regulation) apply whether you are parking or paying.",[200,3586,3588],{"id":3587},"worked-example-parking-value-during-a-sell-off","Worked example: parking value during a sell-off",[16,3590,3591],{},"A holder owns 1 BTC worth $60,000 and expects a short-term drop. Cashing out to a bank means a withdrawal request, banking hours, a fee, and another deposit later to buy back. Instead the holder swaps 1 BTC for 60,000 USDT in seconds. The value now sits still. If BTC then falls 20% to $48,000, the holder still has 60,000 USDT and can buy back 60,000 \u002F 48,000 = 1.25 BTC, ending with more BTC than they started with, and never once touched a bank. The stablecoin acted purely as a parking space for value inside the crypto system.",[200,3593,224],{"id":223},[16,3595,3596,3599],{},[22,3597,3598],{},"Q1. What problem does a stablecoin solve?","\nA1. It provides a stable-value asset that lives inside a volatile crypto system, so value can sit still on-chain without cashing out to a bank.",[16,3601,3602,3605],{},[22,3603,3604],{},"Q2. Name the three stablecoin design categories with one example each.","\nA2. Fiat-backed (USDT, USDC), crypto-collateralised (DAI), and algorithmic (the failed TerraUSD\u002FUST).",[16,3607,3608,3611],{},[22,3609,3610],{},"Q3. Why did TerraUSD collapse?","\nA3. Its peg relied on mint-and-burn arbitrage with LUNA rather than reserves; when confidence broke, burning UST hyper-inflated LUNA in a death spiral with nothing real to redeem against, destroying over $40 billion.",[16,3613,3614,3617],{},[22,3615,3616],{},"Q4. Distinguish the trading use of a stablecoin from the payments use.","\nA4. Trading use is parking value out of volatility (exit and re-enter); payments use is moving money to another wallet. Same token, different job.",[16,3619,3620,3623],{},[22,3621,3622],{},"Q5. Why must a crypto-collateralised stablecoin be over-collateralised?","\nA5. Because the backing crypto is itself volatile, so holding more collateral than the tokens issued absorbs price falls before the peg is threatened.",[11,3625,3627],{"id":3626},"module-2-usdt-usdc-dai-mechanics-and-risks","Module 2: USDT, USDC, DAI: Mechanics and Risks",[16,3629,3630],{},"USDT (TETHER). Tether's USDT is the largest stablecoin by circulation and claims that every token is backed one-for-one by reserves. Over time the reported reserve composition has shifted heavily toward US Treasury bills plus cash and some other assets. The long-running debate is about transparency: Tether publishes ATTESTATIONS (a point-in-time snapshot checked by an accounting firm) rather than a full ongoing audit, and in 2021 it settled with the US Commodity Futures Trading Commission (a $41 million penalty) over past statements that its reserves fully backed the token at all times. Today it publishes regular reserve reports, but the point for a holder is that an attestation is weaker assurance than an audit, and where the reserves sit and how liquid they are still matters.",[16,3632,3633],{},"USDC (CIRCLE). Circle's USDC is positioned as the transparency-and-compliance-first option. Its reserves are held in cash and short-dated US Treasuries, with regular reserve reporting, and Circle has actively sought regulatory approval in major jurisdictions. That posture makes USDC the stablecoin most exchanges and institutions reach for when they want the cleanest regulatory story, though \"cleaner\" does not mean \"risk-free\", as the next section shows.",[16,3635,3636],{},"THE MARCH 2023 USDC DEPEG (case study). In March 2023 roughly $3.3 billion of USDC's reserves (about 8% of the roughly $40 billion backing it) sat as deposits at Silicon Valley Bank, which failed on 10 March 2023. When Circle disclosed the exposure, USDC broke its peg and fell to about $0.87 on 11 March as holders feared a shortfall. The peg was restored once US regulators announced that all SVB depositors would be made whole and access was available when banks reopened on Monday 13 March; USDC returned to a dollar within about two days. The lesson is BANK COUNTERPARTY RISK: even a fully fiat-backed stablecoin depends on the banks that hold its reserves, and a bank can fail. USDC recovered not because its peg mechanism was clever but because the underlying dollars were real and recoverable.",[16,3638,3639],{},"DAI (MAKERDAO). DAI is decentralised and crypto-collateralised. Users lock collateral (ETH, and controversially some centralised stablecoins and real-world assets) into smart-contract vaults and mint DAI against it, always OVER-COLLATERALISED, for example depositing $150 or more of ETH to borrow $100 of DAI. If the collateral value falls toward the debt, the position is automatically liquidated to keep every DAI backed. The system is governed by holders of the MKR token, who vote on which collateral is accepted, the required ratios, and fees; MKR also acts as a backstop, since new MKR can be minted and sold to recapitalise the system if it ever goes under-collateralised (as happened during the March 2020 \"Black Thursday\" crash). DAI's peg holds through the combination of over-collateralisation, automatic liquidations, and active governance rather than a bank account full of dollars.",[16,3641,3642],{},"DIFFERENT RISK PROFILES, AND WHAT BREAKING THE PEG MEANS. The three tokens sit differently on three axes. COUNTERPARTY RISK: with USDT and USDC you trust the issuer and its banks; with DAI you trust smart contracts and the quality of the collateral. REGULATORY RISK: centralised issuers can freeze or blacklist addresses and must satisfy regulators, while DAI is more censorship-resistant but exposed to whatever centralised assets sit inside its collateral. TRANSPARENCY RISK: USDC is generally the most transparent, USDT has historically been the least, and DAI is fully on-chain but genuinely complex to assess. A stablecoin \"DEPEGS\" when its market price moves meaningfully and persistently away from its target (say a dollar). The usual triggers are doubt about reserves or redeemability, a bank or collateral failure, a liquidity crunch where sellers overwhelm buyers, or, for algorithmic designs, a broken mechanism. A depeg can be temporary (USDC in 2023) or terminal (UST in 2022); the difference is whether real, recoverable backing exists.",[200,3644,3646],{"id":3645},"worked-example-over-collateralisation-and-liquidation-on-a-dai-style-vault","Worked example: over-collateralisation and liquidation on a DAI-style vault",[16,3648,3649],{},"You deposit 1 ETH at $2,000, so your collateral is worth $2,000. The system requires a minimum collateral ratio of 150%, meaning the most DAI you could mint is 2,000 \u002F 1.5 = about $1,333. You choose to mint only $1,000 DAI, a comfortable 200% ratio. Now ETH falls to $1,400. Your collateral is worth $1,400 against $1,000 of debt, a ratio of 140%, which is below the 150% floor. The vault is automatically liquidated: your ETH is auctioned to repay the $1,000 debt plus a penalty, and DAI stays fully backed throughout. The over-collateralisation gave the system room to liquidate before the debt could ever exceed the collateral.",[200,3651,224],{"id":286},[16,3653,3654,3657],{},[22,3655,3656],{},"Q1. What is the difference between an attestation and an audit, and why does it matter for USDT?","\nA1. An attestation confirms reserves at a single point in time; an audit is a deeper, ongoing examination. It matters because an attestation is weaker assurance that the tokens are fully and continuously backed.",[16,3659,3660,3663],{},[22,3661,3662],{},"Q2. Why did USDC depeg in March 2023, and why did it recover?","\nA2. About $3.3 billion of its reserves were stuck at the failed Silicon Valley Bank, so the price fell to about $0.87 on fear of a shortfall; it recovered to a dollar once regulators guaranteed SVB depositors and access was restored.",[16,3665,3666,3669],{},[22,3667,3668],{},"Q3. What single risk did the USDC episode illustrate?","\nA3. Bank counterparty risk: fiat reserves must be deposited somewhere, and the bank holding them can fail even when the stablecoin itself is fully backed.",[16,3671,3672,3675],{},[22,3673,3674],{},"Q4. Why is DAI over-collateralised, and what happens if collateral falls too far?","\nA4. Because its backing is volatile crypto; users post more collateral than the DAI they mint (e.g. $150+ per $100), and if the ratio drops below the required floor the vault is automatically liquidated to keep DAI backed.",[16,3677,3678,3681],{},[22,3679,3680],{},"Q5. Define a depeg and name two conditions that can cause one.","\nA5. A meaningful, sustained move of the market price away from the target peg; causes include doubt about reserves, a bank or collateral failure, a liquidity crunch, or a broken algorithmic mechanism.",[11,3683,3685],{"id":3684},"module-3-cross-border-payments-with-stablecoins","Module 3: Cross-Border Payments with Stablecoins",[16,3687,3688],{},"THE CORRESPONDENT-BANKING PROBLEM. A traditional international transfer rarely travels straight from one bank to another. It hops along a chain of CORRESPONDENT BANKS that hold accounts for each other (the nostro and vostro accounts), passing instructions down the line, usually as SWIFT messages. Each hop adds time, a foreign-exchange conversion spread, and a fee; the money can take one to five business days to settle; the total cost is often opaque until it arrives; and the whole thing only runs during banking hours in each jurisdiction. The World Bank puts the global average cost of sending a remittance at about 6.4% of the amount (as of Q3 2025), more than double the United Nations target of 3%. For the people who rely on these transfers most, that is a heavy, recurring tax.",[16,3690,3691],{},"HOW STABLECOINS CHANGE THE PICTURE. A stablecoin transfer is a single on-chain transaction from one wallet to another on a public blockchain. It settles in seconds to minutes, around the clock, for a network fee that is often a fraction of a percent (and on low-fee chains, a few cents), regardless of the size of the transfer or the border it crosses. There is no chain of intermediaries each taking a cut, because the value moves directly and the blockchain itself performs the settlement. The same $10,000 that would crawl through several correspondent banks over three days can arrive in one confirmation.",[16,3693,3694],{},"THE PRACTICAL WORKFLOW: ON-RAMP, TRANSFER, OFF-RAMP. In the real world a stablecoin payment has three steps. (1) ON-RAMP: convert local fiat into a stablecoin, through an exchange, a licensed money-service business, or a peer-to-peer market. (2) TRANSFER: send the stablecoin on-chain to the recipient's wallet address. (3) OFF-RAMP: the recipient converts the stablecoin back into their local fiat, through an exchange or local broker, or simply spends it. The on-chain leg is the cheap, fast, frictionless part; the RAMPS at each end are where most of the real cost, delay and compliance actually live. Understanding this is the key to judging any stablecoin payment claim honestly.",[16,3696,3697],{},"WHERE ADOPTION IS HIGHEST AND WHY. Grassroots stablecoin use clusters in HIGH-REMITTANCE and HIGH-INFLATION economies. In the first group are countries where large numbers of people send money home, such as the Philippines and parts of Latin America and Sub-Saharan Africa; a cheaper rail directly increases what families receive. In the second are economies where the local currency is losing value quickly, such as Argentina, Nigeria and Turkey; there a dollar stablecoin is both a cheaper payment method and a way to hold hard currency that the local banking system cannot easily offer. Chainalysis adoption research consistently shows emerging markets, not wealthy ones, leading the world in grassroots crypto and stablecoin usage, precisely because the practical benefit is largest where the traditional system serves people worst.",[16,3699,3700],{},"REMAINING FRICTION. Stablecoins do not make moving money free, and it is important to be clear-eyed about what is left. The frictions are: ON\u002FOFF-RAMP COSTS and spreads (again, the ramps rather than the chain are the expensive bit); RECIPIENT-SIDE LIQUIDITY (someone local has to be willing to swap the stablecoin for cash at a fair rate); COMPLIANCE (know-your-customer and anti-money-laundering checks at both ends, plus the Travel Rule covered in Module 6); the volatility of the network fee itself on congested chains; and the user-experience and self-custody risks covered in Module 5. The honest summary is that the on-chain hop is essentially a solved problem, while the edges (fiat in, fiat out, and compliance) are where the work still remains.",[200,3702,3704],{"id":3703},"worked-example-a-1000-remittance-correspondent-bank-vs-stablecoin","Worked example: a $1,000 remittance, correspondent bank vs stablecoin",[16,3706,3707],{},"Sending $1,000 the traditional way, the correspondent chain plus the foreign-exchange spread plus fees take roughly the global average of 6.4%, about $64, so the recipient nets about $936 after one to five business days. Sending the same $1,000 via a stablecoin: the on-ramp converts $1,000 into 1,000 USDC at, say, a 0.5% fee ($5); the on-chain transfer costs about $0.50; the recipient off-ramps the remaining 994.5 USDC into local cash at roughly a 1% spread (about $10), netting around $984 in minutes. The recipient receives about $48 more and days sooner. Notice where the savings come from (cutting the intermediary chain) and where the residual cost still sits (the two ramps, not the transfer itself).",[200,3709,224],{"id":348},[16,3711,3712,3715],{},[22,3713,3714],{},"Q1. Why is a traditional cross-border transfer slow and costly?","\nA1. It hops through a chain of correspondent banks (nostro and vostro accounts plus SWIFT messages), each adding time, a foreign-exchange spread and a fee, settling in one to five business days and only during banking hours.",[16,3717,3718,3721],{},[22,3719,3720],{},"Q2. Roughly what does the World Bank say the global average remittance costs?","\nA2. About 6.4% of the amount sent (Q3 2025), against a United Nations target of 3%.",[16,3723,3724,3727],{},[22,3725,3726],{},"Q3. Name the three steps of a stablecoin payment.","\nA3. On-ramp (fiat to stablecoin), on-chain transfer to the recipient's wallet, and off-ramp (stablecoin to local fiat).",[16,3729,3730,3733],{},[22,3731,3732],{},"Q4. Which economies adopt stablecoin payments most, and why?","\nA4. High-remittance and high-inflation emerging markets, because they gain both cheaper transfers and a hard-currency store of value the local system cannot easily offer.",[16,3735,3736,3739],{},[22,3737,3738],{},"Q5. Where does most residual cost and friction sit in a stablecoin payment?","\nA5. At the on\u002Foff-ramps (fees, spreads, local liquidity and KYC\u002FAML compliance), not in the on-chain transfer itself.",[11,3741,3743],{"id":3742},"module-4-defi-basics-and-web3-payment-infrastructure","Module 4: DeFi Basics and Web3 Payment Infrastructure",[16,3745,3746],{},"WHAT DEFI IS. Decentralised finance (DeFi) delivers financial services (lending, borrowing, trading, earning yield) through SMART CONTRACTS, which are self-executing programs on a blockchain, instead of through banks or brokers. There is no central intermediary approving transactions or holding your money; you interact directly with the protocol from your own wallet, and the code enforces the rules automatically. This is what makes DeFi powerful (open, permissionless, available at all hours) and also what makes it dangerous (the code is effectively the bank, and code can contain bugs that no one can undo).",[16,3748,3749],{},"WHAT STABLECOIN HOLDERS CAN DO IN DEFI. There are a few main categories worth knowing. (1) LENDING AND BORROWING: you deposit stablecoins into a lending protocol (such as Aave or Compound) to earn interest paid by borrowers, or you post collateral to borrow against it. (2) LIQUIDITY PROVISION: you supply stablecoins to a decentralised exchange's pool (an automated market maker such as Uniswap) and earn a share of the trading fees, but you take on IMPERMANENT LOSS if the two pooled assets move apart in price, which can leave you worse off than simply holding. (3) YIELD AGGREGATORS: vaults that automatically shift funds toward the highest-yielding strategy. And a warning that applies to all of them, THE RISK OF CHASING YIELD: an unusually high advertised return almost always prices in unusual risk, whether protocol insolvency, a token-emission scheme that collapses, or an outright scam. A double-digit \"stable\" yield is a red flag, not a free lunch.",[16,3751,3752],{},"WALLET ADDRESS VS EXCHANGE ACCOUNT. This distinction underpins everything in Web3. An EXCHANGE ACCOUNT works like a bank account: the exchange holds your coins and your keys, you log in with a password, and the provider can freeze, reverse or recover things. A WALLET ADDRESS is a self-custodied on-chain identity that you control with a private key; a transfer to an address is final and irreversible, and no one can undo a mistake or claw back a scam. In DeFi you act from your own wallet, which means you gain full control and take on full responsibility at the same time.",[16,3754,3755],{},"GAS FEES. Every on-chain action, whether a transfer, a swap, or a contract call, consumes computation and storage that the network's VALIDATORS must perform, so you pay a GAS fee to compensate them and to deter spam. Gas is priced by DEMAND: when many people want to transact at once they bid for limited block space and the price per unit of gas rises; when the chain is quiet it falls. On Ethereum, fees are quoted in gwei (a billionth of an ETH) and, since the EIP-1559 upgrade, split into a base fee (which is burned) plus an optional priority tip to validators. You estimate the total as gas units multiplied by gas price; wallets calculate this for you, and different blockchains sit at very different fee levels, which is a large part of why some chains are preferred for small payments.",[16,3757,3758],{},"DEFI'S RISK PROFILE. DeFi has no safety net, and holders need to internalise that before depositing. The main risks are: SMART-CONTRACT BUGS, where a flaw or exploit can drain an entire pool in a single transaction and the code is often immutable once deployed; GOVERNANCE FAILURES, where token-holder votes or admin keys change the rules or are captured; oracle and bridge failures that feed bad data or break cross-chain transfers; and, crucially, NO DEPOSIT INSURANCE, meaning there is no government scheme, no chargeback, and no customer-support reversal. If a protocol is hacked or you approve a malicious contract, the funds are usually gone for good. Treat DeFi yield as risk-bearing income, size your exposure accordingly, and never deposit more than you can afford to lose.",[200,3760,3762],{"id":3761},"worked-example-a-gas-fee-and-a-lending-yield","Worked example: a gas fee and a lending yield",[16,3764,3765],{},"Gas first. You swap stablecoins on Ethereum. The swap consumes about 150,000 gas units, the gas price is 20 gwei, and ETH is $2,000. The fee is 150,000 × 20 gwei = 3,000,000 gwei = 0.003 ETH, which at $2,000 is $6. If the network gets busy and the gas price triples to 60 gwei, the identical swap now costs $18. Nothing about the swap changed except the competition for block space. Now yield. You lend 10,000 USDC at 5% APY, so the gross interest is $500 a year. But if you paid $6 in gas to enter and $6 to exit, and the protocol carries real insolvency risk, the true risk-adjusted return is meaningfully below the headline 5%.",[200,3767,224],{"id":410},[16,3769,3770,3773],{},[22,3771,3772],{},"Q1. What replaces the bank or intermediary in DeFi?","\nA1. Smart contracts, which are self-executing code on a blockchain that enforces the rules while you transact directly from your own wallet.",[16,3775,3776,3779],{},[22,3777,3778],{},"Q2. What is impermanent loss?","\nA2. The loss a liquidity provider can suffer when the two pooled assets change in relative price, leaving the provider worse off than if they had simply held the assets.",[16,3781,3782,3785],{},[22,3783,3784],{},"Q3. Why do gas fees exist, and what makes them rise?","\nA3. They pay validators for the computation and storage each action needs and deter spam; they rise when network demand competes for limited block space.",[16,3787,3788,3791],{},[22,3789,3790],{},"Q4. Compute the gas fee for a transaction using 100,000 gas units at 30 gwei, with ETH at $2,000.","\nA4. 100,000 × 30 gwei = 3,000,000 gwei = 0.003 ETH, which at $2,000 is $6.",[16,3793,3794,3797],{},[22,3795,3796],{},"Q5. Name two DeFi risks that a bank deposit does not have.","\nA5. Any two of: smart-contract bugs or exploits, governance or oracle or bridge failure, irreversible transactions, and no deposit insurance.",[11,3799,3801],{"id":3800},"module-5-custody-and-security-for-stablecoin-holders","Module 5: Custody and Security for Stablecoin Holders",[16,3803,3804],{},"THE CUSTODY SPECTRUM. Holding crypto really means holding PRIVATE KEYS, and there is a spectrum of who holds them. At one end is FULLY CUSTODIAL: an exchange or provider holds the keys for you. It is convenient, your password is recoverable, and it feels like a bank account, but you are trusting that provider not to fail, freeze your funds, or get hacked. At the other end is FULLY SELF-CUSTODIAL: you hold the keys yourself, usually in a hardware wallet, a device that keeps the keys offline. In between sit software and mobile wallets and multi-signature setups. The trade-off is constant: more control means more responsibility, and less control means more counterparty trust.",[16,3806,3807],{},"\"NOT YOUR KEYS, NOT YOUR COINS.\" This crypto maxim, popularised by Andreas Antonopoulos, captures the core idea: if someone else holds the private keys, you do not truly own the coins, you own a claim against a custodian, and that claim is only as good as the custodian. When exchanges such as Mt. Gox and FTX failed, customer \"balances\" turned into unsecured claims in bankruptcy. Self-custody removes that counterparty entirely, at the cost of making YOU solely responsible for security and backup. Neither end of the spectrum is free of risk; you are choosing which risk you would rather carry.",[16,3809,3810],{},"EVALUATING A CUSTODIAL PROVIDER. If you do use a custodian, judge it on four things. SECURITY RECORD: has it been breached, and how are funds stored (cold storage offline versus hot wallets online)? RESERVES: does it actually hold customer assets one-for-one, ideally with proof-of-reserves, or does it lend them out behind the scenes? JURISDICTION AND REGULATION: is it licensed, where, and what protections apply to you if it fails? And OPERATIONAL TRANSPARENCY: audits, insurance, and a track record of reliable withdrawals. No custodian is risk-free, so the realistic goal is to pick a well-run, well-regulated one and to keep only what you need there for active use.",[16,3812,3813],{},"SEED-PHRASE SECURITY. A self-custody wallet is backed up by a SEED PHRASE, usually 12 or 24 words (a BIP-39 mnemonic) that encodes the private keys. Anyone who has the seed phrase controls the funds, and no one can restore it for you if you lose it. The rules follow directly: store it OFFLINE on paper or stamped metal, and never as a digital copy, because a photo, cloud note, email or screenshot is exposed to any malware or data breach. Keep MULTIPLE physical backups in separate secure locations so that fire, flood or theft in one place does not wipe you out. Never type the phrase into a website and never share it with \"support\", because no legitimate service will ever ask for it. The seed phrase is the single most valuable secret you hold, and it should be treated that way.",[16,3815,3816],{},"COMMON SCAMS, AND THE BASICS THAT STOP THEM. The dominant losses in crypto come from social engineering, not from anyone breaking cryptography. Watch for: PHISHING WALLET-APPROVAL requests, where a fake site prompts you to sign a transaction that quietly grants a contract permission to drain your tokens; FAKE BRIDGE or \"exploit\" sites and bogus airdrops that lure you into connecting a wallet; impersonation of \"support\" staff asking for your seed phrase; and address-poisoning that tricks you into copying a lookalike address from your history. The BASIC PRACTICES that prevent most loss events are unglamorous but effective: use a hardware wallet for any meaningful balance, verify URLs and contract addresses carefully, read what you are actually signing and revoke stale token approvals, keep a separate low-value \"hot\" wallet for day-to-day DeFi, never share the seed phrase, and slow down, because manufactured urgency is a scammer's main tool.",[200,3818,3820],{"id":3819},"worked-example-a-hotcold-split-that-caps-the-damage","Worked example: a hot\u002Fcold split that caps the damage",[16,3822,3823],{},"A user holds 20,000 USDC. Rather than leave it all on one exchange or in one hot wallet, they split it. They keep 1,000 USDC in a mobile hot wallet for day-to-day DeFi and payments, treating that as the amount they could afford to lose to a bad approval, and they move 19,000 USDC to a hardware wallet whose 24-word seed is stamped on metal and stored in two separate locations and never photographed. One day the hot wallet is drained by a phishing approval. The loss is capped at $1,000, because the other $19,000 lives in cold storage whose keys never touched an internet-connected device. A single structural decision put roughly 95% of the balance out of reach of the most common attack.",[200,3825,224],{"id":475},[16,3827,3828,3831],{},[22,3829,3830],{},"Q1. What does \"not your keys, not your coins\" mean?","\nA1. If a custodian holds your private keys, you own only a claim against that custodian rather than the coins themselves, and its failure (as with FTX) can leave you an unsecured creditor.",[16,3833,3834,3837],{},[22,3835,3836],{},"Q2. Why must a seed phrase never be stored digitally?","\nA2. A photo, cloud note, screenshot or email is exposed to any malware or data breach, and whoever obtains the phrase gains irreversible control of the funds.",[16,3839,3840,3843],{},[22,3841,3842],{},"Q3. How does a phishing wallet-approval scam drain funds?","\nA3. It tricks you into signing a transaction that grants a malicious contract permission to move your tokens, which the attacker then uses to transfer them out.",[16,3845,3846,3849],{},[22,3847,3848],{},"Q4. Name three criteria for evaluating a custodial provider.","\nA4. Any three of: security and storage record, proof-of-reserves, jurisdiction and regulation, and operational transparency such as audits and insurance.",[16,3851,3852,3855],{},[22,3853,3854],{},"Q5. What single practice caps most self-custody loss?","\nA5. A hot\u002Fcold split: keep only small day-to-day funds in a hot wallet and hold the bulk in a hardware wallet with offline seed backups.",[11,3857,3859],{"id":3858},"module-6-the-regulatory-landscape-for-stablecoins","Module 6: The Regulatory Landscape for Stablecoins",[16,3861,3862],{},"WHY REGULATION MATTERS TO A HOLDER. A stablecoin is ultimately only as good as the rules that force its issuer to hold, safeguard and honour the reserves behind it. For years stablecoins operated in a legal grey zone, and that is now changing quickly, with major jurisdictions writing specific rules on who may issue a stablecoin, what must back it, and how holders can redeem. The broad pattern is that clearer regulation tends to HELP well-structured, fully-reserved stablecoins, by validating them and forcing out the under-backed pretenders, while constraining the riskier designs. That is why the regulatory direction matters to anyone holding these tokens, not just to issuers.",[16,3864,3865],{},"THE UNITED STATES. Two threads run through the US picture. The first is a long JURISDICTIONAL DEBATE over whether a given crypto asset is a security (regulated by the SEC) or a commodity or derivative (regulated by the CFTC), an unresolved question that produced years of uncertainty. The second, and more decisive for stablecoins, is dedicated LEGISLATION: the GENIUS Act (the Guiding and Establishing National Innovation for U.S. Stablecoins Act) was signed into law on 18 July 2025, creating a federal framework for \"payment stablecoins\". It requires issuers to hold high-quality liquid reserves (cash and short-term Treasuries) that fully back tokens one-for-one, to publish reserve disclosures, and to be licensed and supervised. It is the clearest signal yet that fully-reserved dollar stablecoins are being brought inside the regulated perimeter rather than left outside it.",[16,3867,3868],{},"THE EUROPEAN UNION (MiCA). The EU's Markets in Crypto-Assets Regulation (MiCA) is the first comprehensive crypto framework in a major economic bloc. Its stablecoin rules cover \"e-money tokens\" (EMTs, pegged to a single fiat currency) and \"asset-referenced tokens\" (ARTs, referencing a basket or other assets), and they APPLIED FROM 30 JUNE 2024, with the remainder of MiCA applying from 30 December 2024. Issuers must be authorised, must hold segregated reserves that fully back the tokens with a minimum share kept as bank deposits, must honour redemption at par, and must publish regular disclosures. In practice MiCA requires any issuer serving EU users to be licensed and properly reserved, and it has already reshaped which stablecoins European venues are willing to list.",[16,3870,3871],{},"ASIA-PACIFIC. The region is moving fast and in the same direction. SINGAPORE: the Monetary Authority of Singapore (MAS) finalised a stablecoin framework on 15 August 2023 for single-currency stablecoins pegged to the Singapore dollar or a G10 currency, requiring low-risk reserves, redemption at par, and capital rules, with a \"MAS-regulated stablecoin\" label for those that comply. HONG KONG: the Stablecoins Ordinance came into operation on 1 August 2025, introducing a licensing regime, overseen by the Hong Kong Monetary Authority, for issuers of fiat-referenced stablecoins. Different jurisdictions, but the same core recipe: licence the issuer, mandate real reserves, and protect the holder's right to redeem.",[16,3873,3874],{},"RESERVE ATTESTATION, THE TRAVEL RULE, AND THE TRAJECTORY. Two cross-cutting themes tie the landscape together. RESERVE-ATTESTATION requirements force issuers to prove, on a regular published basis, that reserves exist and fully back the tokens, turning \"trust us\" into verifiable disclosure that directly protects holders. The TRAVEL RULE (FATF Recommendation 16) requires the providers on both ends of a transfer above a threshold, commonly the equivalent of USD or EUR 1,000, to exchange verified information about the sender and the recipient, extending anti-money-laundering rules to crypto and adding compliance steps at the on\u002Foff-ramps from Module 3. As for WHAT TO UNDERSTAND BEFORE COMMITTING: the rules differ by jurisdiction and are still settling, a stablecoin can be fully legal in one country and restricted in another, and issuers may freeze or delist tokens to stay compliant. The trajectory, though, points clearly toward more clarity, and that clarity generally rewards the fully-reserved, well-run stablecoins while squeezing out the opaque ones.",[200,3876,3878],{"id":3877},"worked-example-a-reserve-check-under-an-attestation-regime","Worked example: a reserve check under an attestation regime",[16,3880,3881],{},"An issuer reports 50,000,000,000 tokens (50 billion) in circulation. Under a fully-reserved rule it must hold at least $50 billion of high-quality liquid assets. Its monthly attestation shows $50.4 billion, made up of $12 billion in cash at regulated banks plus $38.4 billion of short-term US Treasuries. The coverage ratio is 50.4 \u002F 50.0 = 100.8%, so the tokens are fully backed with a small buffer, and any holder can read the same disclosure to judge redeemability. That is exactly the transparency reserve-attestation rules are designed to force. By contrast, an issuer that only publishes an unaudited claim, or whose \"reserves\" include illiquid or volatile assets, is riskier even if the nominal figure also reaches 100%.",[200,3883,224],{"id":537},[16,3885,3886,3889],{},[22,3887,3888],{},"Q1. What is the GENIUS Act and when did it become law?","\nA1. It is the US federal stablecoin law signed on 18 July 2025, requiring payment-stablecoin issuers to hold high-quality liquid reserves fully backing tokens one-for-one, to disclose those reserves, and to be licensed and supervised.",[16,3891,3892,3895],{},[22,3893,3894],{},"Q2. When did MiCA's stablecoin rules start applying in the EU, and what do they require?","\nA2. The EMT and ART rules applied from 30 June 2024 (the rest of MiCA from 30 December 2024); issuers must be authorised and hold segregated reserves that fully back the tokens, with redemption at par.",[16,3897,3898,3901],{},[22,3899,3900],{},"Q3. Name one Singapore and one Hong Kong development.","\nA3. Singapore: the MAS stablecoin framework finalised on 15 August 2023 for single-currency stablecoins. Hong Kong: the Stablecoins Ordinance in operation from 1 August 2025, licensing issuers of fiat-referenced stablecoins.",[16,3903,3904,3907],{},[22,3905,3906],{},"Q4. What is the Travel Rule and what does it require?","\nA4. It is FATF Recommendation 16, requiring the providers on both ends of a transfer above roughly USD or EUR 1,000 to exchange verified sender and recipient information, applying anti-money-laundering rules to crypto.",[16,3909,3910,3913],{},[22,3911,3912],{},"Q5. Why does clearer regulation tend to benefit fully-reserved stablecoins?","\nA5. Because it forces verifiable reserves and licensing, which validates well-backed issuers while squeezing out opaque or under-reserved designs.",[11,3915,571],{"id":570},[16,3917,574],{},[160,3919,3920,3929,3938,3947,3957,3966,3975,3984,3993,4002,4011,4020,4029,4038,4047,4055,4064,4073,4082,4091,4100,4109,4118,4127],{},[42,3921,3922,3924,3925,600],{},[22,3923,581],{},": A stablecoin is a cryptocurrency designed to hold a stable value, typically pegged to a fiat currency such as the US dollar. Federal Reserve (FEDS Notes), The stable in stablecoins, ",[584,3926,3927],{"href":3927,"rel":3928},"https:\u002F\u002Fwww.federalreserve.gov\u002Feconres\u002Fnotes\u002Ffeds-notes\u002Fthe-stable-in-stablecoins-20221216.html",[588],[42,3930,3931,3933,3934,1508],{},[22,3932,594],{},": Stablecoins fall into three design categories: fiat-collateralised, crypto-collateralised, and algorithmic. arXiv (academic survey), Reducing the Volatility of Cryptocurrencies - A Survey of Stablecoins, ",[584,3935,3936],{"href":3936,"rel":3937},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2103.01340",[588],[42,3939,3940,3942,3943,589],{},[22,3941,605],{},": TerraUSD (UST) was an algorithmic stablecoin whose peg relied on mint-and-burn arbitrage with LUNA; it collapsed in May 2022, destroying tens of billions of dollars in a death spiral. NBER (academic), Liu, Makarov & Schoar, \"Anatomy of a Run: The Terra Luna Crash\", ",[584,3944,3945],{"href":3945,"rel":3946},"https:\u002F\u002Fwww.nber.org\u002Fpapers\u002Fw31160",[588],[42,3948,3949,3951,3952,3956],{},[22,3950,616],{},": Stablecoins settle very large volumes on public blockchains and are a major share of on-chain transaction value. Visa Onchain Analytics, ",[584,3953,3954],{"href":3954,"rel":3955},"https:\u002F\u002Fvisaonchainanalytics.com\u002F",[588],", verified 2026-07, M1, M3",[42,3958,3959,3961,3962,654],{},[22,3960,627],{},": Tether (USDT) reports reserves backing the token and publishes periodic attestations of reserve composition. Tether, Transparency, ",[584,3963,3964],{"href":3964,"rel":3965},"https:\u002F\u002Ftether.to\u002Fen\u002Ftransparency\u002F",[588],[42,3967,3968,3970,3971,654],{},[22,3969,638],{},": In 2021 the CFTC ordered Tether to pay a $41 million penalty over statements that USDT was fully backed at all times. CFTC, Press Release 8450-21, ",[584,3972,3973],{"href":3973,"rel":3974},"https:\u002F\u002Fwww.cftc.gov\u002FPressRoom\u002FPressReleases\u002F8450-21",[588],[42,3976,3977,3979,3980,654],{},[22,3978,648],{},": About $3.3 billion of USDC reserves (roughly 8%) were held at Silicon Valley Bank; the reserve risk was removed and the depeg closed once access was restored. Circle, \"$3.3 Billion of USDC Reserve Risk Removed, Dollar De-peg Closes\", ",[584,3981,3982],{"href":3982,"rel":3983},"https:\u002F\u002Fwww.circle.com\u002Fpressroom\u002F3-3-billion-of-usdc-reserve-risk-removed-dollar-de-peg-closes",[588],[42,3985,3986,3988,3989,654],{},[22,3987,659],{},": USDC fell to about $0.87 during the March 2023 SVB crisis and regained its dollar peg after regulators said SVB depositors would be made whole. CoinDesk, \"USDC Stablecoin Regains Dollar Peg After Silicon Valley Bank-Induced Chaos\", ",[584,3990,3991],{"href":3991,"rel":3992},"https:\u002F\u002Fwww.coindesk.com\u002Fbusiness\u002F2023\u002F03\u002F13\u002Fusdc-stablecoin-regains-dollar-peg-after-silicon-valley-bank-induced-chaos",[588],[42,3994,3995,3997,3998,654],{},[22,3996,669],{},": DAI is a crypto-collateralised, over-collateralised stablecoin issued via MakerDAO vaults and governed by MKR token holders, with automatic liquidations to keep it backed. MakerDAO, The Maker Protocol White Paper, ",[584,3999,4000],{"href":4000,"rel":4001},"https:\u002F\u002Fmakerdao.com\u002Fen\u002Fwhitepaper\u002F",[588],[42,4003,4004,4006,4007,1562],{},[22,4005,679],{},": Cross-border payments rely on chains of correspondent banks holding nostro\u002Fvostro accounts, which adds time and cost. BIS (Committee on Payments and Market Infrastructures), Correspondent banking (final report), ",[584,4008,4009],{"href":4009,"rel":4010},"https:\u002F\u002Fwww.bis.org\u002Fcpmi\u002Fpubl\u002Fd147.pdf",[588],[42,4012,4013,4015,4016,1562],{},[22,4014,689],{},": The global average cost of sending remittances is about 6.4% (Q3 2025), against a UN Sustainable Development Goal target of 3%. World Bank, Remittance Prices Worldwide, ",[584,4017,4018],{"href":4018,"rel":4019},"https:\u002F\u002Fremittanceprices.worldbank.org\u002F",[588],[42,4021,4022,4024,4025,1562],{},[22,4023,700],{},": Grassroots crypto and stablecoin adoption is led by emerging markets, including high-inflation and high-remittance economies. Chainalysis, 2024 Global Crypto Adoption Index, ",[584,4026,4027],{"href":4027,"rel":4028},"https:\u002F\u002Fwww.chainalysis.com\u002Fblog\u002F2024-global-crypto-adoption-index\u002F",[588],[42,4030,4031,4033,4034,737],{},[22,4032,710],{},": DeFi provides financial services through smart contracts without a centralised intermediary. ethereum.org, Decentralized finance (DeFi), ",[584,4035,4036],{"href":4036,"rel":4037},"https:\u002F\u002Fethereum.org\u002Fen\u002Fdefi\u002F",[588],[42,4039,4040,4042,4043,737],{},[22,4041,720],{},": Liquidity providers on automated market makers face impermanent loss when the pooled assets diverge in price. BIS (Bank for International Settlements), Quarterly Review: Trading in the DeFi era, ",[584,4044,4045],{"href":4045,"rel":4046},"https:\u002F\u002Fwww.bis.org\u002Fpubl\u002Fqtrpdf\u002Fr_qt2112v.htm",[588],[42,4048,4049,4051,4052,1608],{},[22,4050,731],{},": Gas fees pay validators for computation and storage, are priced by network demand, are denominated in gwei, and since EIP-1559 split into a burned base fee plus a priority tip. Ethereum.org, Gas and fees, ",[584,4053,1579],{"href":1579,"rel":4054},[588],[42,4056,4057,4059,4060,779],{},[22,4058,742],{},": A self-custody wallet is backed up by a 12- or 24-word mnemonic (seed phrase) defined by the BIP-39 standard; anyone with the phrase controls the funds. Bitcoin BIPs, BIP-0039, ",[584,4061,4062],{"href":4062,"rel":4063},"https:\u002F\u002Fgithub.com\u002Fbitcoin\u002Fbips\u002Fblob\u002Fmaster\u002Fbip-0039.mediawiki",[588],[42,4065,4066,4068,4069,779],{},[22,4067,752],{},": Custody ranges from custodial to self-custodial; hardware wallets keep private keys offline (cold storage). ethereum.org, Security (wallets, hardware wallets and cold storage), ",[584,4070,4071],{"href":4071,"rel":4072},"https:\u002F\u002Fethereum.org\u002Fen\u002Fsecurity\u002F",[588],[42,4074,4075,4077,4078,779],{},[22,4076,763],{},": The failure of custodial exchange FTX turned customer balances into bankruptcy claims, illustrating custodial counterparty risk. U.S. SEC, Press Release 2022-219: SEC Charges Samuel Bankman-Fried, ",[584,4079,4080],{"href":4080,"rel":4081},"https:\u002F\u002Fwww.sec.gov\u002Fnewsroom\u002Fpress-releases\u002F2022-219",[588],[42,4083,4084,4086,4087,779],{},[22,4085,773],{},": Most crypto losses stem from scams and social engineering (phishing, malicious approvals, impersonation) rather than breaking cryptography. FBI (Internet Crime Complaint Center, IC3), Cryptocurrency fraud losses, ",[584,4088,4089],{"href":4089,"rel":4090},"https:\u002F\u002Fwww.fbi.gov\u002Fnews\u002Fpress-releases\u002Fcryptocurrency-and-ai-scams-bilk-americans-of-billions",[588],[42,4092,4093,4095,4096,1674],{},[22,4094,784],{},": The GENIUS Act, a US federal framework for payment stablecoins requiring full high-quality liquid reserves and issuer licensing, was signed into law on 18 July 2025. The White House, Fact Sheet: President Donald J. Trump Signs GENIUS Act into Law, ",[584,4097,4098],{"href":4098,"rel":4099},"https:\u002F\u002Fwww.whitehouse.gov\u002Ffact-sheets\u002F2025\u002F07\u002Ffact-sheet-president-donald-j-trump-signs-genius-act-into-law\u002F",[588],[42,4101,4102,4104,4105,1674],{},[22,4103,794],{},": The EU's MiCA regulates stablecoins as e-money tokens and asset-referenced tokens, with those rules applying from 30 June 2024 and the rest of MiCA from 30 December 2024. ESMA, Markets in Crypto-Assets Regulation (MiCA), ",[584,4106,4107],{"href":4107,"rel":4108},"https:\u002F\u002Fwww.esma.europa.eu\u002Fesmas-activities\u002Fdigital-finance-and-innovation\u002Fmarkets-crypto-assets-regulation-mica",[588],[42,4110,4111,4113,4114,1674],{},[22,4112,805],{},": MAS finalised its stablecoin regulatory framework on 15 August 2023 for single-currency stablecoins pegged to the SGD or a G10 currency, with reserve and redemption requirements. Monetary Authority of Singapore, \"MAS Finalises Stablecoin Regulatory Framework\", ",[584,4115,4116],{"href":4116,"rel":4117},"https:\u002F\u002Fwww.mas.gov.sg\u002Fnews\u002Fmedia-releases\u002F2023\u002Fmas-finalises-stablecoin-regulatory-framework",[588],[42,4119,4120,4122,4123,1674],{},[22,4121,1658],{},": Hong Kong's Stablecoins Ordinance came into operation on 1 August 2025, introducing an HKMA licensing regime for issuers of fiat-referenced stablecoins. Hong Kong Monetary Authority, Regulatory Regime for Stablecoin Issuers, ",[584,4124,4125],{"href":4125,"rel":4126},"https:\u002F\u002Fwww.hkma.gov.hk\u002Feng\u002Fkey-functions\u002Finternational-financial-centre\u002Fstablecoin-issuers\u002F",[588],[42,4128,4129,4131,4132,1674],{},[22,4130,1668],{},": The FATF Travel Rule (Recommendation 16) requires VASPs on both ends of a transfer above roughly USD\u002FEUR 1,000 to exchange verified originator and beneficiary information. FATF, Virtual Assets, ",[584,4133,4134],{"href":4134,"rel":4135},"https:\u002F\u002Fwww.fatf-gafi.org\u002Fen\u002Ftopics\u002Fvirtual-assets.html",[588],{"title":816,"searchDepth":817,"depth":817,"links":4137},[4138,4139,4143,4147,4151,4155,4159,4163],{"id":13,"depth":817,"text":14},{"id":3568,"depth":817,"text":3569,"children":4140},[4141,4142],{"id":3587,"depth":823,"text":3588},{"id":223,"depth":823,"text":224},{"id":3626,"depth":817,"text":3627,"children":4144},[4145,4146],{"id":3645,"depth":823,"text":3646},{"id":286,"depth":823,"text":224},{"id":3684,"depth":817,"text":3685,"children":4148},[4149,4150],{"id":3703,"depth":823,"text":3704},{"id":348,"depth":823,"text":224},{"id":3742,"depth":817,"text":3743,"children":4152},[4153,4154],{"id":3761,"depth":823,"text":3762},{"id":410,"depth":823,"text":224},{"id":3800,"depth":817,"text":3801,"children":4156},[4157,4158],{"id":3819,"depth":823,"text":3820},{"id":475,"depth":823,"text":224},{"id":3858,"depth":817,"text":3859,"children":4160},[4161,4162],{"id":3877,"depth":823,"text":3878},{"id":537,"depth":823,"text":224},{"id":570,"depth":817,"text":571},[3448,3451,3454,3457,3460,3463],{},"\u002Fcourses\u002Fstablecoin-payments",{"title":3423,"description":816},[3550,3553,3556,3559,3562,3565],"stablecoin-payments","courses\u002Fstablecoin-payments","A platform-neutral foundation in stablecoins and on-chain payments: what stablecoins are and the three ways they hold a peg, how USDT, USDC and DAI actually work and fail, moving money across borders faster and cheaper than correspondent banking, DeFi and gas-fee basics, custody and seed-phrase security, and the fast-moving regulatory landscape from the US GENIUS Act to MiCA and Asia-Pacific.","TBEdh6E0RqURxqNKuwbHuK3UfbTU-bVctqFf78tH_X4",1785318602202]