# Deposit Native Assets

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

DeFI users looking to leverage the multi-chain fungible assets (SuTokens) can deposit the whitelisted assets in the Sumer protocol across any of the supported networks

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

The protocol aggregates the deposit from each user into a pool of assets controlled by smart contracts, making it a fungible resource for the protocol while allowing users to withdraw their deposit at any time.&#x20;

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

In return for the supplied assets, liquidity providers will receive corresponding sdrToken (e.g. sdrETH, sdrUSDC) which entitles them to redeem the supplied assets in the future.&#x20;

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

The value of sdrToken will continuously increase reflecting the deposit interest rates, which is set as a function of the supply & demand of the assets.&#x20;

### <mark style="background-color:blue;">Enable Asset as Collateral</mark>

The user can choose whether he wants to use the supplied asset as collateral or not. Assets supplied as collateral are factored in while determining the users borrowing power/ mint limit. &#x20;

<mark style="color:yellow;">Users can lock multiple native assets types to a single position, diversifying collateral price exposure.</mark>

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

Key Protocol Parameter determined through the Governance process are;&#x20;

* Optimal Utilization Rate of the liquidity pool&#x20;
* Collateral Value&#x20;
* Maximum Collateral Rate/ Loan to Value&#x20;
* Liquidation Threshold&#x20;
* Liquidation Incentive&#x20;
* Deposit Interest Rate&#x20;
* Deposit Cap&#x20;
* Reserve Factor&#x20;

<mark style="color:yellow;">The value of the Protocol parameters can be found here;</mark>&#x20;

{% content-ref url="/pages/gLNnoliQm5MOQ9nzmQV5" %}
[PROTOCOL PARAMETERS](/protocol-parameters/sumer-money-market.md)
{% endcontent-ref %}

<mark style="color:yellow;">The definitions of the protocol parameters can be found here;</mark>&#x20;

{% content-ref url="/pages/kBNt6EJwf40GPXCfWlAR" %}
[Definitions](/definitions.md)
{% endcontent-ref %}


---

# 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/deposit-native-assets.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.
