These aren't hypothetical career paths — they're composites based on real professionals who made the transition. Each journey illustrates a different entry point, timeline, and outcome to help you find the path that matches your background.
Key learning: My risk modelling background transferred directly — DeFi protocols are just financial instruments with transparent on-chain mechanics.
"Don't try to learn Solidity first. Learn how protocols actually work — the economics, the risk surfaces, the governance. Technical skills follow naturally once you understand what you're building."
Key learning: SQL is SQL. The blockchain is just another data source — once I understood the schema (blocks, transactions, logs, traces), everything clicked immediately.
"Start with Dune. Write 10 queries, publish them publicly. That portfolio will get you interviews faster than any certification."
Key learning: DAOs face exactly the same coordination problems as any organisation — strategy, incentives, accountability. The tools are new but the problems are ancient.
"Get involved with a DAO before you apply to work for one. Contribute to governance discussions, write proposals, volunteer for working groups. The hiring process in Web3 is relationship-first."
Key learning: Audit is advanced QA. You're hunting for edge cases in adversarial conditions where someone with $10M at stake is trying to break your assumptions. QA instincts translate perfectly.
"The Damn Vulnerable DeFi repo is where you start. Work through every challenge, understand every exploit. Then audit real protocols — even if just for practice — and publish your findings on GitHub."
Key learning: Product fundamentals don't change — understand your users, define the problem, ship iteratively. The Web3 context adds wallet UX, gas cost constraints, and protocol composability as new dimensions.
"Build something. Even a simple front-end connecting to an existing protocol. The fastest way to understand Web3 product challenges is to hit them yourself — wallet connection UX alone will teach you more than six months of reading."