← Back to work
Featured projectTypeScript · Bun · EVM · Uniswap v3 · Uniswap v4 · viem

Beam — Autonomous CLMM Agent for Robinhood Chain

Prism's EVM sibling: an autonomous concentrated-liquidity agent for Uniswap v3/v4 pools on Robinhood Chain, running the same recall-observe-reason-decide loop with a risk gate and self-improving memory.

Beam ports Prism's liquidity-management loop to EVM concentrated liquidity: Uniswap v3 and v4 pools on Robinhood Chain (chain id 4663). The same six-step cycle applies — recall, observe on-chain state via viem against the chain RPC, reason over fee/IL ratio and tick drift, simulate the rebalance, record the outcome, and decide HOLD, REBALANCE, EXIT, or ENTER. Pool stats are sourced in priority order — Robinhood Chain RPC for real reserves and tick state, optional Pyth Hermes price feeds for USD pricing, and a heuristic fallback that is explicitly never allowed to pass a safety gate, so a total API outage holds positions rather than acting on fabricated volume. Same volume-authenticity scoring, same memory-backed self-improvement, same risk gate ahead of every transaction. MIT-licensed, built on Bun 1.4.