Dynamic risk governance beyond static guards #116
likidodefi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OpenAlice's Guard Pipeline is a great foundation for per-trade safety checks — max position size and cooldowns cover the basics well.
One area that could take it further: regime-aware dynamic sizing. The current thresholds are static, which means the guards behave the same whether the market is trending, choppy, or in crisis.
A few ideas for extending the Guard Pipeline:
I've been building a deterministic policy engine for autonomous trading agents that handles exactly this — happy to discuss approaches or potential integration points: https://github.com/likidodefi/riskstate-mcp
Beta Was this translation helpful? Give feedback.
All reactions