> For the complete documentation index, see [llms.txt](https://doc.outrun.build/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.outrun.build/en/zh/outstake-shou-yi-ji-chu-she-shi/staking-modes.md).

# 创世质押：为 Memeverse 而铸

OutStake 的质押只有一个用途：**为参与 Memeverse 创世铸出 uAsset**。你存入生息资产，按面值铸出等值 uAsset，铸出的 uAsset 直接进入创世；抵押的生息资产继续生息，敞口全归你。

## 面值铸造

铸造按**面值**结算，不打折、不放大：价值 1 ETH 的生息资产，铸出 1 UETH；价值 1000 美元的生息资产，铸出 1000 UUSD。

铸造会为你建立一个**仓位**，记录两样东西：你抵押了多少生息资产、你铸出了多少 uAsset（债务）。两者按铸造时的价值一一对应。

## 三个"没有"

* **无利息**：债务不随时间增长，当前版本铸造不计利息。
* **无清算**：链上不设强制平仓。底层资产价格波动不会触发对你仓位的处置。
* **无锁定期**：仓位没有到期日，随时可以赎回，也没有"忘了赎"的说法 —— 赎回全靠你主动操作，没有协议代赎。

## 收益归谁：全归你

抵押的生息资产在仓位里**继续生息**，增值敞口全归你。赎回时，你拿回抵押资产及其累计的全部生息成果。

代价是赎回时需要**归还等值 uAsset**（见下文）—— 如果铸出的 uAsset 已经被你用掉（如送进了创世），赎回前需先重新取得相应数量。

## 赎回仓位

* **何时可用**：仓位建立后任何时间，不要求等待；系统临时暂停期间短暂不可用（详见[常见问题](/en/zh/reference-can-kao/faq.md)）。
* **输入与输出**：投入与仓位债务等值的 uAsset，拿回抵押的生息资产（含累计生息）。
* **前置余额与授权**：动手前钱包要有足额 uAsset，并确认扣取授权；赎出时到手的代币取决于所投协议的适配器，各协议「可赎出成」的资产见[适配器矩阵](/en/zh/outstake-shou-yi-ji-chu-she-shi/sy-adapters.md)。跨链出去的 uAsset 需先桥回原链才能用于赎回（受跨链额度与通道配置约束，详见[跨链与速率限制](/en/zh/outstake-shou-yi-ji-chu-she-shi/omnichain.md)）。
* **费用与失败结果**：赎回本身不收协议费，只付链上燃料费；若钱包 uAsset 不足或授权不够，整笔交易回滚，无资金损失。
* **具体步骤**：准备等值 uAsset → 确认扣取授权 → 发起赎回并选择赎出资产 → 生息资产到账，仓位同步结清（部分赎回则剩余仓位继续存在）。

## 铸币上限

每个仓位管理器都有**铸币上限**：其未偿铸币量不能超过设定额度，这是 uAsset 供给的刹车。铸造触达上限时整笔交易回滚；提交前可先预览铸出量，并设一个可接受的最低到账数量作滑点保护，低于这条线交易同样回滚。

## 风险说明

* 底层生息资产本身带各自协议风险（如 Lido、Aave 等出问题），会传导至对应 uAsset —— 这是持有任何生息资产的固有风险，非 Outrun 机制风险。
* 若某适配器的链上汇率源短暂异常或背书不足，依赖实时计价的铸造会暂时不可用，恢复后自动恢复；赎回通道不受影响。

手里只有 USDC、ETH、BNB 等储备资产、没有生息资产？走 [PSM 锚定兑换](/en/zh/outstake-shou-yi-ji-chu-she-shi/psm.md)直接换 uAsset，无需建仓。有闲置 uAsset 想吃利息？看 [USR 储蓄](/en/zh/outstake-shou-yi-ji-chu-she-shi/usr.md)。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.outrun.build/en/zh/outstake-shou-yi-ji-chu-she-shi/staking-modes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
