Blockchain & Tokenization
Blockchain is a vertical where I work at two levels: advisory for organizations evaluating tokenization or digital asset strategy, and technical implementation for teams building on-chain.
My technical depth is primarily in Ethereum-compatible chains, Solidity, and Vyper. My strategic angle comes from following this space seriously since its early years.
Advisory
For organizations exploring blockchain without a technical team:
- Tokenization strategy — evaluating whether tokenization makes sense for your assets or business model, and what architecture that requires
- DeFi protocol evaluation — independent technical review of protocols before committing capital or building integrations
- Smart contract security review — audit-focused review of contract logic and attack surface before deployment
Technical Content
Articles and courses for developers building in DeFi and web3.
-
Low-Level Calls in Solidity
A deep dive into
call,staticcall,delegatecall, and the ABI encoding layer that powers dynamic contract interactions.
Vyper for DeFi — Course
A course on building production DeFi applications with Vyper. Intentional constraints, secure financial primitives, and real contract architecture.