# Oracle Integration

## Overview

To enhance asset security and accuracy in our vault management system, we utilize specialized Oracles tailored to different assets and platforms. This ensures precise and real-time monitoring of asset prices, critical for managing risk effectively.

## Functionality

Our Oracle integration strategy employs different technologies based on the asset type and the underlying platform:

* **For Solana LST Vaults**: For assets like mSOL, JitoSOL, and bSOL on the Solana blockchain, we utilize [Pyth](https://pyth.network/). Pyth provides real-time and highly accurate market data essential for monitoring these assets.
* **For Curve Vaults**: Price monitoring for Curve assets utilizes a combination of Curve’s Virtual Price Function and [Chainlink](https://chain.link/). This hybrid approach ensures enhanced accuracy and reliability by leveraging the strengths of both oracles.
* **Other Vaults**: For other vaults, we depend on the underlying protocols' mechanisms for LP price updates, ensuring that our data aligns with the specific dynamics of each protocol.

## Operational Mechanism

* **Data Retrieval**: Each Oracle feeds real-time price data into our system, tailored to the specifics of the asset class and the respective blockchain technology.
* **Trigger Price Evaluation**: Our system continuously compares the Current Price, as reported by the respective Oracle, against the pre-set Trigger Price. A breach below the Trigger Price triggers automatic protective actions.
* **Automated Responses**:
  1. **Vault Suspension**: Immediate suspension is activated to secure the assets and prevent further transactions.
  2. **Emergency Asset Retrieval**: Protocols are initiated to safely withdraw assets into the vault for secured user access.
  3. **Claim Payout Activation**: Users qualify for compensation through the Amulet Safety Fund based on the assessed impact and residual assets.

## Benefits

* **Customized Accuracy**: Each Oracle is chosen based on its ability to deliver the most accurate and relevant data for specific assets, ensuring precision in price monitoring.
* **Timeliness and Reliability**: Real-time data provision and proven reliability of the Oracles like [Pyth](https://pyth.network/) and [Chainlink](https://chain.link/) safeguard against rapid market changes and potential discrepancies.

## Conclusion

Our strategic Oracle integration supports robust protection and operational efficiency across different assets and blockchains. By utilizing the best-suited Oracles for each asset type, we uphold our commitment to providing a secure and reliable financial environment for our users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.amulet.org/documentation/product/yield-with-built-in-protection/oracle-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
