# DeFi Credit Score

The DeFi Credit Score is a numeric value (between 0 and 999) that describes the credit risk of an individual address based on their on-chain borrowing activity. The Score is constructed from three main components - the Daily Score Reward, the Survival Score Reward, and the Liquidation Penalty. These three components are combined to derive the final DeFi Credit Score.

* The **Daily Score Reward** evaluates your borrow usage (i.e. current LTV as a percentage of max LTV) on ARCx Credit vaults over the prior 120 days relative to a “responsible” borrower archetype and rewards points according to a “Rewards Curve” on a daily basis.
* The **Survival Score Reward** evaluates a borrower’s ability to avoid liquidations on any indexed third-party platform relative to the rest of the market, rewarding or subtracting points proportional to the “liquidation density” on a given day.
* The **Liquidation Penalty** subtracts a fixed number of points for every day in which a liquidation occurs. The penalty only applies for 120 days, similar to the Daily Score Reward. After this period, the penalty is removed from the Borrower’s score.

Through managing a risk-adjusted position over a period of time while avoiding liquidations, borrowers can unlock greater capital efficiency in DeFi through borrowing on the ARCx Credit.

This section covers:

1. [Background & Opportunity](/application/defi-credit-score/background-and-opportunity.md)
2. [Daily Score Reward](/application/defi-credit-score/daily-score-reward.md)
3. [Survival Score Reward](/application/defi-credit-score/survival-score-reward.md)
4. [Liquidation Penalty](/application/defi-credit-score/liquidation-penalty.md)
5. [Data Sources](/application/defi-credit-score/data-sources.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/application/defi-credit-score.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.
