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

# 仕様

- [プール](https://pnd-docs.defigeek.xyz/shi-yang/pru.md): プール
- [プール概要](https://pnd-docs.defigeek.xyz/shi-yang/pru/pru.md)
- [プールのデータ解説](https://pnd-docs.defigeek.xyz/shi-yang/pru/prunodta.md)
- [ベース資産の借入](https://pnd-docs.defigeek.xyz/shi-yang/bsuno.md)
- [ベース資産の預入](https://pnd-docs.defigeek.xyz/shi-yang/bsuno-1.md)
- [清算](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan.md)
- [清算とは](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/toha.md)
- [清算の役割](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/no.md)
- [清算プロセス](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/purosesu.md)
- [清算のケーススタディ](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/noksusutadi.md): punodwoɔのCJPYプールのTXJPを例に
- [ステータスバー](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/suttasub.md): ステータスバーの見方
- [関係式](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/guan-xi-shi.md)
- [金利（融資APR、預金APR）](https://pnd-docs.defigeek.xyz/shi-yang/jin-li-rong-zi-apr-yu-jin-apr.md)
- [報酬トークン（PND）](https://pnd-docs.defigeek.xyz/shi-yang/tkunpnd.md): PND報酬とは
- [金利と報酬の関係](https://pnd-docs.defigeek.xyz/shi-yang/tono.md)
- [借入金利を報酬で相殺](https://pnd-docs.defigeek.xyz/shi-yang/tono/wode.md)
- [報酬スピード決定の背景](https://pnd-docs.defigeek.xyz/shi-yang/tono/supdono.md): CJPYプールを例に
- [APRの算出方法](https://pnd-docs.defigeek.xyz/shi-yang/tono/aprno.md)


---

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