> For the complete documentation index, see [llms.txt](https://tau-labs.gitbook.io/vault-dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tau-labs.gitbook.io/vault-dashboard/tau-risk-framework/risk-factors.md).

# Risk Factors

For each vault, TAU runs thorough due diligence across all risk layers the vault is exposed to, including:

<table><thead><tr><th width="200">Risk Layer</th><th>Logic</th></tr></thead><tbody><tr><td>Blockchain Risk</td><td>Risk of the underlying blockchain (TVL over time, uptime, technical mechanisms e.g. forced withdrawal options for L2s)</td></tr><tr><td>Protocol Risk</td><td>Risk of protocols used (TVL over time, audits, exploit history)</td></tr><tr><td>Asset Risk</td><td><p>Risk of assets the vault is exposed to. For example, the assets held by the vault or collateral assets when lending on Morpho.</p><p>In the case of stablecoins, we evaluate elements such as collateral, collateralization rate, redemption mechanisms, and admin controls.</p></td></tr><tr><td>Strategy Risk</td><td>For instance, risk of bad debt in lending vaults or risk of liquidation for looped borrowing vaults.</td></tr></tbody></table>

***

## More on **Strategy Risk**

The underlying strategy creates unique risks. For example, a lending vault carries credit risk, the risk that the collateral of the borrower is worth less than the debt, leaving so-called bad debt. A borrow loop on the other hand, for example, comes with liquidation risk.

All these risks depend on a number of factors that can be assessed and modeled.

<table data-full-width="true"><thead><tr><th width="130" valign="top">Factor</th><th width="321" valign="top">Why it matters</th><th valign="top">How we assess it</th></tr></thead><tbody><tr><td valign="top"><strong>DEX Liquidity</strong></td><td valign="top"><p>DEX liquidity is crucial to execute transactions at or near current market prices.</p><ul><li>Lending strategies rely on deep liquidity to ensure that when a position is liquidated, debt doesn’t exceed the value of the recovered (liquidated) collateral (solvency risk). Price impacts above the liquidation penalty mean liquidations become unprofitable for liquidators.</li><li>Low DEX liquidity can result in price impact during swaps which eats into yield (Performance risk).</li></ul></td><td valign="top">We take current DEX liquidity and apply a volatility discount to account for market shocks where liquidity historically dries up. These situations are most relevant as liquidity is most needed in times of distress. For example, liquidations usually coincide with market stress.</td></tr><tr><td valign="top"><strong>Price Volatility</strong></td><td valign="top"><p>Volatility dictates the "Margin of Safety." The more volatile an asset, the larger the buffer required to protect the vault.</p><ul><li>In a lending strategy, a more volatile asset is more likely to get liquidated. This will require DEX liquidity.</li><li>When borrowing, the price volatility between collateral and debt asset determines LTV. Higher volatility = more buffer required between the LTV selected by the strategy and the market’s LLTV.</li><li>LRTs/LSTs (e.g. wstETH) come with increased price volatility compared to the underlying asset (e.g. ETH) due to price pressure on their peg because of withdrawal queues. Furthermore, slashing risk can impact prices.</li></ul></td><td valign="top">We use historical price data to calibrate fat-tailed (leptokurtic) models, such as Merton Jump-Diffusion models, which account for the true nature of crypto markets. By running thousands of Monte Carlo simulations, we stress-test the strategy against extreme 'jump' events to determine risk (e.g. risk of bad debt when lending) and identify parameters (e.g. LTV ratios when borrowing).</td></tr><tr><td valign="top"><strong>Oracles</strong></td><td valign="top"><p>Oracles provide pricing data for all assets the vault is exposed to. This includes:</p><ul><li>Assets the vault holds, which make up the value per vault token</li><li>Assets the vault is exposed to, such as the collateral’s value in a lending strategy</li></ul></td><td valign="top"><p>We distinguish between market rate oracles (current trading price) and exchange rate oracles (the NAV of underlying assets) to ensure we are using the correct "heartbeat" for each specific use case. For instance, stablecoin markets on Morpho usually use exchange rate oracles, meaning that secondary price volatility is irrelevant when analyzing the risk of bad debt.</p><p></p><p>Moreover, we may employ additional custom oracles to give the vault better data to act and reduce manipulation risk.</p></td></tr></tbody></table>

{% hint style="info" %}
*Risk factors are continuously monitored to keep risk assessment up-to-date and adjust parameters and allocations to changing market conditions.*
{% endhint %}


---

# 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://tau-labs.gitbook.io/vault-dashboard/tau-risk-framework/risk-factors.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.
