> For the complete documentation index, see [llms.txt](https://pnd-docs.defigeek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnd-docs.defigeek.xyz/shi-yang/tono/aprno.md).

# APRの算出方法

punodwoɔの全てのグラフの縦軸は、APR（年換算利回り）を表しています。&#x20;

借り手、貸し手へのAPRはそれぞれ以下の式で求まります。

```
借り手への年換算報酬額 ＝ baseTrackingBorrowSpeed / 10^15 × 60 × 60 × 24 × 365 × PND単価
融資報酬APR　＝　借り手への年換算報酬額　/　借入総額　×　100
```

```
貸し手への年換算報酬額 ＝ baseTrackingSupplySpeed / 10^15 × 60 × 60 × 24 × 365 × PND単価
預入報酬APR　＝　貸し手への年換算報酬額　/　貸出総額　×　100
```

以上の式内の変数（任意のプールの貸し借りそれぞれのbaseTrackingRewardSpeedと総額、および

PND単価）の変動により、<mark style="color:red;">APRは変化</mark>します。

&#x20;逆に、それらの変数が１年間現在の数値でブレないと仮定した時の値が、グラフに示されています。

ご自身の借りられている、もしくは、預けているベース資産にAPRを掛け合わせれば、

上記の仮定での金利や報酬を算出できます。&#x20;

CJPYプールの借り手に対する金利APRが4.109%で、報酬APRが0.543%の場合、&#x20;

実質融資APRは4.109 - 0.543 = 3.566%で、借入金利が発生します。&#x20;

上記の変数が変動し、金利APRと報酬APRが等しくなり、<mark style="color:red;">実質融資APRが0%となった時に、</mark>&#x20;

<mark style="color:red;">金利を報酬で相殺できた状態</mark>となります。


---

# 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, and the optional `goal` query parameter:

```
GET https://pnd-docs.defigeek.xyz/shi-yang/tono/aprno.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
