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.

Content in all repositories owned by your account will be closed.
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

The risk layer for crypto. Three deterministic engines that tell you — or your agent — how much exposure is allowed, whether price sits near a structural inflection, and which setups are live right now. BTC/USD and ETH/USD, across spot, perps and DeFi borrowing.

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 governs size — every decision hashed, so it can be audited after the fact.


The code lives at @Riskstate — REST docs, typed TS + Python clients, the MCP server, and reference agent architectures.

Try it without installing anything: add https://api.riskstate.ai/mcp as a custom connector in Claude or ChatGPT, then ask it what the risk state of BTC is.

Also building Hyperhelm — a non-custodial trading cockpit that executes on top of those engines.


riskstate.ai · Docs · @riskstate_ai · Built by Digital Venture Asset LLC

Pinned Loading

  1. Riskstate/risk-engine Riskstate/risk-engine Public

    Pre-trade risk API for crypto — BTC/USD and ETH/USD exposure governance. Spot, perps, and DeFi aware. 30+ signals, 5-level policy engine.

    13 2

  2. Riskstate/mcp Riskstate/mcp Public

    MCP server for RiskState, the risk layer for crypto. Keyless remote connector at api.riskstate.ai/mcp for Claude and ChatGPT — risk state, market structure and trading playbooks — plus the stdio se…

    TypeScript 1

  3. Riskstate/agent-setups Riskstate/agent-setups Public

    Open reference architectures for autonomous crypto agents with external risk governance. Examples using Hermes, OpenClaw, ElizaOS, AgentKit, CoinGlass, DeFiLlama, Nansen, Alchemy, CoW Swap, Uniswap…

    2

  4. Riskstate/market-structure-engine Riskstate/market-structure-engine Public

    Typed client (TS + Python) for the RiskState Market Structure Engine — structural events, structural map & a governed playbook for BTC/USD & ETH/USD. The navigator engine.

    TypeScript

  5. Riskstate/trading-playbook-engine Riskstate/trading-playbook-engine Public

    Typed client (TS + Python) for the RiskState Trading Playbook Engine — a registry of locked crypto setups & which fire now for BTC/USD & ETH/USD, gated by structure + risk. Public, no key. The stra…

    TypeScript