ayush · final year cs · india

i build defi and backend systems.i learn how they break.

i go all the way down on whatever i build, because i can't ship something i don't understand. films and a content agency before this, so building and shipping aren't new to me, just the domain changed.

Uniswap Hook Incubator · #9open to internships · defi/backend

Download Resume

Obsession

what i think about

how things work underneath, and why they break. i go deep on the stuff i build, stablecoin design, lp mechanics, agent systems, and the backend underneath. right now that backend is auth and core infra for a pre-mainnet derivatives protocol, where being correct under load isn't optional. you can't build something good on top of something you don't understand, and that's the part i care about.

lately i've been obsessed with stablecoins. i read 70+ papers, wrote a survey, then turned it into a reserve design with an actuarial risk model. that's the pattern for most things i do: get curious, go all the way down, then build something with what i learned.

Log

what i've tried

wins, failures, pivots. the actual journey, not the polished resume version.

Reorg-safe stablecoin finality tracker, self-hosted.

Self-hosted Go service that tracks stablecoin transfer finality directly off the chain's finalized RPC tag instead of a guessed confirmation depth. Detects reorgs and recovers by walking back to the last block both chains agree on, then fires a signed HMAC-SHA256 webhook the instant a transfer is truly final. State persists to local SQLite for crash-safe restarts. Scoped deliberately to stablecoins only — no price oracle, no volatility between 'seen' and 'final', so 'safe to act on' is a guarantee that actually holds. No custody, no key management: it registers addresses you already control and watches them. 22 tests simulate reorgs on a fake chain; 79–84% statement coverage on the core packages.

HTTP/1.1 server built from scratch on raw TCP.

Built an HTTP/1.1 server directly on top of TCP, no net/http. Hand-wrote a streaming request/header parser with case-insensitive headers per RFC 9110, a response writer supporting fixed-length responses, chunked transfer encoding, and trailers, and a small reverse proxy that streams httpbin.org responses back chunk by chunk. Each connection runs on its own goroutine. The point wasn't to replace net/http, it was to actually understand what it's doing underneath by writing the wire-format handling myself. Parser tested against reads split across arbitrary byte boundaries so it never assumes a request arrives whole; 85–90% statement coverage.

UHI9 Hookathon. Shipped.

Built Prism for the Uniswap Hook Incubator Cohort #9 hackathon. A v4 hook that splits every LP deposit into LP-Y (zero IL, pure fee yield) and LP-D (absorbs IL, backed by USDC collateral). Protocols bid for LP-D on an on-chain order book — auto-filled atomically inside afterAddLiquidity. IL computed oracle-free using sqrtPrice at entry vs exit. Automated settlement via a Reactive Network RSC on Lasna that watches swaps cross-chain and fires callbacks — no keepers, no cron. 66/66 Foundry tests, 6 contracts across 2 chains, full dApp live on Unichain Sepolia.

Joined nQ-Swap as Junior Full-Stack Engineer.

First real engineering role. Pre-mainnet high-frequency derivatives protocol — auth systems, core backend infrastructure, shipping fast in a codebase that doesn't wait for you. TypeScript, Node.js, React. The kind of codebase where you learn more in a week than in a month of solo projects.

ETHGlobal OpenAgents. Submitted.

Self-improving DeFi agent with verifiable reasoning and on-chain reputation. 3-step LLM pipeline (Researcher → Strategist → Critic) with OpenRouter attestation IDs, MongoDB evidence bundles, and 0G Chain contracts for agentId + reputation tracking. The core insight: every strategy evolution explicitly cites prior failures, making learning provable. Built the full stack from KeeperHub integration to contract deployment on 0G Galileo testnet. Didn't place in judging, but the infrastructure for trustworthy DeFAI is solid.

Activity
Proof
15+
hackathons, mostly defi and agentic
70+
papers read for one stablecoin survey
80+
reviewed prs shipped to production

let's make something

i'm looking to intern with people building hard defi and backend problems, protocol mechanics, infra, agent systems. that's where i'm strongest and where i actually want to be. if there's an adjacent role my background fits better, i'm open to that case too, just don't make me guess what you need.

i bring range across contracts, backend, and research, a habit of going all the way down on whatever i'm building, and a fast build-learn loop from 15+ hackathons and a creative career before this.