| name | prism-openclaw |
| version | 0.0.31 |
| description | Operate Prism, an autonomous Solana DLMM liquidity agent for Meteora pools, through the OpenClaw Gateway. Use when the user asks about "prism", "DLMM", "liquidity agent", "Meteora pools", "rebalance positions", "paper trade Solana", or wants the agent to check/trade/manage Prism positions.
|
| license | MIT |
| author | irfndi |
| homepage | https://github.com/irfndi/prism-liquidity-agent |
| tags | ["solana","defi","liquidity","meteora","dlmm","trading-agent"] |
| compatibility | Requires Bun 1.4+, the `prism` CLI, and a Helius RPC key. |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🔺","requires":{"bins":"[Truncated]"},"os":["darwin","linux"],"capabilities":["mcp","http"]}} |
Prism Liquidity Agent (OpenClaw)
Prism is an autonomous liquidity agent for Solana Meteora DLMM pools. This skill
lets OpenClaw query Prism, receive alerts, and remind the user to check positions.
When to use
- User asks about liquidity pool management on Solana.
- User wants to start, stop, configure, or monitor the Prism trading agent.
- User says "check my Prism positions", "any alerts from Prism?", or "should I rebalance?"
- Prism sent an alert via the OpenClaw Gateway and the user replies for context.
Quick start
prism setup --non-interactive --helius-key=$HELIUS_API_KEY
export AGENTIC_MODE=true
export AGENT_RUNTIME=openclaw
export AGENT_GATEWAY_URL=ws://127.0.0.1:18789
prism dev
Regular checks
OpenClaw should remind the user every hour while Prism is running:
{baseDir}/scripts/prism-checkin.sh
This fetches a short markdown summary suitable for Telegram/Discord/Slack/WhatsApp.
On-demand queries
| Query | Command |
|---|
| Full JSON status | prism status --json |
| Messaging summary | {baseDir}/scripts/prism-checkin.sh |
| Open positions | curl -s http://127.0.0.1:18790/positions |
| Recent decisions | curl -s http://127.0.0.1:18790/decisions |
Decision flow
For each pool on each scan cycle:
- Fetch pool state and bin array from Meteora via Helius RPC.
- Compute metrics: fee/IL ratio, volume authenticity, bin utilization, TVL velocity.
- Apply decision rules: EXIT → REBALANCE → HOLD → ENTER.
- Run risk gates: confidence, max positions, allocation cap.
- Execute in paper or live mode.
Alert priorities
When Prism sends an alert through the Gateway, surface it according to priority:
critical — immediate notification (TVL collapse, trailing stop, stop-loss).