# Oracle

In **Torch Finance**, general **Stable Pools** do not require oracles. However, if a pool contains assets that appreciate over time, directly using these assets will cause **slippage** to increase over time.

To address this, Torch Finance has partnered with **Pyth**, a leading oracle in the blockchain industry, to introduce the **Yield Bearing Stable Pool**! By leveraging Pyth to reference the **redemption rate** of yield-generating assets, we can calculate conversions based on the underlying assets, significantly enhancing the user trading experience.

*(Note: More details will be revealed in the future.)*


---

# 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://doc.torch.finance/dex/getting-started/architecture/core-components/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.
