Skip to content
Ethereum security — contests · CTFs · tooling · writing

Security research

Adversarial thinking, applied. I re-implement protocols to understand them, fuzz them to break them, and write up what I find.

01Training & practice

Guild Audit Academy — Security Research Fellowship

4-month intensive · 2025

A fellowship focused on producing senior blockchain engineers and security researchers through hands-on coding, security exercises, and weekly code reviews.

  • Re-implemented the MasterChef staking protocol in pure Yul (assembly)
  • Deep-dived and re-implemented Uniswap V2 from scratch
  • Advanced patterns: proxies, clone factories, metamorphic contracts
  • Unit and property-based testing (fuzzing) methodologies

02Professional audits & contests

Blockchain Security Researcher — 33Labs

May 2026 → Now · Uniswap Foundation whitelisted service provider

Client audit work at a Web3 security and engineering firm — manual analysis and advanced tooling across DeFi protocols and Uniswap v4 hooks.

Engagements
  • Private smart-contract audits for client protocols
  • Client reports publish here as disclosure allows

03CTF & wargame record

04Security tooling

BlockSploit — AI on offense

An AI-driven security tool that autonomously identifies and exploits smart-contract vulnerabilities. In active development.

PythonSolidityJavaScript

Analysis stack

  • SlitherStatic analysis
  • Echidna · MedusaFuzzing
  • Foundry FuzzProperty testing
  • AderynStatic analysis

05Writing