Skip to content
View frytegg's full-sized avatar

Highlights

  • Pro

Block or report frytegg

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
frytegg/README.md

Alexandre Lemiere

Fintech engineering student at ESILV (Paris) — building trading systems, DeFi protocols, and on-chain applications.

LinkedIn

Tech

TypeScript Rust Python Solidity C++ React Next.js Move Foundry Tokio

Current project

Polymarket BTC Binary Options Trading System (private repos)

Hybrid algorithmic trading system for Polymarket's BTC Up/Down binary options, combining Black-Scholes pricing with real-time Binance/Chainlink oracle feeds. Two strategy implementations:

  • Taker mode — exploits pricing lag between Binance and Polymarket via Fill-and-Kill orders
  • Market making — Avellaneda-Stoikov model with adverse selection risk management

Next steps: migrate to new 5-minute BTC Up/Down markets, finalize market making with lateral perp hedging.

Hackathon projects

Project Event Result Description
agentfi ETHDenver 2026 2nd place — 0G Best DeFAI, 3rd place - ADI Chain Multi-chain marketplace for autonomous AI agents as iNFTs (ERC-7857), with payments on ADI Chain and orchestration via Hedera
sui-shield EPFL SUI 2025 Decentralized gas fee insurance marketplace on Sui
spark-base Base Batches 2025 Competitive on-chain mini-games with ARK token rewards
tokena XRPL Rome 2025 4th place XRPL multi-party token issuance & management

Other projects

Project Description Stack
funding-engine Delta-neutral funding rate arbitrage across CEX/DEX (Bybit, Hyperliquid) TypeScript
blackjack-strategy-studio Optimal blackjack strategy table generator with rules-aware engine Python, React
ask-starknet-bot Starknet Q&A bots for Telegram, Discord, and X using LangGraph + MCP Python
rust-port-scanner Multi-threaded TCP port scanner Rust

Pinned Loading

  1. BuzzBallz/agentfi BuzzBallz/agentfi Public

    Multi-chain marketplace for autonomous AI agents — iNFTs (ERC-7857) on 0G, x402 agent-to-agent payments, Hedera execution proofs. Built at ETHDenver 2026.

    TypeScript

  2. tokena tokena Public

    Next.js demo app for issuing, authorizing, transferring, and managing XRPL Devnet MP Tokens with XUMM-based holder opt-in and clawback support.

    TypeScript

  3. funding-engine funding-engine Public

    Funding rate arbitrage bot cross cryptocurrency exchanges - TypeScript implementation

    TypeScript 1 1

  4. sui-shield sui-shield Public

    Protect your SUI transactions from gas fee volatility. Connect with insurers in our decentralized marketplace for predictable transaction costs and seamless DeFi experiences - Project elaborated at…

    TypeScript

  5. ask-starknet-bot ask-starknet-bot Public

    A monorepo containing bots for Telegram, X/Twitter, and Discord that answer questions about the Starknet ecosystem using LangGraph and MCP (Model Context Protocol).

    TypeScript

  6. blackjack-strategy-studio blackjack-strategy-studio Public

    BasicStrategy BJ Lab: Full‑stack blackjack strategy generator with a rules‑aware Python engine and a React UI. Computes optimal basic strategy tables per casino rules, visualizes decisions, and exp…

    Python