# Meta Oracle

The Meta Oracle provides the On-Chain Spot Prices, Fair Market Values (FMVs) and Liquidity and Time Weighted Average Prices (LTWAPs) of underlying assets. The prices returned by the Meta Oracle are used for settling options as well as for pricing contracts.

The Meta Oracle is a smart contract that works by observing and storing snapshots of liquidity pools. It is capable of deriving Spot Prices, FMVs, Settlement Prices and various other types of Aggregated Prices depending on the use-case.

### Topics

{% content-ref url="/pages/AaqgtybuQJIAp6wfq5fI" %}
[Methodology](/user-manual/meta-oracle/methodology.md)
{% endcontent-ref %}

{% content-ref url="/pages/rFwlwZW1k7yupnp34VFZ" %}
[Fetching Price Data](/user-manual/meta-oracle/fetching-price-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/kantYtPvOIqJC9UagydG" %}
[Price Mining](/user-manual/meta-oracle/price-mining.md)
{% endcontent-ref %}

{% content-ref url="/pages/Egnb6nKufY8BmA05s0Ne" %}
[Managing Oracles](/user-manual/meta-oracle/managing-oracles.md)
{% endcontent-ref %}

{% content-ref url="/pages/tZAbyEUfhgiQOuy8UYPO" %}
[Donations](/user-manual/meta-oracle/donations.md)
{% endcontent-ref %}


---

# 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.optswap.org/user-manual/meta-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.
