Skip to content
View amsorrytola's full-sized avatar
  • IIT ROORKEE
  • Roorkee
  • 10:34 (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.

  • BlockSeBlockBlockchain 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 GitHubDemo — Won 🥇 1st at ETHGlobal New Delhi (Hedera Track — $2,000). → AI-powered cross-chain DeFi yield optimizer for all your assets.

  • 🛡️ SaucerHedge GitHubDemo — Won 🥇 1st at ETHOnline 2025 (Hedera × Lit Protocol — $1,000). → AI-powered hedging protocol against IL for SaucerSwap LPs on Hedera.

  • BitYield Protocol GitHubDemo — 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 for OpenSre -- The open-source framework for AI SRE agents, and the training and evaluation environment they need to improve. Connect the 60+ tools you already run, define your own workflows, and investigate incidents on your own infrastructure.

  • PR #2891 -- This PR delivers the P1 scope of issue #2831 — three read-only Redis investigation tools that extend coverage beyond the baseline diagnostics (server info, slowlog, replication, key scan). Following the issue guidance to "start with P1 and ensure a demo is there e2e", it targets the highest-signal diagnostics for the most common Redis incidents: queue backlogs, connection-pool exhaustion, and latency spikes
  • PR #2747 -- Adds a thin, planner-selectable CloudTrail wrapper tool — OpenSRE's first AWS change-causality source — so an investigation can answer "who changed what, and when?" (IAM changes, security-group mutations, EKS/Lambda config updates, deletions) at the start of an AWS post-mortem.
  • PR #2679 -- Adds a Jenkins CI/CD integration — OpenSRE's first CI/CD source — so investigations can answer "was there a recent build or deployment that coincides with this alert?"
  • PR #2663 -- Adds short terminal GIF demonstrations after the first three Quickstart steps, as requested in #2658, so new users can see the expected workflow and a successful run of each step — now with both macOS/Linux and Windows demos

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 #6cp command (S3 → Storacha) with streaming upload
  • PR #7 — S3 object deletion with batch support
  • PR #8storacha-rm command for removing uploads from a Storacha space
  • PR #9storacha-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

  4. opensre opensre Public

    Forked from Tracer-Cloud/opensre

    Build your own AI SRE agents. The open source toolkit for the AI era.

    Python 1