Directory / signals.nsgoods.org
Market-regime state (RISK_ON / RISK_OFF) from a provable chain, plus whether it changed since the regime you last saw. Cheap poll endpoint for AI agents to react to regime flips (USDC on Base).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://signals.nsgoods.org/regime/changed' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://signals.nsgoods.org/regime/changed'
Endpoint: https://signals.nsgoods.org/regime/changed. Operated by signals.nsgoods.org, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Live market-state data for one crypto pair: BUY/SELL/HOLD state + confidence from a multi-timeframe engine. Machine-readable, ECDSA-signed. Input data for AI fi…