# Borrowing Market

### <mark style="background-color:blue;">Why would I borrow instead of selling my assets?</mark>&#x20;

Selling your assets means closing your position on that particular asset. Hence, if you are long on the asset, you would not be part of any potential upside value gain. By borrowing you are able to obtain liquidity (working capital) without selling your assets.

### <mark style="background-color:blue;">What are homogeneous and Heterogeneous groups that determine the borrowing limit for assets?</mark>&#x20;

Homogeneous Group – Assets that represent the same underlying risk profile, liquidity, and value&#x20;

* USD - USDC, USDT, BUSD
* ETH - ETH, BETH (BSC), WETH&#x20;
* BTC - WBTC, RenBTC&#x20;

Heterogeneous Group – Assets that do not represent the same underlying value&#x20;

* USDC ≠ ETH ≠ BTC

### <mark style="background-color:blue;">How do I borrow?</mark>&#x20;

Before borrowing you need to deposit any asset to be used as collateral

Head to the Borrow section and click on “Borrow” for the asset you want to borrow. Set the amount you need based on your available deposits that would be used as a collateral for the loan and confirm your transaction.

### <mark style="background-color:blue;">How much can I borrow?</mark>&#x20;

The maximum amount you can borrow depends on the value you have deposited and the available liquidity.&#x20;

<mark style="color:yellow;">We generally consider 80% of the borrowing power as the safe borrowing threshold.</mark>

For example, you can’t borrow an asset more than set LTV or if there is not enough liquidity

### <mark style="background-color:blue;">How can I increase my borrowing limit?</mark>&#x20;

Borrow limit is based on your collateral value. You can increase your collateral value by depositing assets as collateral.

### <mark style="background-color:blue;">What asset do I need to repay?</mark>&#x20;

You repay your loan on the same asset you borrowed. For example, if you borrow 1 ETH you will pay back 1 ETH + interest accrued.

### <mark style="background-color:blue;">How much would I pay in interest?</mark>&#x20;

The interest rate you pay for borrowing assets depends on the borrowing rate which is derived from the Interest Rate Model of the asset.

### <mark style="background-color:blue;">How do I pay interest?</mark>&#x20;

Your interest amount is automatically calculated, and will be added to your borrowing balance. You can repay anytime.

### <mark style="background-color:blue;">When do I need to pay back the loan?</mark>&#x20;

There is no fixed time period to pay back the loan. As long as your position is safe, you can borrow for an undefined period.&#x20;

However, as time passes, the accrued interest will grow making your health factor decrease, which might result in your deposited assets becoming more likely to be liquidated.

### <mark style="background-color:blue;">How do I pay back the loan?</mark>&#x20;

In order to pay back the loan you simply go to the Borrowings section of your dashboard and click on the repay button for the asset you borrowed and want to repay. Select the amount to pay back and confirm the transaction.

### <mark style="background-color:blue;">How do I avoid liquidation?</mark>&#x20;

In order to avoid liquidation, you can repay the loan or deposit more assets in order to increase your liquidation threshold. Out of these two available options, repaying the loan would increase your liquidation threshold more.


---

# 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.sumer.money/frequently-asked-questions/borrowing-market.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.
