Skip to main content

Multi-asset coverage

Alphio covers 8 asset classes across stocks, crypto, derivatives, and prediction markets — all in a single workspace, surfaced through one chat and one watchlist.

Find it at: any detail page (/stock/:symbol, /crypto/:symbol, etc.), or via top-bar symbol search.


1. Asset class matrix

Asset classDetail page depthTradingNotes
US StocksDeep (6 tabs)Yes — broker via SnapTradeFull Alphio AI research stack: overview, technicals, financials, etc.
HK StocksSingle pageYes — broker via SnapTrade/stock-hk/:symbol route.
ETFsSingle pageYes — broker via SnapTrade/etf/:symbol route.
Crypto (spot)Single pageYes — connected venue/crypto/:symbol route.
Hyperliquid PerpetualsSingle pageYes — on-chain Hyperliquid/hyperliquid/:symbol route; perpetual contracts.
ForexSingle pageRead-only/forex/:symbol route.
MetalsSingle pageRead-only/metals/:symbol route (gold, silver, etc.).
Polymarket PredictionSingle pageYes — signed CLOB ordersBinary outcome markets with USDC bridging.

Only US Stocks has the multi-tab research stack. The other seven classes have a single consolidated page combining quote, chart, and key data.


2. Detail page depth

The US Stocks detail page (/stock/:symbol) is organised into six tabs:

  1. Overview — quote, headline figures, company description, key ratios.
  2. Technical — interactive K-line chart, indicators (MA, RSI, MACD, Bollinger), and pattern detection.
  3. Financial — income statement, balance sheet, cash flow, multi-period comparison.
  4. Should I Buy? — Alphio AI's structured buy / hold / avoid view with reasoning.
  5. News & Events — ticker-tagged news, earnings dates, congressional and institutional trades.
  6. Stock Price Prediction — short and medium-horizon AI price-path projections with confidence bands.

The other seven asset classes show a single consolidated page. For deeper analysis on those, use Alphio AI directly — see section 4.


Symbol search opens from the top bar.

  • PC. A modal opens from the top-bar search affordance. Tabs split Stocks and Crypto; results show ticker, name, current quote, and an asset-class badge (US / HK / ETF / Crypto / Metal / Forex / Contract).
  • Mobile. A dedicated /search route. The icon lives in the top-right of every page.

Click any result to jump to that asset's detail page. The router resolves the right URL via getAssetDetailPath — HK locale routes to /stock-hk/:symbol, asset-type 1 to /etf/:symbol, asset-type 2 to /crypto/:symbol, asset-type 3 to /metals/:symbol, asset-type 4 to /forex/:symbol, asset-type 5 to /hyperliquid/:symbol, and default to /stock/:symbol.


4. Researching across classes via chat

Alphio AI handles cross-asset questions natively — you don't have to pick a tab first.

  • Single asset. "Tell me about NVDA's last earnings." — Alphio AI pulls financials and news.
  • Cross-class comparison. "Compare ETH spot vs ETH-USD perp funding over the last 30 days." — Alphio AI pulls both rails.
  • Hedged ideas. "If I'm long NVDA, what crypto pair would historically hedge a drawdown?" — Alphio AI runs cross-class correlation.
  • Prediction-market context. "What does Polymarket imply for the next Fed decision?" — Alphio AI reads binary odds.

For prompt patterns and conversation shape, see How to chat.


Agent Instructions: Querying This Documentation

If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:

GET https://docs.alphio.ai/research/multi-asset-coverage.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.