Builder intent
need real-time price feeds
Pyth supplies low-latency feeds, Arbitrum One supports low-cost execution, and Gelato can automate updates or maintenance flows.
Also available as JSON · Markdown
Recommended stack
What the agent receives
The intent page exposes the same structured recommendation shape agents should use: matched intent, stack roles, readiness scores, difficulty, risks, next steps, and registry version.
agent output · application/jsonstructured
{
"intent": "I need real-time price feeds",
"matched_intent": "real-time-price-feeds",
"recommended_stack": [
{
"slug": "pyth",
"name": "Pyth Network",
"role": "supporting_protocol",
"readiness_score": 82,
"integration_difficulty": "medium",
"reason": ""
},
{
"slug": "arbitrum-one",
"name": "Arbitrum One",
"role": "supporting_protocol",
"readiness_score": 80,
"integration_difficulty": "low",
"reason": ""
},
{
"slug": "gelato",
"name": "Gelato",
"role": "supporting_protocol",
"readiness_score": 79,
"integration_difficulty": "medium",
"reason": ""
}
],
"excluded_candidates": [],
"risks": [],
"next_steps": [],
"generated_with": "composewith.eth",
"registry_version": "2026.06.10-8752c9d"
}