> side projects
The stuff I build when I'm off the clock — AI tooling, trust-minimised escrows, quant toys, ZK.
projects
AI Transaction Debugger
Agent that investigates failed EVM / Solana / TON transactions end-to-end. Pulls contract source, full traces, and EVM state at any point; proposes fixes and re-simulates them on Tenderly to verify. Roughly 90% of manual debug work, at 5–10¢ per query.
Chainfluence
Trustless influencer-marketing escrow on X. Brand locks funds, influencer posts the tweet, Chainlink CRE DON nodes fetch it independently and reach consensus on content hash / view count / post duration — payment settles on-chain with no middleman.
Crypto Portfolio Tracker
Multi-chain portfolio tracker with cost-basis accounting and tax-ready PDF reports. Reconciles wallet holdings across chains (including Aave staking positions), pulls live prices, matches tax lots. FastAPI + SQLite + WeasyPrint.
DeBazaar
Trustless digital-asset marketplace. Chainlink Functions verify off-chain delivery (API-gated goods, account transfers) before the escrow contract releases funds — no human arbiter, no KYC.
zkPPAR
Co-authoring an Ethereum standard for private, ZK-based account recovery. Guardian Registry with hashed recovery factors; 2FA reference design pairing Gmail DKIM signatures with ZK circuits.
tools & utilities
Kelly Criterion Toolbox
Kelly-sizing calculator tuned for Polymarket. Single-bet sizing, portfolio-level bankroll management, edge visualizer, and risk meter—one HTML file, no build step.
claude-sops
Two-tier secret management for Claude Code. Tier 1 encrypts API keys at rest (SOPS/age); Tier 2 adds a zero-knowledge proxy—private keys are signed locally and never reach the LLM. Includes transaction signing proxy, SDK, and leak-detection hooks.
Claude Tutoring Toolkit
Converts LLM tutoring sessions into polished learning materials—dark-mode PDFs with LaTeX math and inline SVG diagrams, plus short narrated animations with synthetic voice. Fully local, no cloud.