> 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/i.-introduction/overview.md).

# Overview

### What is Tydro?

The Tydro App hosts lending markets, letting users lend assets to earn interest and borrow assets against posted collateral. The protocol is built on the Aave V3 codebase that has processed over $20B+ of loans and runs on the Ink network, an Ethereum Layer 2 blockchain with native exchange integrations and compliance layer.

Tydro V2 powers on chain SOFR, offering fixed-rate, floating-term overcollateralized loans.

* Borrowers lock in a set rate that does not change, with no maturity date, so the cost of holding a position stays predictable regardless of utilization or market swings.&#x20;
* Suppliers earn a floating yield that moves with the market.
* Borrowers post collateral against the assets they want to borrow.

At launch, Tydro V2 offers a fixed-rate secured loan facility against kBTC with instant liquidity for borrowers and lenders. As additional markets, allocators, and vaults go live, the collateral set will expand to include assets such as tokenized equities, gold, RWAs, and other assets held in qualified custody. Over time additional vault products, fixed-term lending facilities, fixed rate products, and more will be developed alongside Tydro's partners and surfaced on the app.tydro.com interface. Current and future security audits will be hosted on the [audit reports](/vi.-security/audit-reports.md) page.&#x20;

> **Important note**: [tydro.com](https://tydro.com) is the only official URL of the tydro app and documentation, always verify the [official URLs](/vii.-developers/developer-overview/official-links.md), protocol [contract addresses](/vii.-developers/developer-overview/smart-contracts.md) and {# website status page link } before interacting to mitigate potential phishing attempts. The team will never ask you to use another interface or ask for sensitive information such as private keys or personal information.

<table><thead><tr><th width="188.37493896484375">Item</th><th>Definition</th></tr></thead><tbody><tr><td><strong>Tydro Protocol</strong></td><td>Open source lending smart contracts running on Aave 3.7 managed by Tydro Governance and Risk Stewards</td></tr><tr><td><strong>Tydro App</strong></td><td>Web interface maintained by the Tydro team, hosted at <a href="https://app.tydro.com">app.tydro.com</a></td></tr><tr><td><strong>Tydro Integrations</strong></td><td>External interfaces that access the protocol. These are not managed or controlled by the Tydro team, exercise caution and research providers</td></tr></tbody></table>

{% hint style="info" %}
**Tydro is supported by a set of service providers, all of whom do not provide investment, legal, or tax advice. Read the** [**Risk Overview & Disclosures**](/v.-risk/disclosures.md) **carefully before using the protocol.**
{% endhint %}

### Who is this documentation for?

* **Lenders** who supply assets and want to understand rates and risk.
* **Borrowers** who post collateral to open and manage a position.
* **Users** evaluating Tydro's [security](/vi.-security/security-overview.md), [management](/ii.-core-concepts/protocol-governance.md), [setup](broken://pages/KGpAm2eH0ZFhnxhTh2mh), [function](/ii.-core-concepts/markets.md), [qualified custody](/iv.-tydro-institutional/institutional-overview/qualified-custody.md), [liquidity](/iv.-tydro-institutional/work-with-us.md), [interest rate models](/ii.-core-concepts/interest-rates.md), and [permissioned markets](/iv.-tydro-institutional/institutional-overview/permissioned-markets.md).
* **Developers** looking to integrate Tydro's liquidity, flash loans, swaps, or other products.

### Where to start?

* **New to lending?** start with [Lending & Borrowing Basics](/i.-introduction/overview/lending-and-borrowing-basics.md).
* **Ready to use the protocol?** see *Section III. Using Tydro.*
* **Evaluating the design?** start with the [Tech Stack](/i.-introduction/overview/tech-stack.md) and [Markets](/ii.-core-concepts/markets.md).
* **Building on Tydro?** visit the [Developers](/vii.-developers/developer-overview.md) section.


---

# 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/i.-introduction/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.
