# Collateralization Requirements

#### **Over-Collateralization**

Borrowers must lock collateral worth more than the borrowed amount to protect the protocol against default.

* **Example:** If the collateralization ratio is 150%, a user borrowing $100 must lock $150 worth of collateral.

#### **Dynamic Collateralization**

The required ratio varies depending on the asset's volatility:

* **Stablecoins** may have lower collateralization ratios due to reduced volatility.
* **Volatile Assets** require higher collateralization ratios to mitigate risk.

#### **Borrower Evaluation**

The protocol assesses borrowers using:

* Historical data
* Credit scoring
* Behavior analysis

This ensures appropriate lending terms and collateral requirements.

#### **Risk-Based Parameters**

Lending parameters, such as loan-to-value (LTV) ratios and interest rates, are customized based on individual borrower risk profiles. This promotes responsible borrowing and reduces default risks.

***

<br>


---

# 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://nebula-18.gitbook.io/nebula/tech-overview/nebula-technology-overview/risk-management-and-security/collateralization-requirements.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.
