# プライスオラクル

Yamato Protocol上では、常に1CJPY＝1円として取り扱います。

オラクルはChainLinkのETH-USDとUSD-JPYを合成してETH-JPYを追跡します。

ETH-USDとUSD-JPYそれぞれにおいて以下の異常を検知した場合、トランザクションはリバートされます。

* レスポンスの成功フラグがFalseのとき
* レスポンスのタイムスタンプがブロックのタイムスタンプより未来の時
* レスポンスのタイムスタンプが所定の最長更新保証時間より過去の時
* レスポンスの価格が0以下のとき


---

# 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.yamato.fi/shi-yang-shuo-ming/puraisuorakuru.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.
