Skip to content

Feature request: Pre-trade risk governance check #176

@likidodefi

Description

@likidodefi

StandX enables agents to create orders directly, but there's no portfolio-level guard — no max exposure, daily loss limit, or market-regime check before execution.

Per-order SL/TP is useful but doesn't prevent an agent from opening 10 correlated positions that collectively blow up the portfolio.

A governance layer between the agent and execution could:

  • Enforce max portfolio exposure per asset and total
  • Set daily/weekly loss circuit breakers
  • Detect market regime and restrict order types accordingly
  • Run as a deterministic policy the agent cannot override

Especially important for the OpenClaw ecosystem where multiple agents may be trading simultaneously.

I've been working on a pre-trade policy engine for autonomous agents: https://github.com/likidodefi/riskstate-mcp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions