> For the complete documentation index, see [llms.txt](https://doc.orby.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.orby.network/overview/risk-dashboard.md).

# Risk Dashboard

The Risk Dashboard helps users see how risky their shuttle is compared to others, allowing them to gauge how close they are to being [redeemed](https://doc.orby.network/overview/understanding-liquidations-vs-redemptions-vs-repayment#what-happens-during-a-redemption) against.&#x20;

**Accessing the Dashboard:**

* The Risk Dashboard is located on the Redeem page.
* Click “View” to open the Risk Dashboard

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcJTWJLcfOJX-m5UbBjoPDYAhsZTlcjl7I8szO2yLT5-htHqFdWcQf9r5zWmoFcdE1KJT4dKIT7nAnLcBI2yOp4RtsI8vgCBOj5VbM0hBYejx8UKwEGesPhTzDvFzxR36eZc-wH1A?key=-lSTrxiNSL2RxWy0lj6j4xo9" alt="" width="375"><figcaption></figcaption></figure>

**Dashboard Features:**

* **Wallet:** Wallet addresses
* **Collateral:** Amount of collateral (in token terms)
* **Debt:** Debt amount (in $USC terms)
* **Collateral Ratio:** %

<figure><img src="/files/uTVVO2EWKiv92LEfiDRD" alt=""><figcaption></figcaption></figure>

**Important:**

**If your shuttle is close to being redeemed,** consider [adding more collateral](https://doc.orby.network/user-guide/how-to-add-collateral) or [repaying some debt](https://doc.orby.network/user-guide/how-to-repay-usdusc) to lower your risk of redemption. Acting promptly can help you maintain your position and avoid redemption.


---

# 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:

```
GET https://doc.orby.network/overview/risk-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
