# Mycelia Signal Perp Setup Oracle

> Mycelia Signal Perp Setup Oracle is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Scans BTC, ETH, and SOL perpetual futures regimes simultaneously and returns the highest-confidence trading setup with signal alignment, edge, invalidation conditions, and market bias

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/intel/perp/setup
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mycelia-signal-perp-setup-oracle-526c8c79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dHABMSVsXGcPc1o1pxKTC

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 mycelia-signal-perp-setup-oracle-526c8c79
```

Example prompt: Scan BTC, ETH, and SOL perps right now and tell me which one has the highest-confidence setup — I need the signal alignment, the edge, any invalidation conditions, and the overall market bias, with the oracle attestation.

## When to prefer this

Choose this endpoint when you need a cross-asset perp signal that has been ranked by confidence across BTC, ETH, and SOL simultaneously, rather than querying each market individually. Especially valuable when you need a cryptographically attested result (Ed25519) for trustless or verifiable downstream use. Prefer over generic price feeds when you want actionable trade setup framing including invalidation levels and market bias, not just raw price data.

## Known failure modes

- Payment not provided or insufficient — endpoint requires $1 USDC via x402 protocol before data is returned
- Regime scan inconclusive — all three assets may return low confidence, resulting in no setup surfaced
- Network latency to exchanges may cause stale data if upstream feeds are delayed
- Ed25519 attestation generation failure if signing key is unavailable
- Rate limiting if called too frequently without valid payment per call

## How this service works

Scans BTC+ETH+SOL perp regimes simultaneously. Returns highest-confidence setup with signal_alignment, edge, invalidation_conditions, market_bias. Layer 3 Oracle Intelligence. — Ed25519 signed attestation

## Output

Returns the single highest-confidence perpetual futures setup across BTC, ETH, and SOL, including: signal_alignment (how well indicators agree), edge (quantified opportunity metric), invalidation_conditions (price levels or events that would void the setup), market_bias (bullish/bearish/neutral directional lean), and an Ed25519 cryptographic attestation signing the result for verifiability.

## 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/mycelia-signal-perp-setup-oracle-526c8c79/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)
