> For the complete documentation index, see [llms.txt](https://kawa-fi.gitbook.io/kawa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawa-fi.gitbook.io/kawa/overview/risk-management.md).

# Risk Management

Kawa places a strong emphasis on risk management to ensure the security and stability of the protocol. By prioritizing security over latency and implementing various measures, Kawa aims to provide a safe environment for cross-chain borrowing and lending. This section outlines the key aspects of Kawa's risk management strategy.

### Security Over Latency

* **Preventing Fraud:** Higher latency allows more time to detect and address potential security breaches and fraudulent transactions before funds are transferred.
* **Maintaining Consistency:** While increased security measures may require additional processing time, they help ensure the consistency and accuracy of the blockchain, maintaining its integrity and trust among users.

### XCM Aggregator

The XCM Aggregator is a key component of Kawa's risk management strategy. It mitigates potential risks associated with the exploits of bridges and cross-chain messaging protocols by requiring a quorum to be reached by different cross-chain messaging providers before committing any changes to the destination blockchain. As a result, the compromise of a single provider does not threaten the security of the destination chain.

### Native Assets Only

Kawa exclusively supports native tokens for lending and borrowing services to further reduce cross-chain risks. By avoiding the use of bridge-wrapped assets, Kawa eliminates the possibility of  exploits and discrepancies in asset valuations.

### Liquidations

Kawa employs a liquidation mechanism that incentivizes user engagement, with the liquidation incentive steadily increasing over time. This allows the discount to rise as a function of how underwater a position is, and market forces dictate how high it needs to be. Kawa's stabilization pools provide sitting liquidity for liquidations, but the process remains open to any entities, ensuring multiple ways to maintain solvency.

### Interest Rate Model

Kawa utilizes both variable and fixed interest rate models, similar to Aave. The reserve factor depends on the analysis of each asset's risk. Kawa also has an optimal utilization variable and two different slope variables depending on whether the utilization is above or below the optimal level. This controls cross-chain flows of liquidity effectively.

By implementing these risk management strategies, Kawa aims to offer a secure and stable cross-chain borrowing and lending protocol that instills confidence in its users.


---

# 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://kawa-fi.gitbook.io/kawa/overview/risk-management.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.
