# 质押挖矿

Mobius 合成代币需要大量的流动性才能发挥最大的作用。StakingPools.sol智能合约为质押挖矿提供功能实现。其主要目的是向社区分发MBU令牌，并在Mobius 生态系统中为令牌提供流动性交易对。

在启动时，将有4个池，一个用于mUSD， 一个用于MBU，一个用于MBU/USDT LP（MDEX LP令牌） ，以及一个用于mUSD/USDT LP（MDEX LP令牌）的池。

以下内容确定了它们各自的权重和理由：

* mUSD池分发代币的2％。这将是激励持有mUSD的初始资金池，直到mUSD/USDT LP对变得足够流动。它也作为获取MBU令牌的一种非常低风险的方式。
* MBU池分发代币的20％。这将是激励持有MBU的初始资金池，直到MBU/USDT LP对变得足够流动。&#x20;
* MBU/USDT LP（MDEX LP令牌）分发代币的60％。 这将为那里为MBU/USDT提供流动市场。
* mUSD/USDT LP（MDEX LP令牌）分发代币的18％。 这将为那里为mUSD/USDT提供流动市场, 建立尽可能接近1USDT的锚定并为mUSD提供深厚的流动性至关重要。

随着Mobius 将更多MBU合成代币推向市场，这些池及其权重将进行调整。奖励分配将通过DAO进行讨论, 优先考虑的是激励合成交易对及其基础资产。


---

# 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://mobius-financial.gitbook.io/mobius/yum-on-ethereum/staking-pools.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.
