# Liquidity Layer

The Liquidity Layer solves the issue of fragmented liquidity by unifying liquidity across all Fluid-based protocols that ensure:

* Seamless migration without disrupting liquidity
* Allows new protocols to be easily plugged into the existing liquidity
* Enables consistent lending and borrowing rates, preventing capital inefficiencies&#x20;

**Automated Ceilings** prevent large-scale liquidations or mass withdrawals by dynamically adjusting caps per block and mitigate the risks of liquidity drains during market volatility.&#x20;

When a market crashes, traders rush to sell volatile assets (increasing sell pressure), which triggers the DEX Liquidity mechanism, where liquidity pools absorb the sell pressure. Now, the protocol holds more of the volatile asset (helping stabilize collateral reserve) and is ready for potential liquidations, reducing the impact of liquidations.&#x20;

During bullish market action, stable asset liquidity increases, preventing liquidity crunches for borrowers holding volatile asset debt.&#x20;

***

## Related Articles:

* [Lend Protocol](https://help.defisaver.com/protocols/fluid/lend-protocol)
* [Vault Protocol](https://help.defisaver.com/protocols/fluid/vault-protocol)
* [DEX Protocol](https://help.defisaver.com/protocols/fluid/dex-protocol)


---

# Agent Instructions: 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:

```
GET https://help.defisaver.com/protocols/fluid/liquidity-layer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
