# Risk mitigation

The main risk of depositing funds into 88mph is the risk of insolvency, the situation where 88mph does not have enough funds to return the deposited funds plus fixed yield to a user.&#x20;

88mph and CADLabs have worked together to create a radCAD agent-based model to simulate liquidity and network revenue dynamics for the 88mph v3 protocol. To understand how 88mph model works to mitigate those risks, we invite our users to read the [analysis of 88mph protocol dynamics](https://cadlabs.medium.com/fixed-income-built-on-volatile-yield-simulating-a-novel-class-of-defi-protocols-d10629484069) using radCAD pubished by CADLabs.

{% hint style="info" %}
88mph is a new protocol, but has undergone multiple [security audits](/developer-docs/security.md).
{% endhint %}

**TL;DR**

88mph relies on three lines of defense to mitigate the risk of insolvency (listed in order of which gets rekt first):

1. An [oracle](/getting-started/fixed-apy.md#fixed-interest-rate-model) that can accurately price (not necessarily predict) future yield. This ensures that [yield tokens](/getting-started/yield-tokens.md) get sold most of the time.
2. Frequent [early withdrawals](/getting-started/fixed-apy.md#withdraw-at-any-time), which allow 88mph depositors to accumulate the forfeited yield to build up a surplus that acts as a backstop.
3. Volatile floating yield rates in the underlying yield protocols, which allows 88mph to use the surplus yield from deposits that were offered low fixed yield rates to subsidize the deficit caused by the deposits that were offered high fixed yield rates.

## Fixed yield rate oracle

For the first line of defense, building oracles for pricing future yield is quite difficult, since there is not a lot of prior work on the matter. Realistically speaking, 88mph will probably settle with building an oracle that offers a rate lower than the market rate most of the time, which trades efficiency for security.

## Yield surplus

For the second line of defense, integrating with other protocols, specifically vaults a la Yearn, will likely help a lot. Vaults generally have frequent deposits & withdrawals, and whenever an early withdrawal happens, not only is the forfeited yield used for 88mph's risk mitigation, an early withdrawal fee is also taken. Using MPH incentives to get vault protocols on board will probably be worth it.

## Yield balancing

For the third line of defense, there's not much we could do about it. Vault integrations will likely help a bit though, since frequent deposits & withdrawals mean there will be diversity in the fixed yield rates offered to deposits, giving the balancing act more to work with.


---

# 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.88mph.app/getting-started/risk-mitigation.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.
