> For the complete documentation index, see [llms.txt](https://docs.tydro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tydro.com/v.-risk/risk-types-and-overview.md).

# Risk Types & Overview

Using Tydro puts capital at risk. This page summarizes those risks and links to the detail on each. Read it before supplying, borrowing, or allocating.

{% hint style="danger" %}
Using Tydro can result in the loss of some or all of the assets supplied, posted as collateral, or allocated to a vault or strategy. Tydro is lending infrastructure, not financial, legal, or tax advice. Do not commit capital that cannot be afforded as a loss.
{% endhint %}

### Risk is the user's responsibility

Tydro is software for permissionless and institutional lending. It does not assess whether a position is suitable, monitor any account on a user's behalf, or guarantee any outcome. Once capital is committed, the obligation to manage the position rests with the user.

An unhealthy position can be liquidated automatically and without notice. The protocol will not pause to protect a position. Real-time LTV alerts are available in the app to help with monitoring, but the responsibility to act on them rests with the user. See [Liquidation Risk](/v.-risk/risk-types-and-overview/liquidation-risk.md).

### Summary of risks

Each risk has its own page. The protections referenced on those pages lower risk; they do not remove it.

**Smart contract risk.** Code can contain errors or be exploited, and upgrade powers can change how the protocol behaves. See [Smart Contract Risk](/v.-risk/risk-types-and-overview/smart-contract-risk.md).

**Governance risk.** Governance can change risk parameters, rate models, supply and borrow caps, and upgrade contracts. A fixed borrow rate is set by governance, not locked forever, and can be adjusted within defined bounds. Parameter changes can affect the value of existing positions. See [Governance](/ii.-core-concepts/protocol-governance.md).

**Market and collateral risk.** Collateral can fall in value sharply, liquidity can disappear, and a market can be left with bad debt. See [Market and Collateral risk](/v.-risk/risk-types-and-overview/market-and-collateral-risk.md).

**Liquidity and withdrawal risk.** Suppliers may not be able to withdraw at all times. When utilization is high, insufficient liquidity may remain in the pool to fulfill a withdrawal until borrowers repay. In fixed-rate markets, the borrow rate does not automatically correct high utilization the way a variable model does, which can extend the period during which withdrawal is constrained. See [Market and Collateral Risk](/v.-risk/risk-types-and-overview/market-and-collateral-risk.md).

**Liquidation risk.** A position that falls below its liquidation threshold can lose collateral and incur a penalty. In a cluster, a price decline in any cluster asset lowers the health factor of the whole position. See [Liquidation Risk](/v.-risk/risk-types-and-overview/liquidation-risk.md).

**Oracle risk.** Prices come from external feeds that can be wrong, stale, or manipulated, which can trigger or prevent liquidations incorrectly. See [Price Feed Risk](/v.-risk/risk-types-and-overview/price-feed-risk.md).

**Tranche risk.** A junior position can lose its full value before a senior position is touched. See [Tranching](/ii.-core-concepts/tranching.md).

**Vault and curator risk.** Depositing into a vault introduces the curator's and allocator's decisions as an additional risk layer. Curator strategy, allocator execution, and the adequacy of first-loss capital can all affect vault performance independently of the underlying protocol. See [Vault Curation](/iv.-tydro-institutional/institutional-overview/vault-curation.md) and [First-loss capital](/iv.-tydro-institutional/institutional-overview/first-loss-capital-and-insurance.md).

**Custody and counterparty risk.** Use of a custodian and other counterparties introduces risks outside the protocol's code. See [Custodian & Counterparty Risk](/v.-risk/risk-types-and-overview/custodian-and-counterparty-risk.md).

**RWA and permissioned-asset risk.** Real-world assets depend on off-chain legal structures and parties that can fail or be subject to legal action.&#x20;

**Regulatory risk.** Tydro operates in a regulatory environment that continues to evolve. Legal action, regulatory orders, or compliance requirements could affect the protocol, its operators, or specific assets, including forcing pauses, restricting access, or freezing assets. This risk is heightened for permissioned assets and real-world asset markets.

**Bridging risk.** Tydro runs on Ink. Assets bridged to Ink to use the protocol carry bridge risk in addition to protocol risk. A bridge failure or exploit can affect assets before they ever reach Tydro. See [Bridge to Ink](/viii.-resources/bridge-to-ink.md).

### No guarantee of return

Rates on Tydro are set by the market utilization and interest rate model, and they can change. A fixed borrow rate in a market is fixed by governance based on market conditions at the time of being set, not guaranteed forever. Supply rates depend on utilization and can fall to zero if utilization falls to zero. Nothing in this documentation is a promise or projection of yield, return, or performance.&#x20;

### These risks are not exhaustive

This section describes the risks Tydro considers most significant. It does not describe every risk. New risks can arise from market conditions, regulation, third parties, and the broader environment the protocol runs in. The absence of a risk from this section is not a statement that the risk does not exist.

{% hint style="info" %}
The Security section describes the controls Tydro runs against these risks. A control can lower how often a risk occurs or how much it costs. The risk still remains.
{% 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://docs.tydro.com/v.-risk/risk-types-and-overview.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.
