# Smart Oracles

> Markdown export of the Gearbox Protocol documentation page for agents and retrieval systems.

Canonical page: https://docs.gearbox.finance/core/smart-oracles
Source file: content/core/smart-oracles.mdx
Section router: https://docs.gearbox.finance/core/llms.txt
Section full export: https://docs.gearbox.finance/core/llms-full.txt

## Safety-first design

Gearbox oracle and solvency checks structure allows creating pricing methods with unique features:

* Attract borrowers using hardcoded/ fundamental oracles + protect LPs by always taking market price into account.\
  Read more: [dual-oracle-system](https://docs.gearbox.finance/core/dual-oracle-system)
* Ensure timely liquidations using market oracles + protect LPs by always taking collateral fundamental value into account.\
  Read more: [loss-policy](https://docs.gearbox.finance/core/loss-policy)

## Optimized for DeFi, scalable by default

Gearbox supports major price feed providers, including Chainlink, Redstone (both pull and push models), and Pyth.&#x20;

Custom audited smart-contract feeds allow pricing of DeFi assets, including Pendle PT, Curve & Balancer LP tokens and more.\
Read more: [price-oracle](https://docs.gearbox.finance/core/price-oracle)
