# Cross-Collateral Lending Protocols

<figure><img src="/files/VzfyM0XgEdYocFKMppWq" alt=""><figcaption></figcaption></figure>

### Cross Collateral Lending

In decentralized finance, borrowing usually means using a single type of token as collateral. In cross-collateral lending protocols on the other hand, let users use multiple assets at the same time to secure a single loan.

This makes it possible to combine different types of tokens, making borrowing more easy, efficient and flexible.

Let’s look into it!

### What Are Cross-Collateral Lending Protocols?

Cross-collateral lending protocols are platforms that allow users to use a mix of different tokens as collateral for a single loan. Instead of locking only one asset, users can deposit a bundle of tokens for increased borrowing power and reduced risk of liquidation.

### How Do They Work?

1. First, users deposit multiple assets into the protocol.
2. After this, the protocol will add up the value and risk of all tokens deposited.
3. Based on these, it sets a borrowing limit based on a blended loan-to-value (LTV) ratio.
4. If a loan is issued, it will be backed by all the tokens deposited as collateral.
5. If the total collateral value drops too low, the protocol can sell off just enough assets to cover the risk.

### Benefits this Kind of Lending Protocol Offers!

* **Better Capital Efficiency**: You can borrow more with the same assets by pooling them together.
* **Reduced Liquidation Risk**: One asset dropping in value is less risky when others are still strong.
* **Flexible Collateral Choices**: You can use different types of tokens – volatile coins, stablecoins, even yield-earning assets.
* **Easier To Manage**: You can handle one loan backed by multiple assets instead of managing several separate ones.


---

# 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://docs.liquidops.io/cross-collateral-lending-protocols.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.
