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

# How to Add Liquidity

* 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 corner of the site

<figure><img src="https://lh4.googleusercontent.com/EZnV5IxfXy7gHDcWX0wl-ucu1tm_yAF4Yizsj0ExMhpRLaVcz_6nH0-xkhIokgooO6mHWXRTRaFhtc7aDf_VfM1yxEGS-4IZA_ktFlGtdnS4k9MH2FvFpVfb0Z_r4kLpo4_CNdCgMEP5wpvtuqXXMKs" alt=""><figcaption></figcaption></figure>

* KUJI/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 KUJI/USK pool and click on it

<figure><img src="https://lh3.googleusercontent.com/fn_4IOVvDFZ1310Sa5QDsAks79GHSrU43NVxzlYvOTJ3KVMoanqRhIQPLsaRwrtJOs7_2SRNiia2_0zlOmtY_0o8Hl9LV3EhVmxjvi6fx_sE-p1yEdgKYr8vLGMzXAJS5vR86CO1NZuDocnlfLpEjMA" alt=""><figcaption></figcaption></figure>

* Navigate to the ‘Provide’ tab. This tab will display your LP balance and allow you to start adding liquidity

<figure><img src="https://lh4.googleusercontent.com/pny4ULZZ3emu8-zzQHNUKIB0lYliwQZJaDtwOqyPbZCVNu-_UAbQ0QVn6X0n7t35rlhEdl-UGnzexKN6wE-8JbBsoy4P3kEpmb2pJaQmyM2AuPbeMjNm2266e2pMka2vcGNvZ7WJ7vn-TCdYoQulsdU" alt=""><figcaption></figcaption></figure>

* Next, provide KUJI and USK at the bottom left–by entering a number of tokens next to either KUJI or USK. The amount of the other token will automatically fill itself in as both token balances must be submitted equally
* Next, select the preferred slippage (lower slippage is better when possible)
* Then, hit the toggle to accept terms and conditions
* Next, click deposit liquidity and pay gas fees
* Once you have provided liquidity, navigate to the ‘Stake’ tab and enter the amount of LP you would like to stake (usually this should be 100%). Then click the blue ‘Stake’ button and pay gas fees to complete the process

<figure><img src="https://lh6.googleusercontent.com/6fGnh1lUheVsXf7bRT-H6StR_AxbVQ0Kg4j7joeEjx5vqR4KkH4Bv0FLuNb_n9xhwCsbflvxCCPlePhA7QQ48NP9KyeD9-o2bgtPnCccBFgRx_0a_u245baft93w8HLKgnZ-TZ6__T9IaKg2vFZvcQw" 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-add-liquidity.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.
