# Asset Group Classification

### <mark style="background-color:blue;">Asset Grouping</mark>&#x20;

<mark style="color:yellow;">Sumer introduces a concept of homogeneous (correlated) and heterogeneous (non-correlated) asset group classification.</mark>&#x20;

#### <mark style="background-color:blue;">Homogeneous Asset Group</mark>

This asset group consists of tokens with similar value, liquidity, and risk factor.&#x20;

For example USDC, USDT, DAI, and suUSD are homogeneous assets and belong to the same asset group 'StableCoin'&#x20;

#### <mark style="background-color:blue;">Heterogeneous Asset Group</mark>

This asset group consists of tokens with varying value, liquidity, and risk factor.&#x20;

For example Stablecoins USDC, USDT, DAI have heterogeneous properties when compared to ETH or WBTC

<table data-view="cards" data-full-width="true"><thead><tr><th>Supplied Asset</th><th>Homogeneous Asset</th><th>Homogeneous SuToken</th><th>Heterogeneous Asset</th><th> Heterogeneous SuToken</th></tr></thead><tbody><tr><td>USDC</td><td>USDT, DAI</td><td>suUSD</td><td>ETH, WBTC</td><td>suETH, suBTC</td></tr><tr><td>USDT</td><td>USDC, DAI</td><td>suUSD</td><td>ETH, WBTC</td><td>suETH, suBTC</td></tr><tr><td>ETH</td><td>WETH, stETH</td><td>suETH</td><td>USDC, USDT, DAI, WBTC</td><td>suUSD, suBTC</td></tr><tr><td>WBTC</td><td>solvBTC</td><td>suBTC</td><td>USDC, USDT, DAI, WETH, stETH</td><td>suUSD, suETH</td></tr></tbody></table>


---

# 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/sumer-lending-and-borrowing-market/asset-group-classification.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.
