# Risk management

Lending money in DeFi is inherently risky, particularly when Borrowers are anonymous and suffer no real-world consequences to defaulting on their loans. To navigate this risk, conventional DeFi lending platforms generally require all loans to be over-collateralized regardless of who the Borrower is. In doing so, Borrowers are incentivized to repay, or else the collateral will be sold on their behalf with a penalty. ARCx Credit, on the other hand, treats every Borrower as an individual, and extends personalized collateralization requirements based on the DeFi Credit Score.

As Borrowers improve their DeFi Credit Score and borrow at increasingly higher LTV ratios, ARCx Credit exposes itself to a greater chance of losses from unprofitable liquidations. It is important to note that even over-collateralized positions (i.e. where LTV is less than 100%) can still become under-collateralized by the time of liquidation due to a rapidly falling collateral price, the delay of the liquidator, and slippage. In developing the ARCx Credit product, it was therefore important to appropriately model and manage risk in order to control for losses born through unprofitable liquidations.

This section covers:&#x20;

1. [Inflows and outflows](/risk-and-infrastructure/risk-management/inflows-and-outflows.md)
2. [Design considerations](/risk-and-infrastructure/risk-management/design-considerations.md)
3. [Control parameters](/risk-and-infrastructure/risk-management/design-considerations.md)
4. [Profit modeling](/risk-and-infrastructure/risk-management/control-parameters.md)


---

# Agent Instructions: 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://wiki.arcx.money/risk-and-infrastructure/risk-management.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.
