| name | prism-hermes |
| version | 0.0.31 |
| description | Operate Prism, an autonomous Solana DLMM liquidity agent for Meteora pools, through Hermes ACP. 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 |
| platforms | ["macos","linux"] |
| metadata | {"hermes":{"tags":["solana","defi","liquidity","trading"],"category":"defi","requires_toolsets":["terminal"],"blueprint":{"schedule":"0 * * * *","deliver":"origin","prompt":"Check Prism status and alert the user to any important positions, decisions, or risks. Use `prism status --message` and summarize in 3-5 bullets.","no_agent":false}}} |
Prism Liquidity Agent (Hermes)
Prism is an autonomous liquidity agent for Solana Meteora DLMM pools. This skill
teaches Hermes how to query Prism, receive ACP check-ins, and remind the user to
review positions on a schedule.
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 a check-in or alert via ACP and the user replies for context.
Quick start
prism setup --non-interactive --helius-key=$HELIUS_API_KEY
export AGENTIC_MODE=true
export AGENT_RUNTIME=hermes
export AGENT_ACP_COMMAND=hermes
export AGENT_ACP_ARGS=acp
prism dev
Scheduled check-ins
This skill declares a Hermes blueprint that runs every hour. It should:
- Call
prism status --message for a messaging-friendly summary.
- Summarize the result in 3-5 bullets.
- Highlight any critical or warning alerts first.
- Ask the user if they want to review positions in detail.
On-demand queries
| Query | Command |
|---|
| Full JSON status | prism status --json |
| Messaging summary | prism status --message |
| 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 ACP, surface it according to priority: