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.

LayerModel
Allora / Nansen readsThirdfy CLI or MCP session. Thirdfy credits pay the action.
Execution elsewhereTrading, 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 --json or --provider nansen
  • REST: GET https://api.thirdfy.com/api/v1/agent/actions/catalog

Typical use

  1. Fetch Allora forecast (get_allora_market_forecast or get_allora_price_inference) and, when relevant, Nansen HL research (get_nansen_perp_screener or get_nansen_position_intelligence).
  2. Compare to venue mids or your own reference price (referenceMid optional param).
  3. 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.