# Core Markets

Core Markets on BENQI represent the primary lending and borrowing pools for **widely used, highly liquid assets** such as AVAX, QI, USDC, DAI, WBTC, and more.

Users can deposit assets into Core Markets to earn interest, which is determined algorithmically based on the supply and demand of each asset. These deposits also serve as collateral, allowing users to borrow other assets within the platform. Borrowing limits are determined by the collateralization ratio of the deposited assets, ensuring that all loans are backed by sufficient collateral to maintain market stability.

### Key Features

* **Collateral Flexibility:** Users can supply assets to the Core Markets as collateral and borrow a variety of tokens, including stablecoins and more volatile assets.
* **Market Stability:** Core Markets are designed with broad liquidity and lower risk, ensuring stability for assets that are widely traded and used across the Avalanche ecosystem.
* **Borrow Any Asset:** In Core Markets, users can borrow any available asset using their deposits as collateral, providing flexibility across the platform. In contrast, Avalanche Ecosystem Markets only allow borrowing stablecoins like USDC.

<details>

<summary>Example: Lending AVAX</summary>

Suppose you hold AVAX and believe its value will increase over time, but you need liquidity for a new investment.&#x20;

Instead of selling your AVAX, you can deposit it into BENQI's Core Markets, earning interest. You could then use it as collateral to borrow USDC against your AVAX. This allows you to retain your AVAX exposure while accessing liquidity for other opportunities, without needing to sell your original asset.

However, as mentioned, one should be mindful of liquidation risk. If AVAX’s value suddenly drops, your collateral ratio may decrease, putting your loan at risk of liquidation unless you repay part of the loan or add more collateral to maintain a healthy position.

We cover liquidations in-depth here: [Protocol Parameters](/benqi-markets/protocol-parameters.md)

</details>

Users should always be cautious about the health of their loans. For example, if they lend out an asset like AVAX and borrow against it, a sudden drop in AVAX’s value could lower their collateral ratio, putting them at risk of liquidation. To avoid this, users may need to repay part of the loan or add more collateral to maintain a healthy loan position.

We cover this in greater depth in [Health & Liquidations](/benqi-markets/health-and-liquidations.md)

<figure><img src="/files/NKGUXu3zFKR8MStPHk5B" alt=""><figcaption><p>Core Markets contain highly liquid assets such as AVAX, BTC, QI, BUSD, USDC, USDT, and more.</p></figcaption></figure>


---

# 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.benqi.fi/benqi-markets/core-markets.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.
