Lp Bot Report

Summarize LP strategy status — slots held, PnL, fees, exits, wallet rent headroom, and free capacity.

hummingbot 7a14694 1.2 KB Updated

File contents

LP Bot Report — status summary

Assemble a concise status of the LP slots.

Gather

  • get_portfolio_overview(include_lp_positions=True) → wallet balances + live LP positions (real-time fees, token amounts).
  • list_executors(executor_types=["lp_executor"]) → running + recently closed slots.
  • Optionally search_history for realized PnL of closed slots this session.

Report format

Lead line: Slots: <open>/<slots> open | quote=<quote_asset> | net PnL (session): <quote>.

Per open slot: <pair> @ <venue> | state=<IN_RANGE/OUT_OF_RANGE> | range [lo–hi] (price P) | value=<quote> | fees=<quote> | uPnL=<±%>

Then:

  • Exits this session: pair, reason (TP/SL/abandoned), realized PnL, fees, duration.
  • Free slots: count + top-ranked candidate waiting (from pool_ranking).
  • Wallet: SOL free vs min_wallet_sol_reserve (rent headroom), quote available for new slots.
  • Flags: any FAILED opens, thin-TVL warnings, or SOL-too-low-to-open conditions.

Keep it scannable — key: value lines, numbers in quote_asset.

hummingbot/condor/tree/main/agents/solana_dex_lp_expert/skills/lp_bot_report commit 7a14694529

Frequently asked questions

npx skillmds@latest add hummingbot/lp-bot-report