# RC Quantum Data Oracle – BTC DCA Accumulation Score

> RC Quantum Data Oracle – BTC DCA Accumulation Score is a paid API for AI agents from data.rcqsignals.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a 0-9 Bitcoin DCA accumulation score plus a LIGHT/BASE/ACCELERATE/AGGRESSIVE state and intensity multiplier, derived from trend, momentum, and mean-reversion signals, cryptographically signed with Ed25519.

## Facts

- Endpoint: GET https://data.rcqsignals.com/v1/fetch/btc-dca-indicator
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rc-quantum-data-oracle-btc-dca-accumulation-score-610a8c68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5QTmiSOcQaB59Wd63yADG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rc-quantum-data-oracle-btc-dca-accumulation-score-610a8c68
```

Example prompt: What's the current RC Quantum BTC DCA score right now — should I be in LIGHT, BASE, ACCELERATE, or AGGRESSIVE mode, and what intensity multiplier does it recommend?

## When to prefer this

Choose this endpoint when you need a single, pre-computed, cryptographically-verifiable Bitcoin DCA accumulation signal that fuses trend, momentum, and mean-reversion into one actionable score and state, without having to aggregate raw exchange data yourself. It is ideal for automated DCA bots, portfolio management agents, and alerting systems that need a signed, auditable recommendation they can pass downstream with provenance intact. Prefer alternatives if you need intraday granularity (see the hourly market-state endpoint), raw funding rate data, or macro fragility context.

## Known failure modes

- Stale data if the last closed daily bar is delayed — indicated in data_quality.bar_age
- Upstream exchange feed outage causing incomplete signal computation
- HTTP 402 payment required if USDC payment is not provided or fails
- Invalid or expired payment token returning 401/403
- Network timeout on the data.rcqsignals.com endpoint
- Score may reflect only partially complete intraday data if queried before UTC daily close

## How this service works

How hard to lean into a BTC DCA budget now: a 0-9 accumulation score plus LIGHT/BASE/ACCELERATE/AGGRESSIVE state and intensity multiplier, from trend, momentum and mean-reversion. Ed25519-signed. Not advice.

## Output

A JSON object containing: an integer DCA score from 0 to 9, a categorical DCA state (LIGHT, BASE, ACCELERATE, or AGGRESSIVE), an intensity multiplier (0.5, 1, 1.5, or 2), current BTC price in USD, the nine frozen signal drivers with active flags, RSI and z-score threshold values, trend/volatility regime context, historical evidence metrics with significance caveats, data quality and freshness metadata, provenance details, methodology documentation, and an Ed25519 cryptographic signature over the payload for verification. A disclaimer and license are also included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "as_of": {
       "type": "string",
       "format": "date-time",
       "description": "The last CLOSED UTC daily bar that was scored"
      },
      "asset": {
       "type": "string"
      },
      "audit": {
       "type": "object",
       "description": "Parity provenance and the documented timescale deviation"
      },
      "oracle": {
       "type": "string"
      },
      "regime": {
       "type": "object",
       "description": "Descriptive trend and volatility context; not scored components"
      },
      "license": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "signals": {
       "type": "object",
       "description": "The indicator values behind the score"
      },
      "version": {
       "type": "string"
      },
      "evidence": {
       "type": "object",
       "description": "Historical study metrics, shipped with their significance caveat"
      },
      "dca_score": {
       "type": "integer",
       "maximum": 9,
       "minimum": 0
      },
      "dca_state": {
       "enum": [
        "LIGHT",
        "BASE",
        "ACCELERATE",
        "AGGRESSIVE"
       ],
       "type": "string"
      },
      "freshness": {
       "type": "object"
      },
      "price_usd": {
       "type": "number"
      },
      "score_max": {
       "type": "integer"
      },
      "disclaimer": {
       "type": "string"
      },
      "provenance": {
       "type": "object"
      },
      "thresholds": {
       "type": "object",
       "description": "The frozen RSI and z-score thresholds"
      },
      "methodology": {
       "type": "object"
      },
      "collected_at": {
       "type": "string",
       "format": "date-time"
      },
      "data_quality": {
       "type": "object",
       "description": "Source, staleness, ba
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rc-quantum-data-oracle-btc-dca-accumulation-score-610a8c68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.rcqsignals.com](https://www.zero.xyz/host/data.rcqsignals.com/llms.txt)
