# Asset Pricing

### Asset Pricing

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

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:


---

# 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.moveposition.xyz/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.
