Skip to content
View ayush18pop's full-sized avatar

Highlights

  • Pro

Block or report ayush18pop

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ayush18pop/README.md

Ayush

Backend and protocol engineer. I build production infrastructure, research trust systems, and ship onchain protocols.


Profile view counter on GitHub

Selected Work

Prism Hook Uniswap v4 hook that splits LP positions into LP-Y (zero impermanent loss, pure fee yield) and LP-D (USDC-collateralized IL absorber) ERC-1155 tokens. Oracle-free IL via the funded-LP formula, automated settlement via Reactive Network RSC, 56 Foundry tests at 90%+ branch coverage. Deployed on Unichain Sepolia. Uniswap Foundation Hook Incubator — Cohort #9

InfluenceRank EigenTrust adapted to citation graphs with exponential time-decay and journal-quartile priors. TypeScript ingestion pipeline over OpenAlex API, PostgreSQL/Prisma graph model, iterative convergence solver. Validated on 3,000+ papers and 150,000+ citations. Springer LNNS — Accepted, SmartCom 2026

StrategyForge Multi-agent orchestration platform with a 3-step attested reasoning pipeline (Researcher → Strategist → Critic), failure-context memory, self-evolving workflows, and on-chain attestation registry. ETHGlobal OpenAgents 2026

go-http An HTTP/1.1 server implemented from scratch in Go, directly on top of TCP, with no net/http on the server side. It parses raw request bytes off the wire, and writes responses (status lines, headers, chunked encoding, trailers) by hand, byte for byte, according to the HTTP/1.1 spec. just for fun


Stack

TypeScript · Go · Node.js · PostgreSQL · Solidity · Foundry · Next.js · Docker · Prisma


Recognition

  • Springer LNNS — InfluenceRank accepted at SmartCom 2026
  • Uniswap Hook Incubator — Alum, Cohort #9
  • Yellow Network Acceleration Program — Semifinalist, top 15, $25K pool
  • Monad Blitz — 1st place, $500

LinkedIn Email X Website

Pinned Loading

  1. Surety Surety Public

    Open source stablecoin payment infra you self-host instead of building from scratch.

    Go 5

  2. Prism Prism Public

    LP yield without impermanent loss. UHI 9 capstone project

    TypeScript

  3. go-http go-http Public

    Implementing HTTP/1.1 from scratch using TCP. no standard library http package used.

    Go 1

  4. StrategyForge StrategyForge Public

    Self-improving DeFi strategy agent with provable reasoning and on-chain memory. Trust layer for KeeperHub's strategy marketplace.

    TypeScript 1

  5. stockshield.eth stockshield.eth Public

    The Protection Layer for Tokenized Stock LPs

    TypeScript 3 1

  6. stablecoin stablecoin Public

    A minimal stable coin implementation in foundry/solidity

    Solidity