# Risk and Security

It is crucial for users to understand the potential risks associated with utilizing Loanshark Core and to conduct their own research (DYOR) before committing funds. This page outlines some, but not all, of the risks involved.

**Types of Risks**

When using Loanshark, users should be aware of both endogenous and exogenous risks, as they can impact the loss of funds and collateral liquidations. Let's take a closer look at these risks:<br>

<table><thead><tr><th width="373.4675821592205" align="center">Endogenous</th><th align="center">Exogenous</th></tr></thead><tbody><tr><td align="center">Smart Contract</td><td align="center">Collateral Assets</td></tr><tr><td align="center">Centralisation</td><td align="center">Bad Debt</td></tr></tbody></table>

<details>

<summary>Our Endogenous Risk Mitigation Practices</summary>

**Smart Contract Risk**&#x20;

* *Audit:* To ensure the protocol operates safely and as intended, an independent security audit is currently underway. Once completed, the results will be published transparently on this documentation site to maintain openness and build user trust. For the latest audit findings or to discuss protocol security, please contact the development team through the Loanshark Discord server or GitHub repository.&#x20;

**Centralisation Risk**&#x20;

* *DAO transition:* Eventual DAO transition with transparent onchain governance

</details>

<details>

<summary>Our Exogenous Risk Mitigation Practices</summary>

**Collateral Assets Risk**

* *Selective whitelist*: Loanshark maintains a whitelist of conservative and trusted assets with higher market caps for collateral, ensuring a safer initial ramp-up phase.
* *Dynamic Interest Rate and Reserve Ratios*: Parameters are customized for different assets and pools, allowing flexibility and risk management.

**Bad Debt Risk**

* *Interest Curve:* Varying optimal utilisation rate (65-90%) reflective of asset and debt risk
* *Liquidator Incentive*: Fixing liquidator discount for all collateral across the protocol

</details>


---

# 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://docs.loanshark.tech/loanshark-core/technical/risk-and-security.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.
