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
1
Get candidate markets
hl --json feed liquidity-provider --limit 15 | jq '{ markets: .markets }' > markets.json2
Ask the allocator
hl lp allocator --markets markets.json3
Execute separately
Use your own execution workflowCurrent 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.