Signals and market data
Read-only forecast and analytics providers for agent decisions. No on-chain execution from these actions alone.
Provider families: allora, nansen (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
Allora and Nansen are hosted through Thirdfy. CLI and MCP use ordinary Thirdfy auth. No extra venue key.
| Layer | Model |
|---|---|
| Allora / Nansen reads | Thirdfy CLI or MCP session. Thirdfy credits pay the action. |
| Execution elsewhere | Trading, earn, and prediction venues use their own setup pages. See category hubs. |
Discovery
- MCP:
getProviderActions { provider: "allora" }or{ provider: "nansen" } - CLI:
thirdfy-agent actions --provider allora --jsonor--provider nansen - REST:
GET https://api.thirdfy.com/api/v1/agent/actions/catalog
Typical use
- Fetch Allora forecast (
get_allora_market_forecastorget_allora_price_inference) and, when relevant, Nansen HL research (get_nansen_perp_screenerorget_nansen_position_intelligence). - 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 EarnOrg may attach Allora output as advisory signalEvidence when operator env enables it. Deploy detail lives on docs.earnorg.com.