> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/bow/product-guides/how-to-check-the-reward-schedule-of-a-pool.md).

# How to Check the Reward Schedule of a Pool

* Navigate to [bow.kujira.app](https://bow.kujira.app/)
* Click the Pools button on the top left
* DOT/USK is one of the featured pools. A longer list of all liquidity pools is located at the bottom of the page. Navigate to the DOT/USK pool and click on it
* On the overview page, scroll down all the way to the bottom

<figure><img src="https://lh6.googleusercontent.com/Lo8tmMIJboPYbnTHLFwcgz3QwdJkWRgv7QPe24YiNKMum1ZjnPcPy5mOgLCmn9qEyZSmQUkLMRcWsruPSaDFrLdx9vXdqHLM_G0z4JLytPvb9Hy0ORMM2ARs0TBu90jhJ_5BPZIiV9kylMCZv4HS1x8" alt=""><figcaption></figcaption></figure>

* Listed here are diagrams showing different reward tokens that exist for the DOT/USK BOW LP, associated distribution schedules, and the reward amounts per token being distributed over time<br>

<figure><img src="https://lh5.googleusercontent.com/NW63HUnZXO5v0aAjTfckR3ljfwOxtD0Xprve9eP5qzCDS6-DZkP9gG1VzDBU5yxRPBOMTTMTqZV1Fe9qOCFss459K0YVUpUTiVAOUNxsO_iBJYgKBGlVvfue_8KLWadqsqtpFU7MYXaoLyH2lA9Lz9Q" alt=""><figcaption></figcaption></figure>

###

###


---

# 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://docs.kujira.app/dapps-and-infrastructure/bow/product-guides/how-to-check-the-reward-schedule-of-a-pool.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.
