LP Workspace

The allocator is recommendation-only for now. Use the CLI to pass an explicit market list through the web API, then execute separately with your trading tool.

Manual Flow

Feed to allocator to execution

CLI docs
1

Get candidate markets

hl --json feed liquidity-provider --limit 15 | jq '{ markets: .markets }' > markets.json
2

Ask the allocator

hl lp allocator --markets markets.json
3

Execute separately

Use your own execution workflow

Current Boundary

Hedge Layer no longer runs automated allocator loops, scheduled LP jobs, or in-app order approval flows. The web layer authenticates allocator requests and forwards explicit market payloads to AgentCore; execution remains outside the app.