> For the complete documentation index, see [llms.txt](https://docs.superposition.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superposition.finance/asset-pricing.md).

# Asset Pricing

Following the modular design principle, Superposition does not directly handle and interact with pricing data. Instead, Superposition leverages Concordia's Pricing Engine which feeds and provides the data foundation to derive the dynamic margin for each portfolio & borrowing scenario.&#x20;

In essence, Concordia’s pricing system provides real-time 1-minute granularity information on digital assets. It is designed to provide accurate spot prices with low latency, detect anomalous behavior in price movements, and gracefully smooth out corrupt or missing data.

Details of Concordia's Pricing Engine can be found here: <https://docs.concordia.systems/platform-spec/pricing-engine>

The Pricing Engine takes in a number of pricing oracles to mitigate single pricing source failure, including:&#x20;

* Pyth: <https://pyth.network/>
* CoinGecko: <https://www.coingecko.com/>
* Switchboard: <https://switchboard.xyz/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.superposition.finance/asset-pricing.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.
