> 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/udon-protocol-primitives/liquidity-pool.md).

# Liquidity Pool

At the core of Udon Finance, and indeed much of decentralized finance (DeFi), lie **Liquidity Pools**. Imagine these pools as vast, shared reservoirs of digital assets, constantly flowing and facilitating financial interactions without the need for traditional banks or intermediaries. These are the dynamic markets where **suppliers** meet **borrowers**, all orchestrated by intelligent **smart contracts**.

### [Direct link to heading](#what-defines-an-udon-liquidity-pool) What Defines an Udon Liquidity Pool?

An Udon liquidity pool functions as a self-sustaining market instance, enabling users to seamlessly participate as either suppliers or borrowers. Each pool is meticulously defined by **governance-approved parameters**, which dictate crucial aspects like reserve configurations and collateralization thresholds.

Here's how it all comes to life:

* **Suppliers Fuel the Pool:** When you **supply assets** to an Udon liquidity pool, you're contributing to this shared reservoir. In return for providing this vital liquidity, you automatically begin to **earn interest** on your deposited assets. Your crypto isn't just sitting idle; it's actively working for you!
* **Borrowers Access Liquidity:** On the other side, **borrowers** can access the liquidity within these pools by providing **overcollateralized positions**. This means they put up more value in collateral than the amount they wish to borrow, ensuring the safety and stability of the loan for all participants. In exchange, they gain access to the capital they need without having to sell their underlying assets.
* **Smart Contracts Orchestrate Everything:** All actions within these pools – from borrowing and repaying to calculating interest and triggering liquidations – are seamlessly facilitated and executed by **decentralized smart contracts**. This eliminates the need for any human intermediaries, enhancing **transparency, efficiency, and security** in every transaction.

### [Direct link to heading](#the-power-of-decentralization-powered-by-chromia) The Power of Decentralization (Powered by Chromia!)

Udon Finance's liquidity pools operate entirely on the blockchain network, with their parameters and rules governed by community decisions. This decentralized approach ensures that every interaction within the pool is verifiable and immutable.

The genius behind this system lies in its ability to balance liquidity demands for various actions with robust risk management. The use of smart contracts isn't just about automation; it's about validating every parameter and executing actions flawlessly.

* **Why is this powerful for you?** Because Udon’s liquidity pools are built directly on **Chromia's relational blockchain architecture**. This means:
* **Gas-Free Operations:** Interacting with these pools – supplying, borrowing, repaying – occurs with **no gas fees**, making every transaction incredibly cost-efficient.
* **Seamless and Efficient Execution:** Chromia's dedicated blockchain design ensures that all smart contract interactions happen with remarkable speed and reliability, free from the congestion often found on other networks.
* **Enhanced Transparency and Security:** Every action within the pool is recorded on Chromia's transparent and secure ledger, providing you with complete peace of mind.

By leveraging the unique advantages of Chromia, Udon Finance's liquidity pools offer a superior, user-friendly, and highly secure environment for managing your digital assets. This decentralized approach truly defines the backbone of the DeFi economy, putting you in control.


---

# 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/udon-protocol-primitives/liquidity-pool.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.
