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
| Layer | Model |
|---|---|
| Allora API | ALLORA_API_KEY on the Thirdfy API host (operator config) |
| Agent / user | Standard Thirdfy auth for CLI/MCP. No Allora secret in client env. |
| Execution | None from Allora actions alone. Use trading/perps providers for writes. |
If the API key is missing, actions return a configuration error.
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
- Thirdfy API deployed with valid
ALLORA_API_KEY. - Agent authenticated for discovery/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.