> 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/router.md).

# 一站式操作入口

## 一次操作，全程搞定

正常来说，要从手里的代币变成送进 Memeverse 创世的 uAsset，需要好几步：先换成生息代币或储备资产、再铸成 uAsset、再送去创世。

Outrun 把这些步骤合成**一次操作**：你只需指定想用什么代币、走哪条通道，系统自动完成全过程。所有代币都从你的账户自动扣取，不需要手动搬运（首次使用需先对入口授权代币扣款）。

## 创世通道

* **PSM 门**：手里是 USDC、USDT、ETH、BNB 等储备资产 → 按面值换成 uAsset → 直接送进创世。**不建仓位、不产生债务**，最轻。
* **CDP 门**：手里是任意支持的代币或已有生息资产 →（代币先换成生息资产）→ [创世质押](/en/zh/outstake-shou-yi-ji-chu-she-shi/staking-modes.md)铸出 uAsset → 送进创世。会同时为你创建一个 OutStake 仓位（抵押继续生息、无锁定期、随时可赎回）。
* **杠杆门**：手里是储备资产 → 按面值换成 uAsset → 全额作为利息送进杠杆创世。只付利息换份额，不建仓位（详见[杠杆创世](/en/zh/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/polend.md)）。

## 仓位赎回

经 CDP 门创世会留下仓位。赎回时需持有与仓位债务等值的 uAsset，并确认扣取授权；赎回哪个协议的资产、到手是什么，以[适配器矩阵](/en/zh/outstake-shou-yi-ji-chu-she-shi/sy-adapters.md)为准；跨链出去的 uAsset 需先桥回。赎回本身不收协议费，只付链上燃料费（详见[创世质押](/en/zh/outstake-shou-yi-ji-chu-she-shi/staking-modes.md)）。

## 交易前先预览

创世质押与赎回都可以**先预览、再执行**：提交前就能看到按当时链上状态估算的铸出量或赎回量，方便判断划不划算。

注意：预览是**当前状态的估算，不是保证值**。执行那一刻的汇率、剩余铸造额度都可能与预览时不同 —— 实际到账可能更低；若铸造已触达上限，整笔交易会回滚。提交时请设一个可接受的最低到账数量作为滑点保护线，低于这条线交易同样回滚；成交前再预览一次，以最新状态为准。

## 直通 Memeverse

这是 OutStake 与 Memeverse 之间最短的桥 —— 在 OutStake 备好 uAsset，转身就能去 Memeverse 启动或参与社区。

注意：创世时投入的 uAsset 会进入 Memecoin 的四池组合，由协议统一管理。经 CDP 门创世留下的仓位若要赎回，需要**另行持有等值 uAsset**（创世投入的那部分仍在四池中），届时需先取得相应数量的 uAsset 才能完成赎回。

出钱和记名可以是两个人：你付代币，创世份额或仓位记在指定的用户名下，适合帮朋友操作。


---

# 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/router.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.
