{
  "x402Version": 2,
  "id": 4853,
  "slug": "4853",
  "resource": "https://data.rcqsignals.com/v1/fetch/btc-dca-indicator",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x510d1c21788166b0a39f83796bf624e006849690",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-08-28T00:00:00Z",
            "asset": "BTC-USD",
            "collected_at": "2026-08-29T09:00:00.000Z",
            "data_quality": {
              "closed_bars_used": 1199,
              "scored_bar": "2026-08-28",
              "scored_bar_age_days": 1,
              "source": "Coinbase BTC-USD daily candles",
              "stale": false,
              "status": "GOOD"
            },
            "dca_score": 6,
            "dca_state": "ACCELERATE",
            "disclaimer": "Systematic Bitcoin accumulation context. Not individualized investment advice.",
            "evidence": {
              "classification": "STRONG_HISTORICAL_ACCUMULATION_EDGE",
              "forward_validation_active": true,
              "historical_30d_rank_ic": 0.2545,
              "historical_cost_basis_advantage_pct": 3.1535,
              "historical_equal_capital_btc_advantage_pct": 3.2561,
              "historical_positive_blocks": "4/4",
              "significance_note": "Family-wise block-permutation p-values did not reach significance, so this is a historical accumulation edge under forward validation, not proven predictive alpha."
            },
            "intensity_multiplier": 1.5,
            "methodology": {
              "indicator_version": "v1",
              "score_version": "v1",
              "timescale": "daily"
            },
            "oracle": "rcq.btc.dca_indicator.v1",
            "price_usd": 90847.54,
            "product": "RCQ BTC DCA Indicator",
            "provenance": {
              "alg": "ed25519",
              "public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
            },
            "regime": {
              "trend": "UPTREND",
              "volatility": "LOW"
            },
            "score_drivers": [
              {
                "active": true,
                "name": "rsi_below_buy"
              },
              {
                "active": true,
                "name": "price_below_ema20"
              },
              {
                "active": true,
                "name": "recent_stabilization"
              }
            ],
            "score_max": 9,
            "signals": {
              "ema20": 91004.12,
              "ema200": 87466.74,
              "ema50": 89402.3,
              "macd_histogram": -111.09,
              "recent_stabilization": true,
              "rsi14": 38.42,
              "z_score": -1.21
            },
            "version": "v1.0"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "as_of": {
                    "description": "The last CLOSED UTC daily bar that was scored",
                    "format": "date-time",
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "audit": {
                    "description": "Parity provenance and the documented timescale deviation",
                    "type": "object"
                  },
                  "collected_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "data_quality": {
                    "description": "Source, staleness, bar age and window depth",
                    "type": "object"
                  },
                  "dca_score": {
                    "maximum": 9,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "dca_state": {
                    "enum": [
                      "LIGHT",
                      "BASE",
                      "ACCELERATE",
                      "AGGRESSIVE"
                    ],
                    "type": "string"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "evidence": {
                    "description": "Historical study metrics, shipped with their significance caveat",
                    "type": "object"
                  },
                  "freshness": {
                    "type": "object"
                  },
                  "intensity_multiplier": {
                    "enum": [
                      0.5,
                      1,
                      1.5,
                      2
                    ],
                    "type": "number"
                  },
                  "license": {
                    "type": "string"
                  },
                  "methodology": {
                    "type": "object"
                  },
                  "oracle": {
                    "type": "string"
                  },
                  "price_usd": {
                    "type": "number"
                  },
                  "product": {
                    "type": "string"
                  },
                  "provenance": {
                    "type": "object"
                  },
                  "regime": {
                    "description": "Descriptive trend and volatility context; not scored components",
                    "type": "object"
                  },
                  "score_drivers": {
                    "description": "All nine frozen drivers with their active flag",
                    "type": "array"
                  },
                  "score_max": {
                    "type": "integer"
                  },
                  "signals": {
                    "description": "The indicator values behind the score",
                    "type": "object"
                  },
                  "thresholds": {
                    "description": "The frozen RSI and z-score thresholds",
                    "type": "object"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.rcqsignals.com",
  "lastUpdated": "2026-08-30T02:38:33.723Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T02:38:33.243Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.rcqsignals.com",
    "manifest_name": "data.rcqsignals.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}