# Price Feeds

Access to reliable, real-world data is essential for decentralised applications (dApps), particularly in Decentralised Finance (DeFi). Real-time asset prices, forming the backbone of any DeFi protocol, are among the most critical data points.

This is where Data Feeds come in. Think of them as secure bridges connecting the off-chain world of financial markets to your on-chain smart contracts. They provide a continuous stream of verified, aggregated price data for a wide range of assets, enabling your dApp to react to market fluctuations and operate correctly.

## In This Section

* [Basic Price Feed Tutorial](https://docs.switchboard.xyz/docs-by-chain/solana-svm/price-feeds/basic-price-feed): Integrate managed, oracle-verified price feeds into a Solana program.
* [Advanced Price Feed Tutorial](https://docs.switchboard.xyz/docs-by-chain/solana-svm/price-feeds/advanced-price-feed): Reduce compute costs with an authorized cranker pattern for oracle-backed quotes.
* [Authority-Updated Feeds](https://docs.switchboard.xyz/docs-by-chain/solana-svm/price-feeds/authority-updated-feeds): Publish quote accounts directly from a trusted wallet or PDA when your application is the source of truth.
