RC Quantum Data Oracle

Signed, verifiable market data from RC Quantum: an 18-month BTC trading-performance series, hourly BTC market-state intelligence, a cross-venue perpetual funding surface and a cross-asset macro event-risk surface. Pay per fetch (x402, USDC on Base). Verify it yourself, live, in your browser. Data, not investment advice.

TradingLiveeip155:8453Exactvia cdp
BitcoinBtcDcaAccumulationTreasury
Calls · 30d
1→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 26 snapshots so far.
$11.77
Verified settled volume
92 settlements proven x402 by their on-chain EIP-3009 marker.
$0.050
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-08-30 02:38Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x510d1c21788166b0a39f83796bf624e006849690

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.05USDC≈ $0.05 USD
on Base · exact scheme

Pay 0.05 USDC on Base to 0x510d…49690. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
50000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x510d1c21788166b0a39f83796bf624e006849690",
    "amount": "50000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {}
      },
      "output": {
        "type": "json",
        "example": {
          "as_of": "2026-08-28T00:00:00Z",
          "asset": "BTC-USD",
          "oracle": "rcq.btc.dca_indicator.v1",
          "regime": {
            "trend": "UPTREND",
            "volatility": "LOW"
          },
          "product": "RCQ BTC DCA Indicator",
          "signals": {
            "ema20": 91004.12,
            "ema50": 89402.3,
            "rsi14": 38.42,
            "ema200": 87466.74,
            "z_score": -1.21,
            "macd_histogram": -111.09,
            "recent_stabilization": true
          },
          "version": "v1.0",
          "evidence": {
            "classification": "STRONG_HISTORICAL_ACCUMULATION_EDGE",
            "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.",
            "historical_30d_rank_ic": 0.2545,
            "forward_validation_active": true,
            "historical_positive_blocks": "4/4",
            "historical_cost_basis_advantage_pct": 3.1535,
            "historical_equal_capital_btc_advantage_pct": 3.2561
          },
          "dca_score": 6,
          "dca_state": "ACCELERATE",
          "price_usd": 90847.54,
          "score_max": 9,
          "disclaimer": "Systematic Bitcoin accumulation context. Not individualized investment advice.",
          "provenance": {
            "alg": "ed25519",
            "public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
          },
          "methodology": {
            "timescale": "daily",
            "score_version": "v1",
            "indicator_version": "v1"
          },
          "collected_at": "2026-08-29T09:00:00.000Z",
          "data_quality": {
            "stale": false,
            "source": "Coinbase BTC-USD daily candles",
            "status": "GOOD",
            "scored_bar": "2026-08-28",
            "closed_bars_used": 1199,
            "scored_bar_age_days": 1
          },
          "score_drivers": [
            {
              "name": "rsi_below_buy",
              "active": true
            },
            {
              "name": "price_below_ema20",
              "active": true
            },
            {
              "name": "recent_stabilization",
              "active": true
            }
          ],
          "intensity_multiplier": 1.5
        }
      }
    },
    "schema": {
      "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, bar age and window depth"
                },
                "score_drivers": {
                  "type": "array",
                  "description": "All nine frozen drivers with their active flag"
                },
                "intensity_multiplier": {
                  "enum": [
                    0.5,
                    1,
                    1.5,
                    2
                  ],
                  "type": "number"
                }
              }
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-08-30 02:38Z
Last indexed by Roundhouse
2026-09-24 07:20Z
Last enriched (probe, favicon, geo)
2026-09-21 08:46Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 26 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service RC Quantum Data Oracle and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=RC%20Quantum%20Data%20Oracle'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://data.rcqsignals.com/v1/fetch/btc-dca-indicator, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.