# Price Feed Oracle

{% hint style="warning" %}
**Limited Developer Support**

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution. &#x20;
{% endhint %}

## **Summary**

This a smart contract for oracle price aggregation similar to the one that is used in Inter Protocol with some modification.

## **Details**

Inter Protocol Vaults require reliable price feeds for collateral. The aggregator contract is an established method from Chainlink that accepts prices from multiple nodes and eliminates outliers to provide one trusted price per asset pair to the system.

## **Explore on GitHub**

<https://github.com/yashpatel5400/agoric-sdk>


---

# 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://components.agoric.com/smart-contracts/cross-chain/price-feed-oracle.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.
