> 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/orca/product-guides/how-to-bid-on-collateral.md).

# How to Bid on Collateral

* Navigate to [orca.kujira.app](https://orca.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)
* Select the appropriate collateral market–in this case ATOM/USK and click the blue ‘View Market’ button on the far right. The types of collateral markets can also be toggled by clicking on lending & perpetuals to allow or prevent those associated markets from showing (whether lending or perpetuals)

<figure><img src="https://lh6.googleusercontent.com/kTAXJ0-EOVtb565XJ51TyI3PN0dPHCBlkKyMMKXQkwNnpTgllk2EaZgNS3vGc0ksi5XBkoA0GEbL-GSNTCEc0oQSPPv22oUwtCWF0hjEgLTSF2yKWbRQAl0qWQKxrpMFT0smyL_WRxCr7FHhcHecgBc" alt=""><figcaption></figcaption></figure>

* Look at the spread of user bids on the dashboard displayed on the left side of the screen. Use that information to perform the next few steps

<figure><img src="https://lh3.googleusercontent.com/PSnRbFRkH8GcLw2ixMw-4nyLhsNrZ3Usy0mgUhAfkav3n_EIZqQgGBJpeEtigVIc6DfjKi9YhClnOqbo46IsJ4ulWB5HVatwSjJt28Kpfp_EVgcW3Ux2M0PVC_7HSRBbIwg1alhwL3xokLN_AlPnCSI" alt=""><figcaption></figcaption></figure>

* To place a bid, select a desired premium (discount) for liquidated collateral
* Select the total amount of USK that you would like to bid to purchase liquidated ATOM
* Deselect the first toggle if you aren’t comfortable with SeaShanty autoactivating your ORCA bid. If you do deselect this, you will need to manually activate it yourself 10 minutes later or else the bid will not be active and will not purchase liquidated collateral in case of liquidation
* Select the second toggle to confirm that you acknowledge that withdrawals of a successful bid will include a 0.5% fee–with all fees paid to KUJI stakers

<figure><img src="https://lh5.googleusercontent.com/pEdlGwzMp_A7Aug63faA_ixQUqS2JDY-ny381hbB98weW_jV01L7DMXKoCiJ1EWPZb4qObV99swrO0DqHsMvbzX_cqRaGHnmsWtaGDRGf9skwg519-iXwWQ8UBfHOyDN3RvQbI7RBcw4BQ5jFxtjgEk" alt=""><figcaption></figcaption></figure>

* Finally, once the above steps have been completed, click the blue “Place my Bid” button and pay gas fees


---

# 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/orca/product-guides/how-to-bid-on-collateral.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.
