First-account learner (P15) · 13 units
Start at the beginning, and learn to read the receipt
This is a starting point, written for someone opening a first account and meeting the market for the first time. It goes slowly and in order: what a chart actually is, how price and volume behave, and the plain mechanics of an option — then how agents work under the hood, and how Kestrel turns any run into a record you can recompute and check for yourself. The habit worth forming early is reading the receipt rather than the hype; every unit ends on a command you can run.
Start the pathWhat a chart actually is- Market fundamentals · BeginnerWhat a chart actually isA chart is an event record, not a picture. It plots price against time, and each candle compresses one interval into four numbers: the open and close, where price started and ended, and the high and low, how far it reached each way. The body spans open to close; the thin wicks mark the extremes. Colour encodes direction only — green closed above its open, red below — never good or bad. Read left to right, a run of candles becomes a sentence: where price began, what it tested, where it settled. A chart records what happened and when. It does not encode why, and it does not tell you what happens next. Learning to read one is learning the alphabet before you can read the words. This unit defines the candle, then reads a generic session as a story you can run and recompute yourself.
- Market fundamentals · BeginnerPrice moves, volume confirmsPrice tells you where the market went; volume tells you how much conviction carried it there. Volume is the count of shares or contracts that actually changed hands in an interval, drawn as a bar beneath each candle. A large move on heavy volume is a push — many participants agreed and acted, so the move has weight behind it. The same-sized move on thin volume is a drift — few hands, easily unwound, a question rather than an answer. Volume never predicts direction; it grades the move that already happened, separating a committed break from a listless one. So the reading order is fixed: price for the what, then the volume beneath it for the how-much. A move with no volume behind it is not wrong, only unconfirmed. This unit reads a generic volatile session where volume surges and fades, then hands you the same session to recompute yourself.
- Market fundamentals · BeginnerThe same tape at three zoom levelsA timeframe is the interval each candle compresses — one minute, one hour, one day. It is a zoom level, not a different market: the 1-minute, 1-hour, and 1-daily chart of one session are the same events at three resolutions, and the timeframe you pick changes the story you read. Zoom in and every wiggle is a candle, so the tape looks busy and every pullback feels urgent. Zoom out and those same wiggles collapse into one long body, so a frantic hour reads as a calm step. Neither view is more true; each answers a different question. So the rule is to match the frame to the question you are actually asking — a fast-moving read wants a fine frame, a where-are-we read wants a coarse one. This unit walks one generic session across three zoom levels, then hands you that session to recompute and re-zoom yourself.
- Market fundamentals · BeginnerThe two pricesThere is never one price — there are two. The bid is the highest price a buyer is currently willing to pay; the ask is the lowest price a seller will accept. The gap between them is the spread, and the mid is just their average, a convenient fiction no one actually trades at. The last price is only the most recent trade, already history. To buy right now you cross the spread and pay the ask; to sell right now you hit the bid. That crossing is a real cost, paid on entry and again on exit, and it is why the price a chart draws — usually the last or the mid — is not the price you get filled at. A wide spread makes that cost large; a tight one makes it small. This unit shows where the two prices sit against the chart's single line, then hands you a real filled trade to recompute.
- Market fundamentals · BeginnerWho is on the other sideEvery trade has two sides, and the other side is always someone with a reason. Four rough groups fill the book. Market makers quote both bid and ask and earn the spread; they want flow and balance, not a direction. Institutions move size and often must trade — a fund rebalancing, a hedge being set — so their why is a mandate, not a view. Retail traders move small and discretionary, in and out by choice. Algorithms execute rules at machine speed, from spread-capture to liquidation. Knowing this reframes a fill: someone took the other side, and whether they were forced, indifferent, or eager is information about the move. A seller who must sell into a crash is not the same signal as one who chose to. This unit reads a stressed generic session for who was likely on each side, then hands you that session to recompute yourself.
- Options · BeginnerCalls and puts, rights and obligationsAn option is a contract, not a share. A call gives its buyer the right — never the duty — to buy 100 shares of an underlying at a fixed strike price, with a fixed expiry as the deadline; a put gives the right to sell at the strike. The buyer pays a premium up front for that right and can walk away; the most they lose is the premium. On the other side, the writer collects the premium and takes the obligation: if the buyer exercises, the writer must deliver. That asymmetry — a right on one side, an obligation on the other — is why optionality has a price at all. This unit defines the call and the put, separates the buyer from the writer, and reads a generic contract as what it is: a priced choice about the future, settled on a deadline you agree to at the start.
- Options · BeginnerMoneyness and the clockMoneyness describes where the strike sits relative to the current price. A call is in-the-money (ITM) when price is above the strike, at-the-money (ATM) when they are level, and out-of-the-money (OTM) when price is below; for a put the directions flip. Moneyness is not fixed — it moves every time the underlying moves, so an OTM call becomes ATM then ITM as price rises past its strike. Expiry is the contract's deadline: the date after which the right simply ends. Picking a strike and an expiry is a statement about how far you think price could travel and by when. This unit places three strikes around a generic price, shows how each one's moneyness changes as price moves, and frames the clock as the second axis every option is priced on alongside the strike.
- Kestrel-native · IntermediateThe receipt you can re-verify yourselfA proof URL is a certified Grade served as a public, anonymous, read-only artifact — no account, no key, no login. Two independent checks make it trustworthy without trusting the server. In a browser, the page fetches kestrel's published verify key from a well-known document and re-verifies the Grade's Ed25519 signature client-side, against the artifact's pinned roots. On the command line, the CLI goes further and recomputes the whole record byte for byte on your own machine, then asserts it matches. Either way you trust the math, not the server's word for it. That is why a proof URL is the conversion evidence an agent hands its human at the end of a free trial: it is a shareable, re-verifiable object, not a screenshot or a claim. This unit explains what a proof URL contains, the two checks anyone can run, and why the receipt is the atom the whole trust chain is built from.
- Autonomous agents · BeginnerAn agent, a chatbot, and a macro are not the same thingAn AI agent is software that perceives a situation, decides what to do, and takes action toward a goal — then repeats that loop. That is the line that separates it from two things it is often confused with. Automation is a fixed script: it repeats the same steps and cannot adapt when the situation changes. A chatbot only produces text: you ask, it answers, and nothing happens in the world. An agent is different because it takes actions in real systems — it looks something up, fills a form, places an order — and adjusts based on what it sees. For an executive meeting agents for the first time, one distinction matters most: a chatbot talks, automation repeats, and an agent acts and adapts toward an outcome you set. Everything else about agents — models, memory, tools — is detail underneath that one loop.
- Autonomous agents · BeginnerThe engine, the desk, and the filing cabinetAn agent has three plain parts. The model is the reasoning engine — the part that reads a situation and decides what to do. The context window is what the model can see and hold in mind right now: everything you have told it this session, the data it just fetched, its own recent steps. It is finite, like a desk — only so much fits at once, and when it fills, older items fall off. Memory is what survives between sessions: the filing cabinet the agent files things into and pulls back out later. The model is powerful but forgetful — on its own it retains nothing once the desk is cleared. So what an agent can reliably do depends less on how clever the model is than on what sits on its desk and in its cabinet at the moment it decides. Manage those two and you manage the agent.
- Autonomous agents · IntermediateWhere agents fail (honestly)Before trusting an agent, an executive should understand exactly how they fail — and the honesty here is the point. The first mode is hallucination: an agent can be confident, fluent, and wrong, stating something false in the same assured tone it uses for the truth. The second is drift: over a long run it slowly wanders off the original task, each step reasonable, the destination not. The third is overconfidence paired with silent errors — failures that look like success, where nothing raises an alarm and the wrong result simply flows onward. These are not bugs waiting for a patch. They are properties of the technology, to be bounded rather than eliminated: hard limits on what the agent may do, human sign-off where the stakes are real, and verifiable evidence of what actually happened instead of the agent's own word. Grasping this is the honest foundation for trusting one at all.
- Options · IntermediateTheta: the price of timeTheta is how much an option's value decays with the passage of one day, all else held equal. It acts on extrinsic value — the time-and-chance portion of the premium — draining it toward zero as expiry approaches. Theta is negative for the option buyer, who watches value bleed away each day the underlying sits still, and positive for the writer, who collects that decay. The decay is not linear: it accelerates as expiry nears, so an at-the-money option loses time value fastest in its final days. Weekends still count — three days of decay are priced in even though markets are shut for two of them. This unit reads theta on the same generic at-the-money call from the delta and gamma units, framing time value as rent the buyer pays and the writer collects, with no claim about which side wins.
- Options · AdvancedThe mechanics of selling premiumSelling premium means taking the other side of an option: you collect its price up front and take on the obligation the buyer paid for. Three common structures share that mechanic. A covered call sells a call against stock you already own, so the shares stand behind the obligation. A cash-secured put sells a put with cash set aside to buy the stock if assigned. The wheel simply alternates the two. In every case the payoff is inverted from a buyer's: bounded gain — the premium collected, plus any capped move in the stock — set against a much larger obligation on the other side. Time is the seller's tailwind, since theta works for the position, while a sharp move against it is the exposure. This unit lays out the mechanics and the risk shape of each structure on a generic instrument — what the seller is obligated to, and where the exposure sits — not whether to sell, and not that it works.