3 Dedicated Audits
Audited by Sec3, OtterSec, and Offside Labs — plus oracle coverage in broader Lend and Vault audits
$19.33B Volume
Total volume processed through Scope price feeds
0 Oracle Exploits
Zero oracle-related exploits since launch
What Scope Is
Scope is an on-chain program deployed on Solana that aggregates price data from independent premium oracle networks into a single, validated price feed. It is not a pass-through: Scope applies its own validation rules before accepting any price, and only publishes prices that pass all checks. The key insight behind Scope is that no single oracle provider is reliable enough to secure billions in deposits. Scope draws on two independent, institutional-grade networks whose strengths and failure modes do not overlap:- Different update models and latency profiles
- Different aggregation methodologies
- Independent infrastructure and operators
- Different manipulation-resistance characteristics
Architecture
Scope operates as a Solana program that:- Ingests prices from two independent premium oracle networks (Chainlink Data Streams and Pyth Pro)
- Validates each price against a preset of rules — staleness checks, deviation checks, cross-provider consistency
- Selects the best price dynamically based on freshness, consistency with other providers, and validation status
- Publishes the validated price to a single on-chain account that Kamino’s lending and vault contracts read from
Multi-Price Oracle System
The most significant upgrade to Scope’s architecture is the Multi-Price Oracle System — a fundamental evolution from selecting a single “best” price to continuously aggregating and cross-validating all available high-quality sources in real time. This system eliminates any remaining dependence on a single data provider, dynamically selects the freshest valid price at the moment of each transaction, and self-heals during provider downtime or deviation without manual intervention. The Multi-Price Oracle System was double-audited by Certora and Offside Labs before deployment. For details on how this system reduces oracle pricing risk, see Oracle Pricing Risk.Oracle Providers
Scope is built on two independent, institutional-grade decentralized oracle networks:
Both are pull-based: prices are requested on-demand rather than pushed on fixed heartbeat intervals, so the protocol reads the freshest available price at the exact moment it is needed. Chainlink Data Streams underwent extensive mainnet testing for multiple weeks before integration, demonstrating consistently strong results in accuracy and latency against existing feeds.
For each asset on Kamino, Scope cross-validates both providers in real time. The protocol does not depend on any single provider: if one deviates or goes stale, the other continues to provide accurate pricing, and Scope’s own validation layer rejects any price that fails its checks before it is published.
Open Source
Scope is fully open source. The smart contract code, aggregation logic, and validation rules are all publicly available for review:- Smart contract: github.com/Kamino-Finance/scope
- TypeScript SDK: github.com/Kamino-Finance/scope-sdk
Oracle Audits
Scope has been independently audited 3 times by 3 different firms. In addition, oracle integration is reviewed as part of every Kamino Lend and Vault audit:
Beyond these dedicated Scope audits, the oracle aggregation layer is reviewed as part of every Kamino Lend and Vault audit — meaning oracle security is scrutinized from multiple angles across the protocol’s full audit portfolio.