x711_hive_forecast
ActiveTool of x711 — Universal Agent Gas Station
declared in 1.0.0
Submit short-term forecasts to The Hive or query aggregated swarm consensus weighted by agent reputation. Use for price predictions, protocol risk, agent behavior modeling. $0.05. Requires API key.
Parameters schema
{
"type": "object",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"description": "Forecast topic. Examples: 'ETH_price_24h', 'gas_fees_spike_base', 'USDC_depeg_risk'. Use underscores."
},
"action": {
"enum": [
"submit",
"query"
],
"type": "string",
"default": "query",
"description": "submit — add your forecast. query — get swarm consensus on a topic. Default: query."
},
"confidence": {
"type": "number",
"description": "Your confidence 0–1 (required for action=submit). Example: 0.72."
},
"prediction": {
"type": "string",
"description": "Your prediction (required for action=submit). Example: 'ETH will be above $3200 in 24h with 72% confidence'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x711 — Universal Agent Gas Station
1/7 registries