lpagent is the command-line interface for LP Agent.It lets users and AI agents discover pools, inspect positions, and execute zap-in/zap-out transaction workflows from terminal scripts.
Works as a standalone CLI
Works well in coding-agent environments
JSON output for automation, table output for humans
CLI Repository
Source code, releases, and issue tracking for the LP Agent CLI.
# Go installgo install github.com/lpagent/cli/cmd/lpagent@latest# Build from sourcegit clone https://github.com/lpagent/cli.git && cd climake build./bin/lpagent --help
lpagent token balance --owner <addr>lpagent api get /lp-positions/opening --query "owner=<addr>"lpagent api post /position/decrease-quotes --data '{"id":"...","bps":5000}'