Solana Developer (Rust / Anchor)
Rust developer building on-chain protocols and AI-agent systems on Solana. Currently deepening expertise in account-model design, Anchor program architecture, and deterministic on-chain logic through self-directed protocol work and structured mentorship.
GitHub | LinkedIn | Portfolio | X | Email
SELECTED PROJECTS — SOLANA / WEB3
Heliora — AI-Native Prediction Protocol on Solana
Live | GitHub — Apr 2026 – May 2026
- Built Heliora, Solana's first AI-native prediction market protocol, where autonomous AI agents create, price, and resolve on-chain markets in real time with zero human intervention.
- Architected a 3-agent system: a Market Creator Agent (powered by Google Gemini 2.0 Flash) sourcing and generating markets, a Market Maker Agent providing continuous liquidity and dynamic orderbook pricing, and a Resolution Agent executing AI-verified on-chain settlement.
- Developed on-chain smart contracts in Rust using the Anchor framework (v0.32), deployed to Solana Devnet, enabling sub-second trade settlement across 2,000+ live markets spanning sports, crypto, and politics.
- Built the supporting backend with Bun/Express, Prisma/PostgreSQL (Neon Serverless), and Privy Web3 multi-factor authentication, deployed via automated CI/CD on Google Cloud Platform (Cloud Run).
CEX Orderbook — Rust Matching Engine (in progress)
GitHub — Jun 2026 – Jul 2026
- Building a centralized-exchange-style orderbook service in Rust using Actix Web, exposing typed REST endpoints for order creation, cancellation, and depth reads.
- Designed shared in-memory orderbook state (
Arc<Mutex<Orderbook>>) with strongly-typed request/response DTOs via Serde, isolating server bootstrap, routing, and orderbook logic.
- Actively extending the service toward full price-time priority matching and persisted orderbook depth — applying low-level Rust systems programming to exchange infrastructure.
Bonk Bot — Solana Telegram Wallet Bot
GitHub — Jan 2026 – Feb 2026
- Built a Telegram bot using Telegraf and
@solana/web3.js (Bun runtime) for wallet creation, balance checks, transaction history, and sending SOL directly from chat.
- Implemented the full send-SOL flow — recipient/amount prompts, transaction construction and submission, and returning the signature with an explorer link.