COMMUNITY OBSERVEDMetric claims: UNVERIFIEDSOURCE AUDITEDFinance

Prism - Autonomous LP Trading Agent with Jev Market Regimes

Autonomous DLMM liquidity rebalancing with Jev detecting toxic flow and market pressure.

Overview & Result

Prism is an autonomous liquidity management agent for decentralized exchanges. Rather than delegating order execution directly to a language model, Prism uses Jev as a high-speed market regime classifier that identifies toxic order flow, directional pressure, and volatility shifts, handing regime states off to backtested mathematical strategies.

How Jev fits in the loop

  1. Ingests live pool order books, trade sizes, and liquidity bin distributions.
  2. Queries Jev for fast regime classification (e.g., toxic directional flow vs mean-reverting chop).
  3. Dispatches deterministic rebalancing instructions to DLMM pools based on the classified regime.

How to reproduce

  1. Clone https://github.com/irfndi/prism-liquidity-agent and install packages.
  2. Set up testnet RPC endpoint and TypeSafe API credentials.
  3. Run simulation on Meteora DLMM pools to observe Jev classifying toxic flow and directing liquidity rebalancing.

Why this build matters

Bridges AI decision classification with deterministic DeFi market making, avoiding hallucinated transaction parameters while reacting to microstructure changes.

Limitations

  • DeFi trading carries inherent smart contract and impermanent loss risks.
  • Currently tailored to Meteora DLMM pool architectures.

Patterns