Skip to content
View lilaclilac09's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report lilaclilac09

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 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
lilaclilac09/README.md

Hi, I'm Aileen πŸ‘‹

Solana / DeFi research Β· prop-AMM & MEV simulation Β· on-chain trading bots Β· AI agents

repos focus


⭐ Featured β€” KeyShield Β· spec-driven

keyshield β€” "iCloud Keychain for your API keys." A zero-knowledge vault that stores your API keys as ciphertext, hands agents scoped session tokens instead of raw keys, and accelerates calls through a Rust proxy.

πŸ”— Live site Β· πŸ“„ SPEC.md Β· πŸ“ Build process & spec-driven write-up β†’

  • πŸ” Zero-knowledge β€” AES-256-GCM encryption in the browser (WebAuthn PRF / wallet signature β†’ HKDF-SHA256); the server only ever stores ciphertext and cannot decrypt at rest
  • 🎫 Scoped delegation β€” agents receive ksv2_… session tokens with per-agent scopes, spending caps, and expiry; revocation is immediate (next request β†’ 401)
  • ⚑ Fast β€” Rust reverse proxy with a two-tier cache (memory + disk) + single-flight dedup β†’ 50–80 ms hot path for Solana RPCs
  • 🧩 Spec-first β€” SPEC.md (v0.1) pinned the protocol and invariants before code; the TypeScript vault, Rust proxy, Python SDK, MCP server, and Solana on-chain program all trace back to it
  • πŸ›£οΈ In design β€” x402 payments β€” pay-per-call stablecoin settlement (USDC on Solana) so an agent's spend_cap_usd becomes a hard, autonomous budget Β· details β†’

Stack: TypeScript Β· Rust Β· Python Β· MCP Β· Solana Β· x402


πŸ› οΈ My Projects

🌊 Solana Prop-AMM Research & Simulation

πŸ€– Trading Bots & On-Chain Tools

πŸ’΅ Perena / Stablecoin Dashboards

πŸ” Security & Reverse Engineering

  • re-agent β€” RE agent: Binary Ninja bridge + Claude tool-calling loop for stateful binary analysis Python
  • keyshield_font β€” KeyShield front-end / vault UI TypeScript
  • hideaway β€” experiments in secret hiding / obfuscation Rust

🧠 AI Agents & Automation

πŸ“š Interactive Courses

🎨 Web Apps & Fun

πŸ§ͺ Experiments & Sandbox

  • project001 β€” Solidity smart-contract sandbox Solidity
  • puku_2 β€” scratch project TypeScript
  • puku3 β€” scratch project TypeScript
  • puku4 β€” scratch project HTML

πŸ“Œ Forks, References & Learning

Projects I study, fork, and build on β€” grouped by theme. My focus areas (Prop-AMM, MEV, Space) are expanded by default.

Solana & Prop-AMM ecosystem (20)
MEV & Flashbots (6)
  • mev-flood β€” simulates MEV activity from an array of unique searchers
  • mev-share β€” protocol for orderflow auctions
  • mev-share-client-ts β€” client library for Flashbots MEV-share Matchmaker
  • mev-share-rs β€” Rust client library for Flashbots MEV-share
  • mev-bundle-generator β€” graph-based, trait-pluggable MEV bundle generator
  • renegade β€” on-chain dark pool β€” MPC for anonymous midpoint crosses
πŸ›°οΈ Space & SpaceX (2)
DeFi, Trading & Crypto data (19)
DeFi insurance & smart contracts (10)
AI agents & Claude skills (13)
Data engineering, learning & misc (8)

πŸ“ Mars Β· Building at the intersection of Solana, MEV, and AI agents

Pinned Loading

  1. ARK-Invest-Mach-33-SpaceX-Valuation-Model ARK-Invest-Mach-33-SpaceX-Valuation-Model Public

    Forked from ARKInvest/ARK-Invest-Mach-33-SpaceX-Valuation-Model

    An excerpt from our financial valuation model of SpaceX

  2. solana-pamm-MEV-binary-monte-analysis-contagious-pools solana-pamm-MEV-binary-monte-analysis-contagious-pools Public

    Jupyter Notebook 4 1