Skip to content
View akm2006's full-sized avatar

Block or report akm2006

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.

Content in all repositories owned by your account will be closed.
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
akm2006/README.md
Aakash Mandal

Aakash Mandal

Systems & Protocol Infrastructure Engineer
Non-Custodial Execution Layers • Zero-Knowledge Settlement • Autonomous Payment Rails • Embedded DSP

X @aakashbeyond Email LinkedIn Location Focus


⚡ Signal Architecture & Focus Areas

Building high-throughput SVM instruction parsers, confidential Soroban protocols, and scoped smart account execution layers where users never surrender capital custody.

Metric / Dimension Implementation & Architecture Technical Moat
Sub-200ms Feed Solana SVM Yellowstone gRPC Ingestion Custom Rust Carbon instruction parser & Redis atomic deduplication
On-Chain ZK Verifier Stellar Soroban Shielded Vault Circom Groth16 circuit proofs over native Soroban BN254 host functions
Autonomous Rails Machine-to-Machine HTTP Micropayments Stateless x402 protocol + scoped MetaMask ERC-7710/7715 delegations
IoT Telemetry ESP32 True RMS AC Power DSP Discrete C++ signal processing with noise-gating & MQTT WebSockets loop

🚀 Flagship Systems & Protocol Deployments

1. Stellalpha — Autonomous Non-Custodial Intent & Execution Layer

Sub-second trade intent detection and allocation-weight execution on Solana SVM.

  • Problem: Copy-trading bots blindly mirror raw wallet transactions. Heterogeneous follower balances cause catastrophic portfolio drift, front-running slippage, and custodial key risk.
  • Architecture:
    • Dual ingestion pipeline pairing Yellowstone gRPC (~200ms signature capture) with Helius Enhanced Webhooks and Upstash Redis atomic locks.
    • Custom Rust SevenLabs Carbon SVM parser decoding instructions at the source for Jupiter, Raydium, and Meteora.
    • On-chain Anchor vault program (stellalpha_vault) implementing isolated UserVault -> TraderState PDAs with delegated Jupiter swap policies (zero withdrawal rights).
    • Asymmetric execution policy that drops stale BUYs older than 10s while guaranteeing exits.
  • Tech Stack: Solana SVMRustAnchorYellowstone gRPCSevenLabs CarbonJupiter SDKRedisTypeScript
  • Verified Links: Live App (stellalpha.xyz)App RepositoryVault Program RepositoryWhitepaper (PDF)DoraHacks BUIDL

2. Vayyl — Confidential Settlement Infrastructure for Stellar Soroban

Zero-knowledge private balance and shielded settlement pools on native Soroban BN254.

  • Problem: Public ledgers turn every treasury movement, trade strategy, supplier payment, and payroll transfer into permanently exposed public metadata.
  • Architecture:
    • Shielded pool contracts on Soroban enabling users to deposit public XLM, hold encrypted note commitments, and withdraw to unlinked addresses via ZK proofs.
    • Circom Groth16 circuits using Poseidon2 hashing for note commitments and nullifier generation, verified on-chain via native Soroban BN254 host functions.
    • Client-side browser Web Worker proof generation inside Next.js (zero private key or witness data leaves the client device).
    • Decoupled transaction relayer service deployed on Railway for fee-bumped anonymous withdrawals.
  • Tech Stack: Stellar SorobanRustCircom 2.xGroth16Poseidon2BN254 Host FunctionssnarkjsRailway
  • Verified Links: Live DApp (vayyl.vercel.app)Protocol Docs RepositoryTestnet Fixed-Note Pool Contract

3. TaskMarket402 — Mission Budget WorkGraph for Autonomous Agent Teams

Connecting scoped MetaMask permissions to machine-to-machine x402 HTTP micropayments.

  • Problem: Multi-agent autonomous swarms either require manual user signatures for every subtask API call or demand dangerous full private key custody.
  • Architecture:
    • Single bounded budget permission granted via MetaMask Smart Accounts (ERC-7715 / ERC-7710 / EIP-7702).
    • Manager Agent splits mission budgets into sub-budgets and delegates payments to specialist agents (Contract Scanner, Wallet Profiler, Market Context).
    • Integrated x402 HTTP payment protocol on Base Sepolia for stateless machine-to-machine paid API endpoints without human re-signing.
    • Interactive ReactFlow WorkGraph rendering real-time budget trails, payment receipts, and blocked safety gates.
  • Tech Stack: ERC-7710ERC-7715x402 ProtocolMetaMask Smart AccountsBase SepoliaReactFlowTypeScript
  • Verified Links: Code RepositoryProven on Base Sepolia Testnet

4. ProofDrop — ZK Private Eligibility & Anti-Duplicate Claim Protocol

Poseidon Merkle membership proofs and on-chain nullifiers on Stellar Soroban.

  • Problem: Distributing grants, scholarships, or airdrops requires validating user eligibility without exposing identity, while strictly preventing duplicate claims (Sybil resistance).
  • Architecture:
    • Circom eligibility circuits proving knowledge of a secret committed to a Poseidon Merkle tree without revealing the leaf index or recipient identity.
    • Soroban smart contracts atomically verifying Groth16 proofs, registering nullifier hashes, and rejecting duplicate claims with error NullifierAlreadyUsed.
  • Tech Stack: Circom 2.xSnarkJSPoseidon Merkle TreeStellar SorobanRustFreighter
  • Verified Links: Verified Claim TransactionVerifier ContractCampaign Contract

5. WattWave — IoT Energy Telemetry & Control Plane

Full-stack IoT energy monitoring system with True RMS AC DSP and MQTT WebSockets command center.

  • Problem: Monitoring real-time power consumption and remote appliance switching typically relies on closed proprietary hardware with high latency.
  • Architecture:
    • Custom ESP32 C++ firmware with continuous ADC sampling calculating True RMS AC voltage, current, active power, and power factor.
    • Software noise-gating filter eliminating ADC offset drift and sensor idle noise.
    • Bidirectional MQTT over WebSockets pipeline enabling millisecond-latency telemetry reporting and instantaneous relay control.
  • Tech Stack: ESP32 (C++)FreeRTOSMQTT WebSocketsNext.js 14RechartsSupabase
  • Verified Links: Live App (wattwave.vercel.app)Code Repository

6. Synapse Yield — Automated DeFi Yield Optimizer (Monad Testnet)

Scoped MetaMask keeper delegations and ERC-4337 UserOperations for non-custodial rebalancing.

  • Problem: Yield optimization across liquidity pools forces users to execute continuous manual transactions or surrender fund custody.
  • Architecture:
    • Non-custodial automated yield rebalancer orchestrating staking positions across Kintsu (sMON) and Magma (gMON) on Monad Testnet.
    • Implemented the MetaMask Delegation Toolkit (ERC-7710) for scoped EIP-712 keeper permissions (rebalancing rights without withdrawal rights).
    • ERC-4337 UserOperation batching and submission via Pimlico bundler and EntryPoint contract.
  • Tech Stack: Monad TestnetERC-4337MetaMask Delegation ToolkitPimlico BundlerEnvio IndexerSolidity
  • Verified Links: Code RepositoryHackQuest Project PageDemo Video

🛠️ Systems & Cryptography Engineering Stack

Systems & Protocol  : Rust • Solana SVM • Anchor • Yellowstone gRPC • Carbon Parser • Stellar Soroban • Solidity • Foundry
Zero-Knowledge      : Circom 2.x • SnarkJS • Groth16 • Poseidon2 • Merkle Trees • Nullifiers • BN254 Host Functions
Autonomous Rails    : x402 Micropayments • MetaMask Smart Accounts (ERC-7715/7710) • 1Shot Relayer • Multi-Agent WorkGraphs
Telemetry & Runtime : ESP32 C++ • FreeRTOS • True RMS DSP • MQTT WebSockets • Next.js 15 • React 19 • TypeScript • Tailwind v4

Rust Solana Soroban Circom ZK x402 Solidity Foundry ESP32 Next.js TypeScript Redis


📦 Developer Tools & Open-Source Utilities

Package / Repository Description Domain & Stack
smart-mailto
npm
Zero-dependency TypeScript library providing smart webmail routing (Gmail, Outlook, Proton, Yahoo) with automated clipboard fallbacks. NPM Package
TypeScriptReact
solana-wallet-cleaner Automated CLI utility scanning SPL and Token-2022 accounts: swaps dust to SOL via Jupiter, burns spam tokens, and closes empty ATAs to reclaim ~0.002 SOL rent per account. Solana Automation
Node.jsJupiter SDK
0xGasless Smart Wallet Debugger Open-source GUI debugger for testing and executing 0xGasless smart accounts directly on Avalanche Mainnet with direct AgentKit controls. Developer Tooling
Viem@0xgasless/agentkit
TP-Link Firmware Stripper
Live Web Tool
Browser-based client binary buffer tool stripping 131,584-byte OEM bootloader headers for OpenWRT recovery, with an authoritative Community Restoration Guide. Embedded Firmware
Client Binary Buffer
gatepass Multi-role residential campus gate pass management system featuring tokenized multi-step approvals and real-time security QR check-in/out verification. Full-Stack Web
Next.js 15React 19MongoDB

📊 GitHub Activity & Telemetry



"Engineering systems where users maintain complete capital custody and state transitions are mathematically verified."
© 2026 Aakash Mandal • @aakashbeyond

Pinned Loading

  1. ChargePark ChargePark Public

    JavaScript 1

  2. linknest linknest Public

    JavaScript

  3. stellalpha stellalpha Public

    Stellalpha is a non-custodial, Solana-native automated copy-trading protocol. Users follow high-performing on-chain traders, and StellAlpha automatically mirrors their trades using a secure PDA vau…

    TypeScript 2