FlipZ3ro/meridian-rs — reverse-engineered prompt
Reverse engineered prompt
Build me a local Rust app that works as a Solana liquidity agent for Meteora DLMM. I want one binary that I can run from the terminal, with a simple local web UI on localhost and an interactive command mode. It should help me screen pools, review candidates, check balances and positions, estimate PnL, and then deploy, claim, close, or swap when I choose. Please keep it safe by default with dry run turned on, clear startup checks, readable logs, and protection against running two copies at once.
It should remember past decisions, pool notes, cooldowns, lessons, and performance so it gets easier to manage over time. I also want support for Discord based signals, basic risk filtering, and a simple config setup using env and a user config file. Include commands for status, screen, manage, config editing, lessons, performance, blacklist, and strategies. Make it feel usable by one operator on a local machine. If anything is unclear, look up the current Solana and Meteora docs online.
Want more depth? Deep Reverse