You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐ค Contributed to Bitcoin - Lightning Network (Open Source).
๐ Web3, DeFi, and Crypto Enthusiast.
๐ค Experienced in ML/AI, Computer Vision.
๐ก Passionate about Data Structures & Algorithms.
๐ฏ Always eager to learn and adapt to new tech trends.
๐ Projects ๐ฃ๐ปโโ๏ธ
2025
Name
Description
Source Code
Deployed At
Built with ๐ค At
๐ฎ Baba Vanga
A decentralized prediction market on native Bitcoin using Glittr, leveraging an AMM (CSMM) model for liquidity and price discovery. Uses an off-chain oracle for real-world event resolution.
A dapp that transforms personal fitness AI-agents into digital assets. Secure AI processing from fitness trackers enables personalized AI agents tokenized as IP on Story Protocol for monetization and controlled access.
A geo-verification and AI-powered POAP minting system that enhances event engagement with AR, cross-chain minting using Chainlink CCIP, and fair reward distribution via Chainlink VRF.
A blockchain-powered AI personal assistant integrating Open-AI node operators for secure execution and data processing. Offers holographic interactions for seamless user engagement.
A Sui-based fitness platform leveraging AI, holograms, and health tracking for a personalized experience. Features privacy-preserving data storage, AI fitness guidance, holographic trainers, and Fitbit integration.
Capture Memories OnChain ๐คณ๐ป Enables secure, private sharing of memories with dynamic AR assets and zk-proofs, enhanced by proximity-based payments. ๐ก
Insurance-powered prediction markets. Users can participate in decentralized markets with added safety nets for minimized risk and stable platform economics. ๐น
Introduced support for a constantโsum market maker (CSMM) model alongside the existing constantโproduct AMM logic.
Extended the RatioModel enum and updated the proportional minting and swap functions, allowing users to choose between AMM models when creating liquidity pools.
Added comprehensive tests to verify the new behavior. GitHub PR
๐ ๏ธ Extend SDK Serialization to Support Constant-Sum AMM Model (Typescript)
Extended the SDK serialization schema to support the new constant-sum AMM model.
Updated the ratio_model enum in the proportional mint structure to allow serialization and deserialization of CSMM-based liquidity pools.
Ensured compatibility with existing SDK clients for seamless integration. GitHub PR
Bitcoin Lightning Network
๐ Lightning Network Daemon (Go)
โฉ Achieved a 1.74x speedup in transaction processing by optimizing the LND codebase with batched JSON-RPC methods. GitHub PR
โ Enhanced reliability with comprehensive unit tests for key functions, ensuring consistent system performance.
โก Upgraded btcwallet to support asynchronous calls, boosting responsiveness across the Lightning Network ecosystem. GitHub PR
โก Node Lightning (Node.js)
๐ Refactored message types in @node-lightning/bitcoin library for enhanced interoperability. GitHub PR
๐ฃ๏ธ Developed routing logic for the network graph project, optimizing routes with minimized fees along the path. GitHub PR
Chainlink Labs
๐ Provided the custom n-lane Multihop solution for Chainlink Cross-Chain-Interoperability Protocol, earning a notable mention @ETHGlobal. GitHub Repo
XMTP
๐ค Added functionality to enable bot replies within the quickstart-frame integration, addressing limitations in handling bot replies created using message-kit. GitHub PR
Ethereum Attestation Service
๐ง Fix: Replaced deprecated dataRoot references with privateData in the SchemaEncoder, aligning with the latest EAS SDK updates. GitHub PR