> For the complete documentation index, see [llms.txt](https://udonfi-1.gitbook.io/udonfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udonfi-1.gitbook.io/udonfi-docs/core-concepts/liquidity-protocol.md).

# Liquidity Protocol

Ready to dive a bit deeper into Udon? This section is your key to understanding the most important **"parts"** of the Udon Finance protocol, turning seemingly complex ideas into easily digestible and truly useful knowledge!

Imagine this: Udon Finance functions as a **decentralized financial institution**, operating without a central authority or intermediaries. Instead, it's a robust system meticulously engineered with **smart contracts** that autonomously govern all transactions.

## What is a "Liquidity Protocol"?

In essence:

* **A Vast Reservoir of Digital Capital:** Udon establishes **"liquidity pools"** – consider them expansive digital reserves where users can freely deposit their assets. By contributing assets (also known as supplying liquidity), you directly facilitate the growth and depth of these pools.
* **Dynamic Asset Utilization:** The moment your assets are deposited into a pool, they become **actively engaged**. Borrowers seeking capital draw from these very pools, providing collateral and paying interest in return. The revenue generated from this interest is then proportionally distributed back to the liquidity providers, including yourself.
* **Fully Decentralized and Non-Custodial:** This represents a fundamental paradigm shift. Unlike traditional financial institutions, Udon Finance **never takes custody of your funds**. All interactions occur directly between your **self-custodial wallet** (such as MetaMask) and the **smart contracts** deployed on the blockchain. You consistently retain **absolute control and ownership of your assets**. Think of it as depositing funds into a publicly verifiable digital vault, where its operations are transparent to all, yet only you possess the private key to access your holdings.
* **Unwavering Transparency:** Every rule governing lending, borrowing, collateral ratios, and interest rates is **explicitly coded into the smart contracts** and executes automatically. Every transaction is verifiable on the blockchain, ensuring **absolute transparency and impartiality**. There are no hidden mechanisms or preferential treatments.

Why are Liquidity Protocols like Udon so crucial? Because they democratize access to financial services, ensuring every transaction is publicly verifiable, and all operations are autonomously executed by code. This architecture entirely eliminates the need for traditional financial intermediaries, forming the very **backbone of the Decentralized Finance (DeFi) economy**!

[Pre-Udon](/udonfi-docs/incentive-program/pre-udon.md) — [Supply](/udonfi-docs/core-concepts/supply.md)


---

# 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://udonfi-1.gitbook.io/udonfi-docs/core-concepts/liquidity-protocol.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.
