Founder & Lead Engineer at Hodl.fun
September 2025 to February 2026- Built and shipped a cross-chain token launchpad on Push Chain from zero to production, owning architecture, smart contracts, backend, and frontend
- Solved a core DeFi UX problem (token launches trapped on a single chain) by enabling launches and trades with assets from any supported chain (ETH, SOL), no bridging required, via Push Chain's universal account system
- Scaled to ~800K transactions and 500K+ token launches on testnet
- Wrote the bonding-curve engine into a modular, upgradeable system: separate Core orchestrator, Factory, per-token BondingCurve, and an ERC4626 FeeVault for fee management, with proper constant-product AMM math and virtual reserves for smoother price discovery
- Integrated Uniswap V3 for automatic DEX listing once a token's bonding curve hits its liquidity target, graduating it from the internal curve to full open-market trading
- All contracts upgradeable via UUPS proxy pattern, with reentrancy protection, access control, and invariant checks
- Shipped a full-stack system: Foundry smart contracts, NestJS backend, Next.js frontend
- Runner-Up, Project G.U.D hackathon (Push Chain)
- Live at thehodl.whyparabola.online
SolidityFoundryTypeScriptNext.jsethers.jsUniswap V3