> 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/supdono.md).

# 報酬スピード決定の背景

CJPYプールの報酬スピードは当初1日に5.2164PNDでした。&#x20;

このスピードは、ベース借入金利をPND報酬で相殺できるように決まりました。

具体的には、 CJPYプールの報酬が発生し始めるのが、借入総額が1000万CJPYを超えてからで、

&#x20;CJPYプールの最低借入金利が2.75%なので、 1000万 × 0.0275 = 275000（CJPY）となります。&#x20;

これは１年間に借り手全体で負担するものです。&#x20;

1日分を求めるために、365で割ります。&#x20;

275000 ÷ 365 = 753（CJPY）となります。&#x20;

報酬スピードを決めた当初、1米ドル＝144.352円で、1米ドル＝１PNDを想定していたので、&#x20;

753CJPYを相殺する報酬を、753 ÷ 144.352 = <mark style="color:red;">**5.2164**</mark>（PND）としました。&#x20;

現在は、当初の1000万CJPYの借入額の想定が、約5000万CJPYと5倍になっており、&#x20;

PNDが1$想定でベースAPRを相殺できる仮定状態が、実際は0.01$付近（1/100）で推移していること

を考慮し、 5倍と100倍で当初の<mark style="color:red;">**500倍**</mark>の報酬スピードに調整がされております。&#x20;

というわけで、現在は1日に、5.2164 × 500 = <mark style="color:red;">**2608.2**</mark>（PND）となっております。&#x20;

この2608.2PNDを借り手と貸し手で分け合う形になります。&#x20;

今後も借入総額やPNDの価格の変動などを勘案し、報酬スピードの調整をしていきます。


---

# 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/supdono.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.
