Projects

AI Agents for MEV Extraction on L2 Rollups

MEV platform for EVM rollups: live mainnet liquidity-pool scanner, profitability/risk/price-impact benchmarks, and a multi-agent system (Eliza OS) orchestrating strategy execution and market analysis. Presented at BCK25, Mumbai.

  • typescript
  • ethers.js
  • ai agents orchestration
  • docker

High TPS Generator

Stress-testing setup for a local zkSync chain using Uniswap V2 token swaps. Simulated multiple IP sources and parallel WebSocket clients to maximize throughput and avoid HTTP overhead, benchmarking 74 TPS.

  • python
  • amm
  • zero-knowledge
  • solidity

Decentralized Sports Betting Platform

dApp with a Node.js backend for API handling and database management. Integrated Chainlink Oracles for real-time odds and outcomes, with end-to-end flow testing. Won the BCOLN Challenge Award for Best Distributed dApp, 2024.

  • javascript
  • node.js
  • solidity
  • chainlink

Ethereum Event Indexer

A blockchain event indexing system split into an indexer service (consumes on-chain logs into Postgres) and a REST API service that exposes the indexed data with pagination and filtering.

  • typescript
  • postgresql
  • ethers.js
  • docker