> For the complete documentation index, see [llms.txt](https://docs.kyoko.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyoko.finance/how-it-works/peer-to-pool-nft-lending-platform/risk-models-health-factor-or-time-based/risk-framework.md).

# Risk Framework

## Risk Framework

With billions of locked assets, Decentralized Finance (DeFi) and Non-Fungible Tokens (NFTs) have boomed in recent years.

The industry has been forming various standards to manage the emerging risks related to the hyper-connected ecosystem. Kyoko will be audited by 3-4 well-known audit firms as detailed in[ Security & Audits](https://docs.hasai.xyz/risk/security-and-audits).

The following documentation analyses the fundamental risks of the protocol and describes the processes in place to mitigate them. A Kyoko Market Risk Assessment has been produced by the quantitative modeling team of Kyoko. The Safety Module have been stress tested via agent-based simulation. The simulations show that the model can remain solvent under extreme market conditions, exhibiting proper risk management. As a result, Kyoko provided some parameter suggestions to reduce insolvency risk further.

If you have any questions, join us on Discord; our team and community members look forward to helping you understand risk management procedures.

### Asset Risk

Asset Risk goes over the implications of adding a new asset. Kyoko's methodology quantifies the risks of each asset assessing its fit as well as the appropriate risk parameters.

### Liquidity Risk

Liquidity Risk presents the liquidity risk mitigation strategies in place validating them by an analysis of the historical utilization of the protocol.

<br>


---

# 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.kyoko.finance/how-it-works/peer-to-pool-nft-lending-platform/risk-models-health-factor-or-time-based/risk-framework.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.
