Signals and market data
Read-only forecast and analytics providers for agent decisions. No on-chain execution from these actions alone.
Provider families: allora (more read-only providers will appear here as the catalog grows)
These integrations supply advisory data for agent reasoning. They do not submit swaps, orders, or vault writes by themselves. Pair forecasts with venue evidence and Thirdfy preflight before any execute-intent.
Integrations
Credential model
| Layer | Model |
|---|---|
| Allora reads | Thirdfy API operator config (ALLORA_API_KEY on API host). No user wallet or CEX key required. |
| Execution elsewhere | Trading, earn, and prediction venues use their own credential models. See category hubs. |
Agents call catalog actions through CLI or MCP. The API holds the Allora key; integrators do not pass Allora secrets in tool params.
Discovery
- MCP:
getProviderActions { provider: "allora" } - CLI:
thirdfy-agent actions --provider allora --json - REST:
GET https://api.thirdfy.com/api/v1/agent/actions/catalog
Typical use
- Fetch Allora forecast (
get_allora_market_forecastorget_allora_price_inference). - Compare to venue mids or your own reference price (
referenceMidoptional param). - Author intent only when setup, delegation, and preflight pass on the execution provider (for example Hyperliquid).
Hosted Hyperliquid templates on EarnClaw may attach Allora output as advisory signalEvidence when operator env enables it. Deploy detail lives on docs.earnclaw.com.