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

# Pools

[https://bow.kujira.network/pools](https://bow.kujira.network/dashboard)

The BOW 'Pools' page is at the center of the streamlined BOW experience:

* Observe and interact with regularly updated featured pools
* View information about all BOW liquidity pools including APR, reward breakdown, incentive release schedule, total liquidity, and current positions&#x20;
* Provide liquidity, incentivize pools, stake LPs to earn more rewards, unstake LPs and withdraw liquidity once finished &#x20;

Explore everything the BOW Pools section has to offer:

* [Featured Pools](/dapps-and-infrastructure/bow/pools/featured-pools.md)
* [All Liquidity Pools](/dapps-and-infrastructure/bow/pools/all-liquidity-pools.md)
  * [Pool Overview](/dapps-and-infrastructure/bow/pools/all-liquidity-pools/pool-overview.md)
  * [Provide to a Pool](/dapps-and-infrastructure/bow/pools/all-liquidity-pools/provide-to-a-pool.md)
  * [Leveraged Liquidity](/dapps-and-infrastructure/bow/pools/all-liquidity-pools/leveraged-liquidity.md)
  * [Stake LP with a Pool](/dapps-and-infrastructure/bow/pools/all-liquidity-pools/stake-lp-with-a-pool.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://docs.kujira.app/dapps-and-infrastructure/bow/pools.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.
