Allora

Read-only Allora network price inference for BTC, ETH, and SOL. Advisory forecasts via provider allora.

Category: Market data · signals

Allora exposes read-only price inference through Thirdfy provider allora. Forecasts are advisory inputs for agent decisions. They are not execution triggers.

Actions

ActionPurpose
get_allora_price_inferenceSingle-asset inference (BTC, ETH, or SOL)
get_allora_market_forecastBatch forecast for one or more assets

Horizons: 5m, 8h (default 5m).
Assets: BTC, ETH, SOL (catalog-supported set).

Optional param referenceMid lets agents compare Allora output to a venue mid or mark price.

Credential model

LayerModel
Allora APIALLORA_API_KEY on the Thirdfy API host (operator config)
Agent / userStandard Thirdfy auth for CLI/MCP. No Allora secret in client env.
ExecutionNone from Allora actions alone. Use trading/perps providers for writes.

If the API key is missing, actions return a configuration error.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
thirdfy-agent actions --provider allora --json
SurfaceExample
MCPgetProviderActions { provider: "allora" }
CLIthirdfy-agent run --action get_allora_market_forecast --params '{"assets":["BTC","ETH"],"horizon":"8h"}' --provider allora --json

Readiness checklist

  • Thirdfy API deployed with valid ALLORA_API_KEY.
  • Agent authenticated for discovery/run (email OTP agent_wallet or agent API key per lane).
  • Downstream strategy treats forecasts as advisory only.
  • For Hyperliquid overlays, compare forecast to Hyperliquid mids before sizing.

Execution lanes

Allora actions are read-only and fanoutSafe. They do not require delegation binding for forecast reads. Any execute-intent on other providers still requires normal preflight and delegation rules.