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

# How to Provide Incentives

* Navigate to [bow.kujira.app](https://bow.kujira.app/)
* Connect on the top right to your Keplr or Sonar wallet by clicking the connect wallet button and selecting the corresponding wallet (Keplr or Sonar)
* Click the Pools button on the top left
* ATOM/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 ATOM/USK pool and click on it
* Next, on the top right, under the listed ‘Incentives’, click ‘Incentivize this pool

<figure><img src="https://lh3.googleusercontent.com/7C6roJy78_KqLX3xS2rpqYs4ZnhGDjYz7zWGg-MItnV3Vlr8uQaGZNUzjfhRlolomcOonW3JXtsL-a6JmPCEZsQnl3JsVMjxDZXgoQXYND2GgnF1X3ykTShMmmVAffiuXKxcnNkJeYQAO2VCdOMYZ44" alt=""><figcaption></figcaption></figure>

* Next, under ‘Select the Incentive Token and Total Amount’ scroll through and select the token that you would like to provide as an incentive (rewards for others) to the liquidity pool
* Then enter the amount of the chosen token that you would like to provide to the ATOM/USK BOW LP

<figure><img src="https://lh4.googleusercontent.com/GaOKv0UjHG__20uuIQgt-pW1cFzUONtseCNnR8MG35efJnx_t7btEExtBMdWkSETG2h0wTDRqCPclvOm8MGXN1PC9cv9aH7O8ptsCeN1nJ0pyWxCnEZW5oeKQjA18puUfVyPpsmZkQFumE8Nd4Dy1f8" alt=""><figcaption></figcaption></figure>

* Next, select a distribution start and end date to control the distribution rate of the provided incentives
* Next, select the Incentive type. 'Decreasing linearly' decreases the amount of provided rewards over time–whereas 'fixed' provides the same amount of daily rewards across the entire distribution period
* Next, toggle both acknowledgements to confirm that you understand this incentivizing is a one-way transaction, with any submitted tokens being distributed to LP stakers–and that incentivizing incurs a fee of 10 USK
* Finally, click the blue ‘Incentivize Pool’ button and pay gas fees to finish the process


---

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