Solana / DeFi research Β· prop-AMM & MEV simulation Β· on-chain trading bots Β· AI agents
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_usdbecomes a hard, autonomous budget Β· details β
Stack: TypeScript Β· Rust Β· Python Β· MCP Β· Solana Β· x402
- pamm-a β research & implementation sandbox for prop AMMs, market making, and Solana simulation
Rust - solana-pamm-MEV-binary-monte-analysis-contagious-pools β Monte-Carlo / binary analysis of MEV contagion across pools Β· site
Jupyter - solana-pamm-MEV-binary-monte-analysis-w-o-rawdata β the analysis pipeline, raw data stripped
Jupyter - Prop-AMM-Toxic-Flow-Guard-1230-w-o-jito-bundle-w-pretty-front β toxic-flow guard for prop AMMs with a clean front-end
TypeScript - Prop-AMM-Toxic-Order-Monitor β real-time toxic-order monitoring for prop AMMs
TypeScript - propamm-laserstream-bot β prop-AMM bot built on a Helius LaserStream feed
TypeScript
- HumidiFi-Sentinel-Bot_with-bundle-detection-ugly-front β HumidiFi sentinel bot with bundle detection (Helius API)
- Hyperliquid-HYPE-Whale-Tracker β tracks HYPE whale activity on Hyperliquid
TypeScript - jupiter-swap-w-o-wallet-price-feed β Jupiter swap price feed and pairs, no wallet required
TypeScript - BNB-Memecoin-Copy-Trade-Architect β copy-trading architecture for BNB memecoins
TypeScript - RPCsol_pnl β Solana RPC-based PnL tracker
JavaScript - MPPSOL-agents β agent framework for Solana market-making
JavaScript
- perena-dashboard0615 β dashboard for the Perena USD* stablecoin
TypeScript - perena-dashboard0615_1 β first desktop upload of the Perena dashboard
TypeScript - perena-dashboard0615_0 β Perena dashboard work-in-progress
- penera β Perena protocol experiments
JavaScript - penera_USD_STAR β Perena USD* stablecoin experiments
- 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
- multiagentclaw β multi-agent orchestration experiments
Python - Vibe-Coding-Task-Manager β task manager for vibe-coding workflows
- tamagochi-agent-interface β playful tamagotchi-style agent UI
- tamagochi-aget-interface β tamagotchi agent UI (early version)
- solana-speed-demons β 7-module course on Solana validator internals: Firedancer, Samba MEV, Delorean, pmm-sim
HTML - autoresearch-course β 4-module course on autonomous LLM-driven research loops
HTML - US-STOCKS-DEEP-ANALYSIS β deep-dive analysis of US equities Β· site
HTML
- aileen_machina_01 β personal site for tech blogs Β· site
TypeScript - aileen_machina_020 β personal site, iteration 020
TypeScript - Zen-Fortune-Cookie β a zen fortune-cookie web app
TypeScript - fortune_cookie β fortune-cookie web app Β· site
TypeScript - meme.vote β vote on memes, tally the results
- dart-watch β dart / watch experiment
TypeScript - demo β demo sandbox
JavaScript
- project001 β Solidity smart-contract sandbox
Solidity - puku_2 β scratch project
TypeScript - puku3 β scratch project
TypeScript - puku4 β scratch project
HTML
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)
- kora β Solana relayer β lib + cli for gasless signing experiences
- plasma_jerry β sandwich-resistant AMM reference implementation for Solana
- pmm-sim β simulation environment for Solana prop AMMs (SolFi, HumidiFi, Tessera, GoonFi, ...)
- solfi-sim β LiteSVM black-box simulations of the SolFi DEX pricing curves
- pxsol β human-friendly interfaces for common Solana operations
- gg-program-resurrect β reconstruct historical Solana program binaries from upgrade buffers
- humidifi_invoke_deobfuscation β deobfuscation of HumidiFi invoke logic
- DEX-Router-Solana-V1 β Solana DEX router contracts
- Confidential-Balances-Sample β Rust end-to-end demo of confidential transfers
- jito-programs β Jito on-chain programs
- stakenet β Jito StakeNet
- pinocchio-never-nonce β program rejecting an advance-nonce first instruction
- noir-examples β Noir + Sunspot ZK proof examples on Solana
- solana-awesome β curated Solana learning resource hub
- solana-dev-skill β Claude Code skill for modern Solana development
- numeraire-sdk β Numeraire SDK
- order_book_server β order-book server reference
- salsa_harmonic β Solana experiment
- prop-amm-ben β prop-AMM benchmark
- prop-amm-challenge-houseofjiao β prop-AMM challenge solution
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)
- ARK-Invest-Mach-33-SpaceX-Valuation-Model β ARK Invest SpaceX valuation model excerpt
- space-engineering-skills β design satellite & on-surface missions from concept to orbit β space-engineering skills for AI
DeFi, Trading & Crypto data (19)
- porto β authentication & payments on the web
- cryo β extract blockchain data to parquet / csv / json / dataframes
- cow-dex-solver β CoW Protocol DEX solver
- 1inch-swap β minimal 1inch integration example for smart contracts
- Uniswap β Uniswap source-code study (v2 core + periphery)
- EconomicCalender β economic calendar for forex & stock traders
- AI-Trader β AI-Trader β can AI beat the market? live trading bench
- TradingAgents_tauricresearch β multi-agent LLM financial trading framework
- tradingview-mcp β AI-assisted TradingView chart analysis via MCP
- unstock-signals β Day1Global signals: US stock, macro, crypto
- awesome-smart-contracts β curated list of the best smart contracts
- awesome-blockchain β curated list of blockchain services and exchanges
- full-blockchain-solidity-course-js β full-stack Web3 + Solidity course (JS)
- bitcoin_book_2nd β Mastering Bitcoin, 2nd edition
- SolarBatteryBitcoin β solar / battery / bitcoin experiment
- dapp-forge β dApp scaffolding toolkit
- one-cart-extension β Chrome extension to cart & checkout Zora NFTs
- meme-tinder β swipe to vote on memes
- x-wallet-homepage β wallet landing page
DeFi insurance & smart contracts (10)
- aave-utilities β Aave protocol utilities
- gif-contracts β Generic Insurance Framework (GIF) core contracts
- nft-insurance β forkable Ethereum dev stack for NFT insurance
- functions-hardhat-starter-kit β Chainlink Functions Hardhat starter kit
- functions-insurance β Chainlink Functions insurance example
- cozy-triggers-v2-simulation β triggers and templates for Cozy V2
- DeFi-Lending-Insurance β DeFi lending insurance contracts
- Parametric-Crop-Insurance β parametric crop insurance
- insurance-product β insurance product contracts
- insuralink-contracts β Insuralink contracts (ETHDenver hackathon)
AI agents & Claude skills (13)
- hammock-skill--disciplined-agent β Hammock-driven development as a coding-agent skill
- agentic-wallet-skills β Coinbase agentic wallet skills
- babyagi β autonomous task-driven agent
- gstack β Garry Tan's opinionated Claude Code setup
- k-dense-byok β AI co-scientist powered by Claude Scientific Skills
- lenny-skills β 86 product-management skills from Lenny's Podcast
- gaslighting_ai_skills β playful 'P8 engineer' AI skill
- ui-ux-pro-max-skill β design-intelligence skill for UI/UX
- system-prompts-and-models-of-ai-tools β collected system prompts of AI tools
- repomix-code-to-llm-prompt β pack a repo into a single AI-friendly file
- PocketTutorial-Codebase-Knowledge β Pocket Flow: codebase to tutorial
- json-render β AI -> JSON -> UI
- sfp β benchmark & method for catastrophic forgetting in LLMs
Data engineering, learning & misc (8)
- py4e β Python for Everybody textbook site
- PY4E-1 β Python for Everybody assignments
- data_engineering_book β data engineering book
- ETL-and-Data-Pipelines-with-Shell-Airflow-and-Kafka β ETL & data pipelines with Shell, Airflow, Kafka
- bads β Business Analytics & Data Science lecture material
- react-saas-template β React + Material-UI SaaS/admin template
- crimpdeq-case β OpenSCAD 3D-printable case for Crimpdeq
- rust-pcg64-py β Rust PCG64 reimplemented in Python
π Mars Β· Building at the intersection of Solana, MEV, and AI agents


