Skip to content
View likidodefi's full-sized avatar

Block or report likidodefi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
likidodefi/README.md

Hey — I'm building RiskState

Deterministic risk governance for autonomous crypto trading agents.

One API call before every trade. Your agent gets: policy level, max position size, leverage limits, blocked actions.

POST /v1/risk-state { "asset": "BTC" }

→ max_size: 35%  →  leverage_max: 1.5x  →  blocked: ["LEVERAGE_GT_2X"]

Not a signal. Not an oracle. A policy engine that tells agents how much risk is allowed.


Stack: 30+ real-time signals (macro, on-chain, derivatives, DeFi) · 5-level policy engine · SHA-256 audit trail · BTC + ETH

Integrate via: REST API · SKILL.md · MCP Server (npx @riskstate/mcp-server)

Listed on: awesome-mcp-servers · Glama · ClawHub · skills.sh · LobeHub


riskstate.ai · Docs · @riskstate_ai

API v1.2.0 · Free during beta · Built by Digital Venture Asset LLC

Pinned Loading

  1. riskstate-docs riskstate-docs Public

    Deterministic risk governance API for AI crypto trading agents. 30+ signals, 5-level policy engine, BTC + ETH.

    4

  2. riskstate-mcp riskstate-mcp Public

    MCP server for RiskState — deterministic risk governance API for crypto trading agents. Wraps POST /v1/risk-state as an MCP tool (get_risk_policy). 5-level policy engine: position sizing, leverage …

    TypeScript 1