> 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-view-active-bids-on-collateral.md).

# How to View Active Bids 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 DOT and click the blue ‘View Market’ button on the far right

<figure><img src="https://lh6.googleusercontent.com/kkMUqdlcK5gS-YYgDbljxeVahit12kOHBt0MkBamAEEv-76AwpfXFwxaUCMEWOkGspMCJlAyNIKny1TkuPCo5en2X66BLGQP1hcs6-eFr_VStIBB2MdAJQ7ICbw5fud3cGKCBeaQ-n7bf8rZ2Q7zAVE" alt=""><figcaption></figcaption></figure>

* Scroll down to the bottom right, all bids both active and inactive are listed below. Bids can be toggled by total premium (discount), amount of bid remaining, and amount filled. Green dots are displayed next to active bids
* &#x20;To the left is a screen displaying statistics about recent liquidations&#x20;

<figure><img src="https://lh5.googleusercontent.com/ATZIMTgsY93SrJD-BnJqNND6UhDVZJfpNKJdz24cfHqI421gnP3sYJeHwIdx3FhQhntwRHsQIomCYAWaXJagZt1DpVsu29bvXOmhYl1i3QizICRwrPrZvpHfQG6YqQZ8-x5kD31YAJY0XnbcrfFofWo" 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/orca/product-guides/how-to-view-active-bids-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.
