# Mobius Finance Parameters

Here you will find all relevant parameters from Mobius Finance protocol

### Platform Parameters

**Mint & Staking Collateralization Ratio:**

| Collateral | Minimum Collateralization Ratio | Liquidation Ratio |
| :--------: | :-----------------------------: | :---------------: |
|    MATIC   |               300%              |        200%       |
|     MOT    |               800%              |        400%       |
|     DAI    |               200%              |        150%       |

**Short-Selling Collateralization Ratio:**

<table data-header-hidden><thead><tr><th width="150" align="center">Collateral</th><th width="173.14343707713124" align="center">Short-Selling Target</th><th width="214" align="center">Minimum Collateralization Ratio</th><th align="center">Liquidation Ratio</th></tr></thead><tbody><tr><td align="center">Collateral Assets</td><td align="center">Short-selling Target</td><td align="center">Minimum Collateralization Ratio</td><td align="center">Liquidation Ratio</td></tr><tr><td align="center">DAI</td><td align="center">moBTC</td><td align="center">250%</td><td align="center">200%</td></tr><tr><td align="center">DAI</td><td align="center">moETH</td><td align="center">250%</td><td align="center">200%</td></tr><tr><td align="center">DAI</td><td align="center">moADA</td><td align="center">250%</td><td align="center">200%</td></tr></tbody></table>

#### Collateral Liquidation Settlement

If a user’s collateral requirements drop below the allowed minimum collateralization ratio established, their collateral will be auctioned by a ten percent (10%) discount, four percent (4%) of this will be allocated for the reserve auction pool. The reserve auction pool will be based on peer-to-peer liquidations, it will function as the constant position to process settlement and collateral auctions to ensure the stability of the system and avoid any clawback on users’ profits.

<table data-header-hidden><thead><tr><th width="150" align="center">    Asset     </th><th width="150" align="center">     Penalty fee     </th><th width="200" align="center">Auction Discount</th><th align="center">Auction Reserve Pool</th></tr></thead><tbody><tr><td align="center">    Asset     </td><td align="center">     Penalty fee     </td><td align="center">Auction Discount</td><td align="center">Auction Reserve Pool</td></tr><tr><td align="center">MATIC</td><td align="center">10%</td><td align="center">6%</td><td align="center">4%</td></tr><tr><td align="center">MOT</td><td align="center">10%</td><td align="center">6%</td><td align="center">4%</td></tr><tr><td align="center">DAI</td><td align="center">10%</td><td align="center">6%</td><td align="center">4%</td></tr></tbody></table>

### Platform Fee Structure

The transaction fee for all orders executed within Mobius Finance is `0.3%` (zero-point-three percent).

| Fee Structure | Collected Fee |
| :-----------: | :-----------: |
|  Trading Fee  |      0.3%     |
|  Shorting Fee |      0.3%     |
|  Minting Fee  |       0%      |
|  Burning Fee  |       0%      |

### Ecosystem Incentives

This includes LP staking rewards, Staking rewards and Shorting Rewards&#x20;

Weekly Updated: 11/19/21 : Reward for DAI Staking will be re-allocated to the moUSD-am3CRV farm.&#x20;

<table><thead><tr><th width="288.3333333333333">Rewarded Feature</th><th>Reward Proportion</th><th>Multiple</th></tr></thead><tbody><tr><td>MOT/USDT LP staking</td><td>15%</td><td>3x</td></tr><tr><td>moUSD-am3CRV LP staking</td><td>20%</td><td>4x</td></tr><tr><td>MOT Staking</td><td>65%</td><td>13x</td></tr><tr><td>DAI Staking (mint and short)</td><td>-</td><td>-</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.mobius.finance/mobius-mainnet-release/mobius-finance-parameters.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.
