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

Allora reads use the same Thirdfy session as other catalog actions. CLI and MCP do not take an Allora key.

LayerModel
CLI / MCPThirdfy auth (email OTP or agent API key).
CreditsThirdfy credits on the agent wallet.
ExecutionNone from Allora. Use trading or perps providers for writes.

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

  • Agent authenticated for discovery and 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.