Robinhood Chain · x402 · Agent-native
HoodIntel
Wall Street intelligence, priced for machines — 2¢ a query, no account, no human.
An AI-powered RWA intelligence API for tokenized stocks, ETFs and real-world assets on Robinhood Chain. Every request is paid on the spot with an x402 micropayment in USDG — built for autonomous agents first.
What it is
Overview
HoodIntel serves real-time analysis, forecasts and data queries for tokenized real-world assets on Robinhood Chain. There are no accounts, subscriptions or API keys: every request is paid on the spot with an x402 micropayment in USDG, which makes the API directly consumable by autonomous AI agents.
No accounts
No signup, no API key, no dashboard. An agent pays and gets an answer.
Live oracle prices
Chainlink data feeds on Robinhood Chain mainnet feed every report.
AI-native reports
Structured JSON: trend, confidence, risk, plus a full markdown analysis.
No signup
Try it live
Run a real analysis against live Chainlink prices, right here. This free demo returns signals only — the full AI report is served on paid x402 requests.
Free demo · signals only · the full AI report is available via paid x402 requests.
First call
Quickstart
A request without payment returns an HTTP 402 challenge describing exactly what to pay. An agent signs a USDG authorization and retries — no gas, no ETH, no human in the loop.
# 1. Ask for an analysis (unpaid → 402 challenge) curl "https://hoodintel.xyz/api/analyze?asset=NVDA&timeframe=short&detail=high" # 2. The agent signs an EIP-3009 USDG authorization and retries # with the base64 X-PAYMENT header → 200 OK + analysis # Health check (free) curl "https://hoodintel.xyz/api/health"
The reference agent client automates the 402 → sign → retry loop end to end.
How you pay
x402 Payment Flow
HoodIntel implements the x402 v1 standard. Payment settles gaslessly in USDG through the VLED facilitator, using an EIP-3009 transferWithAuthorization signature — so a bot with only USDG (and no native gas token) can pay.
GET /api/analyze?asset=NVDA&timeframe=short&detail=high
│
├─ no X-PAYMENT header
│ → 402 Payment Required
│ { amount, asset: USDG, payTo, network, maxTimeoutSeconds }
│
├─ client signs EIP-3009 transferWithAuthorization for USDG
│ (EIP-712 domain name is "Global Dollar")
│
├─ retry with base64 X-PAYMENT header
│ → facilitator /verify → handler runs → facilitator /settle
│
└─ 200 OK + analysis + X-PAYMENT-RESPONSE (on-chain tx hash)Settlement only runs after the handler succeeds, so a failed analysis never charges the caller.
Endpoints
API Reference
/api/analyze· paid (x402)Returns an analysis for a tracked asset: live price, trend/confidence/risk signals, and — at detail=high — a full AI report.
| Parameter | Values | Description |
|---|---|---|
asset* | NVDA, AAPL, GOOGL, … | Ticker of a tracked tokenized asset. GOOG is accepted as an alias for GOOGL. |
timeframeopt | short · medium · long | Analysis horizon. Defaults to short. Any other value returns 400. |
detailopt | basic · high | basic returns signals only; high adds the full AI report. Defaults to basic. |
Example response (200)
{
"asset": "NVDA",
"name": "NVIDIA Corporation",
"timeframe": "short",
"detail": "high",
"price": {
"source": "chainlink (robinhood-mainnet)",
"valueUsd": 201.84,
"updatedAt": "2026-07-17T09:50:47.000Z",
"stale": false
},
"signals": { "trend": "bullish", "confidence": 0.58, "riskLevel": "high" },
"summary": "…",
"report": "## NVDA Short-Term Thesis …" // detail=high only
}/api/health· freeService status, active chain, payment asset, tracked-asset count and x402 version.
Per query
Pricing
You pay per request, in USDG, at the moment of the call. No minimums, no monthly bill.
Price + Technicals
0.005 USDG
Real-time Chainlink oracle price with core trend and risk signals.
detail=basicDetailed AI Report
0.02 USDG
Full Claude-generated markdown report: thesis, drivers, on-chain angle, risks.
detail=highCustom Query
0.05–0.10 USDG
Free-form questions answered over live RWA data. Coming soon.
roadmapHolders of $HINT will unlock discounted per-query rates — see the token section below.
9 live feeds
Supported Assets
Every asset is priced from a Chainlink data feed on Robinhood Chain mainnet (8 decimals, 24h heartbeat). Stock feeds idle outside TradFi hours; responses flag a stale price so agents can weight it accordingly.
NVDA
NVIDIA Corporation
AAPL
Apple Inc.
GOOGL
Alphabet Inc.
MSFT
Microsoft Corporation
TSLA
Tesla, Inc.
AMZN
Amazon.com, Inc.
META
Meta Platforms, Inc.
SPY
SPDR S&P 500 ETF
QQQ
Invesco QQQ Trust
Ecosystem
$HINT Token
$HINT is the utility and alignment token of HoodIntel on Robinhood Chain. The API runs and settles in USDG today; $HINT sits on top as the way holders align with — and share in — the platform's growth.
Query discounts
Phase 1Hold $HINT to unlock reduced per-query pricing. The more you hold, the cheaper each call.
Staking
Phase 2Lock $HINT for reward weighting — longer locks earn a larger share and reduce circulating supply.
Revenue buybacks
Phase 3A share of API revenue buys back $HINT from the market and distributes it to stakers.
Fair launch
At launchNo presale, no private team allocation. Launched openly via a Robinhood Chain launchpad.
This page is the single source of truth for the $HINT contract address. Always verify it here before trading — ignore any address shared anywhere else.
Where it's going
Roadmap
Ship the working API first, prove real on-chain payment, then build the token economy on top of demonstrated usage — not the other way around.
Paid /api/analyze with Chainlink prices and Claude reports, a free rate-limited demo, and full docs.
Prove the full agent flow end to end: 402 challenge → EIP-3009 signature → VLED settle on Robinhood Chain.
Launch the token via a Robinhood Chain launchpad — no presale, no team allocation — and publish the contract on this page.
Hold $HINT to unlock reduced per-query pricing, read from the payer wallet balance at request time.
Lock $HINT for reward weighting; a share of API revenue buys back $HINT and distributes it to stakers.
Custom free-form queries, on-chain RAG (liquidity and volume), .hood-name payouts, and a third-party provider marketplace.
Questions
FAQ
Do I need an account or API key?
No. Authentication is the payment itself — a valid x402 USDG micropayment is the only thing a request needs.
What do I pay with?
USDG (Global Dollar) on Robinhood Chain. Payment is gasless via EIP-3009, so your agent needs USDG but no native gas token.
Is this investment advice?
No. HoodIntel output is informational analysis for machine consumption, not financial advice.
What happens if the analysis fails?
Settlement only runs after a successful response, so a failed request is never charged.
