# Mycelias Regime Consensus Oracle

> Mycelias Regime Consensus Oracle is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Aggregates BTC/ETH/SOL perp, TradFi, MSSI, MSTI, and Macro Risk signals into a single cryptographically-attested market regime alignment score with STRONG/MODERATE/WEAK/CONFLICTED rating and dominant theme.

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/intel/consensus
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mycelias-regime-consensus-oracle-d0ba8aad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g1Lm5P3ZeDz2l_qvmvIwj

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 mycelias-regime-consensus-oracle-d0ba8aad
```

Example prompt: What's the current market regime consensus across BTC, ETH, SOL perps and macro — are the signals strongly aligned, conflicted, or somewhere in between, and what's the dominant theme?

## When to prefer this

Use this endpoint when you need a single authoritative, cryptographically-verified cross-asset market regime classification that synthesizes both crypto derivatives and traditional finance signals. Prefer this over individual signal endpoints when you want a pre-aggregated consensus rather than raw data, or when downstream logic needs a simple categorical regime label (STRONG/MODERATE/WEAK/CONFLICTED) backed by a verifiable attestation.

## Known failure modes

- Upstream signal feeds unavailable — may return partial or degraded consensus
- Payment not received or insufficient USDC — 402 Payment Required
- Rate limiting or quota exceeded — 429 response
- Signature verification failure if attestation key is rotated
- Conflicted regime with no dominant theme when signals are maximally divergent

## How this service works

Regime Consensus — aggregates BTC/ETH/SOL perp, TradFi, MSSI, MSTI, Macro Risk into alignment score. STRONG/MODERATE/WEAK/CONFLICTED with dominant theme and weighted votes. Layer 3 Oracle Intelligence. — Ed25519 signed attestation

## Output

Returns a regime alignment label (STRONG, MODERATE, WEAK, or CONFLICTED), a dominant market theme description, and a breakdown of weighted votes from individual signal sources including BTC/ETH/SOL perpetuals, TradFi, MSSI, MSTI, and Macro Risk. The entire payload is accompanied by an Ed25519 signed attestation for cryptographic verification.

## 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mycelias-regime-consensus-oracle-d0ba8aad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.myceliasignal.com](https://www.zero.xyz/host/api.myceliasignal.com/llms.txt)
