Overview
Fallen Icarus YouTube is a set of recorded walkthroughs for a desktop crypto wallet that has trading, lending, and options built directly into it. The videos are screen recordings: one person clicking through the app, placing an order, asking for a loan, and talking through each step. The presenter wrote the contracts he is demonstrating.
The wallet and the contracts behind it are Cardano software, published as P2P-DeFi, also called the DeFi Kernel: smart contracts for swapping tokens, borrowing and lending, writing options, and reselling the positions those create1. The design takes out the middleman: you build and sign your own transaction instead of handing it to an off-chain operator, and your funds stay at an address you control2.
Key Features
- A wallet walkthrough in six parts. The tutorials run in order through installation, everyday use, trading, borrowing and lending, options, and reselling positions, each a full demonstration rather than a highlight reel3.
- The discovery problem, solved on screen. If nobody pools the orders, how does a buyer find a seller? The answer shown here is beacon tokens: a tiny token attached to an offer as a tag, so anyone reading the ledger can filter for matches4.
- Order books argued from first principles. One talk examines why decentralized order books have struggled on public ledgers3. The protocol underneath settles trades as swaps that snap together rather than through a shared pool5.
- Lending with a credit record. Another walkthrough covers loans where the two sides negotiate terms directly, the borrower builds an on-chain credit history, and the lender's position becomes a token that can itself be sold on6.
- Several actions, one signature. The wallet's transaction builder works like a shopping cart: stack up what you want to do, then check out once, so the actions settle together in a single transaction2.
What to Expect
The channel page is bare. No description, no banner, no community tab, just twelve videos and a single playlist collecting the six-part wallet tutorial3.
Two groups sit inside that list. Seven are hands-on: a standalone demo that works as the entry point for a newcomer, then the six numbered walkthroughs. The other five argue a position: why order books belong on a public ledger, why applications should plug into one another, and whether what a user wants should be posted openly on chain or kept private3.
The talks use slides and narration rather than code. The tutorials ask more: the installation video builds the wallet from source code at the command line, and the later ones assume you followed along3. Its repository labels the software a prototype2.
The set is finished rather than running. The tutorial series completes its arc, an hour-long presentation of the design to the Cardano Foundation closes the run, and nothing has followed it. Read it as an archive: the videos explain how a design works rather than reporting news. The developer's own account sits in his interview with the Cardano Developer Portal1, the discovery mechanism is specified in CIP-89, a Cardano Improvement Proposal he co-authored4, and the code is public on GitHub7.
