Skip to content
View amsorrytola's full-sized avatar
  • IIT ROORKEE
  • Roorkee
  • 16:38 (UTC +05:30)

Highlights

  • Pro

Block or report amsorrytola

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
amsorrytola/README.md

πŸ’« About Me

πŸ›οΈ 4th year student at IIT Roorkee (Integrated BS-MS, Economics).
πŸ’» I build at the intersection of AI Β· Blockchain Β· Backend Β· DevOps β€” agentic systems, sovereign-memory frameworks, on-chain AI, and high-throughput data pipelines.
πŸ₯‡ EthOnline 2025 β€’ πŸ₯‡ Starknet ReSolve 2025 β€’ πŸ₯‡ ETHGlobal New Delhi 2025 β€’ πŸ₯‡ StackTooDeep 2024 β€’ πŸ₯‡ Syntax Error 2024 β€’ πŸ† Coinbase Prize Pool (Agentic Ethereum) β€’ πŸ₯‡ Bit-by-Bit 2025 β€’ πŸ₯‡ Technical General Championship (Polkadot) β€’ πŸ₯ˆ RuleZ x AI Hackathon (OpenZ)
βš’οΈ Open-source contributor at Protocol Labs Dev Guild (PLDG) Β· Buidler at BuidlGuidl Batch 15
πŸ‘― Open to collaborate on AI agents, multi-agent systems, DeFi, on-chain AI, and backend/infra projects.


πŸ’Ό Experience

  • Protocol Labs Dev Guild (PLDG) β€” Open Source Contributor Β Β·Β  Jan 2026 – Mar 2026 Cross-chain message decoders (Wormhole, Chainlink CCIP v1.2, LayerZero) in Go, AkaveLog distributed log-ingestion system, and the Storacha rclone cross-cloud CLI. PRs listed below.

  • Freelance (Contract) β€” AI Backend Engineer Β Β·Β  Dec 2025 – Feb 2026 Built an agentic AI backend for CPA-firm benchmarking: FastAPI + LangGraph + Gemini, natural-language-to-SQL, multi-step tool-calling state machine, persistent multi-turn sessions over MySQL, dockerized deployment.

  • Freelance (Contract) β€” Full-Stack AI Engineer (LekhaPal) Β Β·Β  Sep 2025 – Nov 2025 Mobile-first OCR + data-extraction backend (Node.js, Express, Prisma) powered by Gemini multimodal AI. Converts PDFs/Excels/CSVs/photos into editable tables with Hindi + English OCR; ships to a production React Native client.

  • BlockSeBlock β€” Blockchain Developer Intern Β Β·Β  Jun 2025 – Jul 2025 Built LexAI, an on-chain AI assistant on ICP using Rust with persistent state, LLM workflows, and full-stack Next.js integration.


πŸš€ Featured Projects

  • πŸ›‘οΈ SovereignClaw β€” Sovereign-Memory Multi-Agent AI Framework on 0G GitHub β†’ Open-source multi-agent framework: encrypted sovereign memory on 0G Storage (AES-256-GCM, wallet-derived KEK), ERC-7857 iNFT lifecycle with EIP-712 oracle proofs, TEE-attested LLM inference via 0G Compute Router, and a Next.js visual builder (ClawStudio) with drag-and-drop β†’ code β†’ one-click iNFT deploy. 5 npm packages, 2 Solidity contracts live on 0G Galileo, 1.5 s cryptographic memory-revocation latency.

  • πŸ€– YieldCraft GitHub β€’ Demo β€” Won πŸ₯‡ 1st at ETHGlobal New Delhi (Hedera Track β€” $2,000). β†’ AI-powered cross-chain DeFi yield optimizer for all your assets.

  • πŸ›‘οΈ SaucerHedge GitHub β€’ Demo β€” Won πŸ₯‡ 1st at ETHOnline 2025 (Hedera Γ— Lit Protocol β€” $1,000). β†’ AI-powered hedging protocol against IL for SaucerSwap LPs on Hedera.

  • ⚑ BitYield Protocol GitHub β€’ Demo β€” Won πŸ₯‡ 1st at Starknet ReSolve Hackathon (StarkWare Prize Pool β€” $2,500). β†’ Bitcoin-native yield optimization protocol with AI agents automating strategies across multiple Starknet protocols.

  • 🧠 Hyperion RuneLand GitHub β€” Won πŸ₯‡ Technical General Championship (Polkadot Problem Statement), IIT Roorkee 2025. β†’ 2D decentralized game running on Bitcoin via the Runes Protocol.

  • πŸŒ‰ Secure Invoice β€” On-chain Real-Time Payments & Invoicing GitHub β€” Won πŸ₯‡ at Bit-by-Bit, Cognizance. β†’ Invoicing + real-time payments for freelancers, private tutors, mentors, and gig workers.

  • πŸ”‹ Gas Abstraction Wallet (ERC-4337) GitHub β€” Won πŸ₯‡ at Syntax Error 2024. β†’ Account-abstraction wallet that auto-pays gas fees for small transactions using a local pool.

  • 🧠 AI Agent–Assisted DeFi Learning Platform (DeFi Dojo) GitHub β€” Won πŸ† Coinbase Prize Pool, Agentic Ethereum. β†’ Interactive platform where AI agents guide users through DeFi concepts, simulate strategies, and tailor learning paths.


πŸ› οΈ Open Source

A selection of PRs shipped during my Protocol Labs Dev Guild cohort across three flagship repos.

Storacha / rclone β€” cross-cloud CLI (S3 ↔ Storacha ↔ IPFS via CIDs)

  • PR #6 β€” cp command (S3 β†’ Storacha) with streaming upload
  • PR #7 β€” S3 object deletion with batch support
  • PR #8 β€” storacha-rm command for removing uploads from a Storacha space
  • PR #9 β€” storacha-get command to download files from Storacha
  • PR #10 β€” Bidirectional cp command (Storacha ↔ S3)

AkaveLog / akave-pldg β€” distributed log ingestion in Go

  • Issue #24 β€” Phase 3: Storage Layer (Akave O3 integration)
  • PR #14 β€” Phase 4: Metadata indexing layer (PostgreSQL)
  • PR #15 β€” Phase 5: Streaming query engine
  • PR #16 β€” Phase 6: Log Explorer frontend
  • PR #17 β€” Phase 7: Alerting layer (threshold/keyword workers)
  • PR #20 β€” Phase 8: Identity layer / API-key auth

Akave Crosschain Archive β€” Go decoders + REST APIs

  • PR #29 β€” Wormhole protocol decoder (VAA parsing, address normalization)
  • PR #31 β€” Chainlink CCIP v1.2 decoder (ABI decoding via reflection)
  • PR #40 β€” Address History + Message Trace REST APIs
  • PR #41 β€” Analytics & stats layer (WIP)

πŸ’» Tech Stack

Languages Go Rust TypeScript JavaScript Python Solidity Cairo C++

AI / ML LangGraph LangChain Gemini OpenAI

Backend / Infra Node.js Express FastAPI PostgreSQL MySQL Prisma Redis

Blockchain Ethereum 0G ICP Hedera IPFS Foundry

Cloud / DevOps AWS Docker Vercel Railway GitHub_Actions Linux Git


🌐 Socials

X LinkedIn Telegram Farcaster

Pinned Loading

  1. storacha-rclone storacha-rclone Public

    Forked from gulshanpr/storacha-rclone

    Go 1

  2. akave-pldg akave-pldg Public

    Forked from anuragShingare30/akave-pldg

    Go 1

  3. akave-crosschain-archive akave-crosschain-archive Public

    Forked from Patrick-Ehimen/akave-crosschain-archive

    Unified indexer & archival system for cross-chain bridge transactions (Wormhole, LayerZero, Axelar, CCIP) with PostgreSQL hot storage and Akave O3 Parquet archival.

    Go 1