> For the complete documentation index, see [llms.txt](https://docs.fluidnft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluidnft.org/risk-management/risk-framework/risk-monitoring.md).

# Risk Monitoring

FluidNFT continuously monitors key metrics to enable timely data-driven decision making. These are used to classify the risk quantification of new loans as well as to make risk management decisions in response to black swan events and / or evolving market conditions.&#x20;

## Metrics

<table><thead><tr><th width="225">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Real-Time Appraisals</td><td>Floor, trait and token-level real-time appraisals of all supported NFT collections. </td></tr><tr><td>Recovery Rates</td><td>Forward-looking estimates to predict the future collaterlisation of an NFT-backed loan, and the potential loss in case of default.</td></tr><tr><td>Default Probability</td><td>A model to factor in the probability of a borrower defaulting on their loan; i.e. the likelihood of the protocol having to liquidate. </td></tr><tr><td>Wallet Analytics</td><td>Borrowing collector risk-profile analysis based on their past wallet activity, loan repayments, and current capitalisation. </td></tr><tr><td>Sentiment Scores</td><td>Scoring the positive / negative attitudes and opinions of both aggregated &#x26; targeted social profiles about specific collections.</td></tr><tr><td>Liquidity Scores</td><td>A measure of the ease with which an NFT can be bought or sold in the market without affecting its price. </td></tr></tbody></table>


---

# 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://docs.fluidnft.org/risk-management/risk-framework/risk-monitoring.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.
