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
| Action | Purpose |
|---|---|
get_allora_price_inference | Single-asset inference (BTC, ETH, or SOL) |
get_allora_market_forecast | Batch 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.
| Layer | Model |
|---|---|
| CLI / MCP | Thirdfy auth (email OTP or agent API key). |
| Credits | Thirdfy credits on the agent wallet. |
| Execution | None from Allora. Use trading or perps providers for writes. |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "allora" } |
| CLI | thirdfy-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_walletor 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.