$ onchain-stock-data
/analyst

Analyst

AI エージェントが既存 5 API (stocks / ipo / liquidity / holders / alpha-posts) を並列で叩いて、Claude で構造化 IC memo を生成する 有料エンドポイントです。 これはエージェント向け API です (ブラウザでは無料で本ページとサンプルを閲覧可)。

Depth × Pricing

depthdata sourcestimeprice (USDC)
quick5 internal endpoints only3-5 min$0.50
standard+ SEC EDGAR filings (recent)10-15 min$1.50
deep+ earnings call transcript + comparable financials20-30 min$3.00

Settlement: Base USDC or Solana USDC via x402. AA (Anthropic Agent) や 自社 backend には `X-Internal-Key` で課金スキップ。

Request / Response

# Agent (x402-charged)
curl -X POST https://onchain-stock-data.vercel.app/api/analyst \
  -H "Content-Type: application/json" \
  -d '{"ticker": "SPCX", "depth": "standard"}'
# → HTTP 402 with x402 challenge ($1.50 USDC)

# Internal (zero-cost, AA / self-hosted backends)
curl -X POST https://onchain-stock-data.vercel.app/api/analyst \
  -H "Content-Type: application/json" \
  -H "X-Internal-Key: $INTERNAL_API_KEY" \
  -d '{"ticker": "SPCX", "depth": "standard"}'
# → HTTP 200 with structured JSON report

# Browser (free HTML, this page)
open https://onchain-stock-data.vercel.app/analyst
Python SDK example
import requests, os
res = requests.post(
    "https://onchain-stock-data.vercel.app/api/analyst",
    headers={
        "Content-Type": "application/json",
        "X-Internal-Key": os.environ["INTERNAL_API_KEY"],
    },
    json={"ticker": "SPCX", "depth": "standard"},
    timeout=300,
)
res.raise_for_status()
report = res.json()
print(report["verdict"], report["target_price_usd"])
JavaScript / x402-fetch example
import { wrapFetchWithPayment } from "x402-fetch";
const fetchWithPay = wrapFetchWithPayment(fetch, wallet);
const res = await fetchWithPay(
  "https://onchain-stock-data.vercel.app/api/analyst",
  {
    method: "POST",
    headers: { "Content-Type": "application/json" },
    body: JSON.stringify({ ticker: "SPCX", depth: "standard" }),
  },
);
const report = await res.json();
console.log(report.verdict, report.target_price_usd);

Sample output — SPCX (standard, $1.50)

hand-crafted illustrative sample: ANTHROPIC_API_KEY was not available in the build sandbox, so this file was authored by hand to match the schema. Replace by POSTing /api/analyst with depth=standard on a deployed instance to get a real Claude-generated report.
SPCXSpace Exploration Technologies Corp. (SpaceX)
WATCHtarget $78.00 · size 1.5%

SpaceX (planned ticker SPCX) is targeting a 2026-06-12 NASDAQ listing with a primary issuance allocation route open via Backpack IPOs Onchain (Superstate × Solana). Pre-IPO secondary-market marks imply a ~$350B FDV, leaving limited upside vs the proposed $65 IPO price unless Starlink ARPU and Starship cadence beat plan. We recommend WATCH with a small 1.5% tracking position via the onchain allocation, scaling only on a successful first commercial Starship payload run post-listing.

planned_listing_date
2026-06-12
target_listing_market
NASDAQ
primary_issuance_route
Backpack IPOs Onchain (Superstate × Solana)
implied_fdv_usd_billion
350
tokenized_underlying_today
none (xStocks NVDAx/TSLAx are reference comps only)
indicative_ipo_price_usd
65
Bull case

Starlink crosses 8M paid subscribers and turns FCF-positive at the segment level by H2 2026, contributing >35% of consolidated revenue and breaking the 'launch services only' narrative. Starship reaches 12 orbital cadence by year-end, unlocking the Mars / NASA HLS / DoD heavy-lift revenue stack that no peer can price. Onchain primary issuance via Superstate × Solana lets APAC and crypto-native LPs absorb the float without the 90-day post-IPO lockup discount typical of US institutional placements, supporting a tighter float and a faster path to index inclusion. Tokenized SPCX (likely 'SPCXx' via Backed Finance) on Solana would deepen secondary liquidity within weeks of listing, mirroring the COIN / MSTR onchain premium pattern visible today on Raydium/Orca.

Bear case

The $350B implied FDV already prices a flawless 2027 Starlink IPO spinout and uninterrupted Starship cadence; any catastrophic failure or extended FAA grounding (cf. 2024 Starship-3 incident) compresses multiples by 30-40% quickly. SpaceX retains heavy Musk key-person concentration and a dual-class share structure that limits governance recourse — the same risk MSTR holders are now repricing. The Backpack IPOs Onchain rail is unproven at SPCX-scale size; settlement, KYC, and US-person enforcement under Superstate's framework could either delay allocations or trigger a clawback that hurts the first onchain holders. Finally, xStocks regional restrictions (US/UK/CA/AU/EU residents blocked) mean a large fraction of natural buyers cannot use the tokenized exposure, capping the onchain premium upside vs the traditional book.

Investment thesis
  • Onchain primary allocation is a differentiated entry vs traditional IPO syndication.
    Source: /api/ipo — SPCX listed with platform 'Backpack IPOs Onchain', partner 'Superstate × Solana', status 'waitlist open' as of 2026-05-23.
  • Existing onchain tokenized-equity demand is real and reflexive — DEX pools sustain premiums on high-conviction names.
    Source: /api/liquidity — COINx (+0.13%), MSTRx (+0.14%), GMEx (+0.42%) DEX prices trade premium to NASDAQ/NYSE reference, indicating tokenized retail bid for narrative names; SPCXx would likely inherit this pattern.
  • Solana DEX infrastructure can absorb meaningful float within days of listing.
    Source: /api/liquidity — Top tokenized names already see $3-8M TVL on Raydium+Orca pools combined; SPCXx could replicate inside a week.
  • Holders on existing xStocks skew toward custodial exchange wallets, leaving room for retail accumulation.
    Source: /api/holders — NVDAx top-3 concentration (Kraken+Bybit+Raydium pool) = 36.2%; the rest is fragmented across 4,200+ wallets, evidence of an active retail base for SPCXx.
Anti-thesis
  • Indicative $350B FDV bakes in flawless execution; any Starship setback is binary downside.
    Comp: TSLA mcap $1.11T at /api/stocks/TSLA price $345.70 implies SPCX trading at ~30% of TSLA on a P/Sales unprofitable basis is aggressive.
  • xStocks regional eligibility excludes the largest pools of natural SPCX buyers.
    Source: site disclaimer + Backed Finance T&Cs — US/UK/CA/AU/EU residents are excluded from tokenized exposure.
  • Onchain allocation rails are unproven at this notional size.
    Source: /api/ipo — SPCX is the first $300B+ FDV name on Backpack IPOs Onchain; no historical settlement data exists for the Superstate × Solana stack at this scale.
  • Index inclusion gating means traditional flows arrive on a 6-12 month lag, leaving day-1 supply/demand wholly retail and crossover-driven.
    Comp: COIN inclusion lag in 2021 set a 9-month precedent before S&P 500 add.
Valuation
Sum-of-the-parts (Launch + Starlink + Future)
$285B
Launch services $80B (25x 2026E EBITDA), Starlink $150B (15x 2027E recurring ARR at 8M subs × $90 ARPU), Future optionality (Starship/Mars/DoD) $55B. Implies $59/share vs $65 indicative IPO price.
Comparable onchain tokenized-equity premium / discount
$380B
Bull-case: SPCXx trades 8% DEX premium to listing price for first 30 days (in line with MSTR/COIN onchain premiums seen on Raydium today), justifying $79/share blended print. Source: /api/liquidity deviation_pct.
Top risks
sevlikelihoodrisk
52Starship test or operational failure during the 30-day post-listing window. Mitigant: small initial position, scale on first successful commercial payload.
43Onchain allocation settlement issue at the Superstate × Solana layer (KYC re-verification, US-person clawback, or wrapper redemption gating). Mitigant: monitor /api/ipo status weekly, follow Backpack waitlist comms.
43Musk key-person event impacts execution / governance. Mitigant: standard for the name; reflected in dual-class discount.
33Macro repricing: 10Y > 5.0% compresses long-duration unprofitable-growth multiples by 20-30%.
32Regulatory action against tokenized US equities in additional jurisdictions, shrinking the xStocks-accessible buyer pool.
Upgrade if…
  • First post-listing commercial Starship payload succeeds without anomaly
  • Starlink discloses >7M paid subscribers in first quarterly print
  • SPCXx (Backed Finance tokenized SPCX) launches on Solana with >$5M Raydium TVL inside 30 days
  • Indicative IPO price prints below $58 (>10% to SOTP base case)
Downgrade if…
  • Listing date slips beyond Q3 2026
  • Starship test failure with FAA grounding lasting >60 days
  • Onchain allocation settlement issue at first batch
  • Implied FDV at open > $420B (>15% premium to top of fundamental range)
Sources called
endpointsummarycost
/api/stocks/SPCXNot yet listed; no record (expected — IPO calendar item).$0.00
/api/ipoSPCX planned 2026-06-12 NASDAQ listing; Backpack IPOs Onchain waitlist open via Superstate × Solana.$0.00
/api/liquidityReference: COIN/MSTR/GME tokenized peers show +0.13% to +0.42% DEX premium over US listings; $3-8M TVL per name on Raydium+Orca.$0.00
/api/holdersReference: 4,200+ NVDAx wallets, top-3 concentration ~36% (exchange + AMM); retail tail is substantial.$0.00
/api/alpha-postsCurrent Alpha feed (HesterPeirce, InTheAssembly, JaguarAnalytics) is supportive of tokenized-equity primary issuance experiments.$0.00

本レポートは投資助言ではありません。Claude (Anthropic) が公開情報および本プロダクトの内部 API を統合して生成したものであり、数値は概算です。実際の投資判断には認可を受けた投資アドバイザーへの相談を推奨します。xStocks には米英加豪EU 等の居住者制限があるため、tokenized 経由のエクスポージャー取得前にご自身の居住地域の規制を必ず確認してください。