# Introduction

Sumer Protocols money market is a Compound-inspired lending and borrowing protocol that enables;&#x20;

### <mark style="background-color:blue;">Deposit Native Assets or their equivalent</mark>

* Deposit any of USDC, USDT, DAI, WBTC, ETH, MTRG, ARB

### <mark style="background-color:blue;">Mint SuTokens against the Deposited Native Assets</mark>&#x20;

* Deposit any of USDC, USDT, DAI, WBTC, ETH, MTRG, ARB
* Mint suETH, suUSD or suBTC

### <mark style="background-color:blue;">Borrow Assets against Deposited Native Assets</mark>

* Borrow any of USDC, USDT, DAI, WBTC, ETH, MTRG, ARB

### <mark style="background-color:blue;">Borrow Native Assets against Deposited SuTokens</mark>&#x20;

* Deposit SuTokens (suETH, suUSD or suBTC)
* Borrow any of USDC, USDT, DAI, WBTC, ETH, MTRG, ARB

### <mark style="background-color:blue;">Repay SuTokens</mark>

* Repay SuToken liability

### <mark style="background-color:blue;">Repay Borrowed Assets</mark>

* Repay Borrowed asset liability

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

* Liquidate accounts with low health

### <mark style="background-color:blue;">Redemption</mark>

* Redeem SuTokens to maintain the peg stability

While the protocol can accept any type of cryptocurrency as collateral, the initial deployment of the Sumer Protocol will mainly accept on-chain stablecoins and blue-chip assets (ETH, BTC, USDC, USDT etc.) as collateral to smoothen out volatility in the collateral to reduce the risk exposure of the 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://docs.sumer.money/sumer-lending-and-borrowing-market/introduction.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.
