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

# Credit Risk

Each user is subject to credit risks in the context of:&#x20;

* **Eligible Collateral**: This relates to an underlying asset's credit exposure, for example tokenized US Treasury collateral, in the event that the US Treasury defaults on its obligations.&#x20;
  * Where assets carry credit risk beyond what might typically be deemed 'sovereign' or 'blockchain' risk, this credit risk may be either partially or fully hedged, with Infinity buying protection, via a credit default swap (CDS), to isolate the impact from a risk of default. Premiums charged on the CDS would be passed-through / deducted from your Trading Account.
* **Infinity Credit Risk**: while all efforts have been deployed to provide a robust margining system and efficient liquidation engine, you are, to an extent, exposed to Infinity's credit risk.&#x20;
  * Note however, that collateral assets are held on-chain in smart contracts providing the transparency DeFi users have become accustomed to and expect.

In respect of the above, the initial methods to mitigate these credit risks include:

* **Infinity Insurance Fund**: the Insurance Fund (denoted, "iFund") is established by a combination of PnL contribution and partial or full net balances resulting from the [liqPenaltyFee](/portfolio-margin/maintenance-margin.md). iFund is applied to aggress any shortfall on portfolio liquidations.
* **Protocol Health Metrics**: under "Explorer" on Infinity's website, the aggregate health score and risk sensitivity to token price and rate movements demonstrates the Infinity protocol's exposure (e.g. concentration) by token and external external counterparty.
* **Central Clearing Counterparty** (in future): partner with a CCP that takes on the counterparty credit risk between all users within Infinity, thereby streamlining transactions, increasing capital efficiencies and reducing risk for all users.


---

# 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://risk.infinity.exchange/risk-matrix/credit-risk.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.
