Skip to content
View Sushmit94's full-sized avatar

Highlights

  • Pro

Block or report Sushmit94

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
Sushmit94/readme.md

Typing SVG


TRI AI Cohort Uniswap Hook Incubator Midnight IOG


◈ About

const sushmit: Builder = {
  education:   "B.Sc. CSE · LNMIIT Jaipur · 2024–2028",
  focus:       ["ZK Systems", "Multi-Agent AI", "DeFi Protocols", "Distributed Backends"],
  deployments: "20+ smart contracts · EVM mainnets + Solana",
  currently:   "Building at the frontier of AI × Blockchain",
  principle:   "When the library is missing — fork it. When the protocol is slow — rewrite it.",
};

contribution snake

I'm a self-taught systems builder from Jaipur focused on the hardest intersection in tech right now — verifiable AI and on-chain intelligence. I've shipped prediction markets on Celo mainnet, ZK privacy systems on Solana, multi-agent payment visualization engines, and real-time collaborative backends — all from scratch, as a 2nd-year undergrad.

Selected for the TRI AI Cohort (Google DeepMind) and Uniswap Hook Incubator. Ambassador for Midnight (IOG) — Cardano's zero-knowledge privacy stack.



◈ Flagship Projects

AI Agent Micropayment Visualizer · Monad × x402

Interactive force-directed graph visualizing AI agent payment flows across high-throughput networks. Renders 100K+ nodes/edges at 60+ FPS with zero UI lag.

  • Automated pipeline detection — clusters settlement chains & recurring payment patterns
  • Accelerated debugging of autonomous AI interactions by 80%
  • TypeScript · Force-Directed Graph · Monad · x402

Live Repo

Polymarket-style Prediction Market · Celo Mainnet

LMSR-pricing smart contracts using GoodDollar (G$) as collateral with sybil-resistance via GoodDollar Identity SDK. Live on mainnet, contracts verified on-chain.

  • Custom TypeScript block indexer for sub-second market state reads
  • Fastify REST + WebSocket API with Redis pub/sub for real-time price streams
  • Solidity · TypeScript · Fastify · PostgreSQL · Redis · Next.js · wagmi/viem

Live Repo

Decentralized AI Inference · Cortensor × x402

Fractal mesh of AI inference nodes with micropayment-gated access via x402 protocol. Nodes self-organize, route tasks to available compute, and settle payments atomically.

  • Trustless, permissionless AI inference at the edge
  • x402 micropayments · Cortensor · Multi-agent orchestration

Repo

Privacy-Preserving Email Security · Solana + ZK Proofs

ZK-based phishing/malware detection DApp — client-side threat scoring without exposing email content. Proactive defense against 99% of common email threats.

  • SHA-256 ZK proof artifacts submitted as immutable records to Solana via Anchor
  • Decentralized email fetching via Mailchain · Phantom Wallet auth
  • ZK Proofs · Solana Anchor · Rust · Mailchain · React

Repo

⊕ More Projects

CollabFlow — Real-time collaborative workspace · Yjs CRDTs · Redis Pub/Sub · WebSockets · <50ms propagation latency · same sync model powering Notion & Figma

Solidity CTF Platform — "LeetCode for Solidity" · Docker-sandboxed Foundry execution workers · BullMQ job queue · Redis bytecode caching reducing recompilation by ~70%

AI Drive Yield — FastAPI microservice delivering DeFi yield allocation across 50+ protocols at 10,000+ QPM · improved portfolio Sharpe ratios 25% in backtests · $1M+ in automated DeFi strategies


◈ Tech Stack

Languages

TypeScript Solidity Rust Python JavaScript

Frontend

Next.js React Three.js WebGPU Tailwind

Backend & Infra

Fastify FastAPI PostgreSQL Redis Docker BullMQ

Blockchain / ZK

Ethereum Solana Foundry wagmi Midnight Noir

AI / ML

Claude API LangChain AutoGen OpenAI


◈ Achievements

Recognition
🧠 TRI AI Cohort — Selected by Google DeepMind for AI research & engineering
🦄 Uniswap Hook Incubator Graduate — Competitive DeFi protocol engineering by Uniswap Foundation
🔮 Midnight (IOG) Ambassador — ZK privacy tech · Cardano ecosystem
🔗 Organizing Committee · LNMhacks 7.0 · Web3 + Blockchain Track
🌐 20+ Smart Contracts deployed across Ethereum & Solana mainnets

◈ GitHub Stats


◈ Connect

LinkedIn Twitter / X Email GitHub


Pinned Loading

  1. MonadX MonadX Public

    MonagentX is a comprehensive developer platform for building, debugging, and monitoring AI agents on Monad EVM using the x402 protocol

    TypeScript

  2. zk-mail zk-mail Public

    A decentralized email security system that analyzes emails for phishing, spam, and malware threats, then submits cryptographic proofs to the Solana blockchain for transparent, tamper-proof reputati…

    TypeScript

  3. aidriveyield aidriveyield Public

    FastAPI microservice providing AI-driven yield predictions and risk analysis for DeFi protocols.

    Python

  4. Fractal-Inference-Swarms Fractal-Inference-Swarms Public

    A production-grade distributed inference system that decomposes complex tasks, routes them through Cortensor nodes, validates outputs, and distributes micropayments based on performance.

    TypeScript

  5. predictionmarkets predictionmarkets Public

    CeloMarket is an open, permissionless prediction market protocol — think Polymarket, but on Celo. Anyone with a verified GoodDollar identity can create markets, buy YES/NO shares on real-world even…

    Solidity