The workflow
Inspect the vault's composition and health
GET /v2/vault/{vaultId}/health and GET /v2/vault/{vaultId}/markets return the vault’s current health and the markets it allocates into — so you see concentration and what the vault is actually exposed to.Classify the oracle behind each market
For each underlying market,
GET /v2/oracle/{marketId}/classification (with …/classification-history and …/edge-cases) reports how the price oracle is wired and whether it can be trusted right now. A market is only as safe as the feed pricing it — see Oracle classification.Check the curator's track record
GET /v2/curators/{addr}/track-record (plus …/fee-history, …/allocations, …/cap-timeline) and GET /v2/vault/{vaultId}/governance/timeline show who curates the vault, how they’ve managed risk and fees over time, and what governance actions they’ve taken.Cross-check the independent risk score
GET /v2/pool/{poolId}/risk-scores returns Alterscope’s reconstructions of published peer methodologies for the pool, as an independent second opinion. Read what each score means and doesn’t on the Pool risk scores page.