> 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/reference-can-kao/glossary.md).

# 术语表

Outrun 文档中常见术语的速查。专有词保留英文，解释用中文。

## 核心概念

| 术语            | 含义                                                                          |
| ------------- | --------------------------------------------------------------------------- |
| **uAsset**    | Outrun 的锚定型稳定币，分 UETH（锚定 ETH）、UUSD（锚定 USD）、UBNB（锚定 BNB）。由 OutStake 铸造，全链流通。 |
| **SY**        | Standardized Yield，把各类生息代币统一包装的标准层。                                         |
| **OFT**       | Omnichain Fungible Token，基于 LayerZero 的全链代币标准，uAsset、Memecoin、创世积分都基于它。     |
| **LayerZero** | 跨链消息与资产传输协议，Outrun 全链能力的底层。                                                 |

## OutStake

| 术语          | 含义                                                                              |
| ----------- | ------------------------------------------------------------------------------- |
| **创世质押**    | Memeverse 专用的质押铸造：存入生息资产按面值铸出等值 uAsset 并送入创世，无利息、无清算、无锁定期，随时赎回。                 |
| **CDP 仓位**  | 创世质押建立的仓位：记录抵押的生息资产与未偿 uAsset 债务，赎回时归还等值 uAsset。                                |
| **流动性锁定期**  | Memeverse 创世达标后的流动性锁定，固定 365 天，期间项目方无法抽走。                                       |
| **PSM**     | 锚定兑换池：储备资产与 uAsset 按 1:1 面值双向兑换（USDC/USDT 换 UUSD、ETH 换 UETH、BNB 换 UBNB），无仓位无债务。 |
| **USR**     | uAsset 储蓄金库：存入 uAsset 得到份额，随存随取，份额价格按族利率增长。                                     |
| **suToken** | USR 储蓄份额（suETH / suUSD / suBNB）。                                                |
| **铸币上限**    | 每个仓位管理器与 PSM 兑换池的铸造额度上限，防超发。                                                    |

## Memeverse

| 术语                         | 含义                                                              |
| -------------------------- | --------------------------------------------------------------- |
| **创世（Genesis）**            | Memecoin 启动的初始阶段，参与者用 uAsset 参与。                                |
| **四池**                     | 创世达标时建立的四个流动性池：主池（Memecoin/uAsset）、POL/uAsset、PT/uAsset、PT/POL。 |
| **POL**                    | 锁定流动性的所有权凭证。                                                    |
| **PT**                     | 本金代币，POL 拆分而来，代表本金索取权，锚定 uAsset。                                |
| **YT**                     | 收益代币，POL 拆分而来，代表收益索取权，杠杆资产，结算后按份额赎回残值。                          |
| **YT Flash Swap（YT 闪电兑换）** | 锁定期内用 POL 买卖 YT 的交易通道，复用 PT/POL 池流动性，不设独立 YT 池。                 |
| **POL 拆分**                 | 把 1 个 POL 拆成 1 个 PT + 1 个 YT。                                   |
| **POLend（杠杆创世）**           | 付利息（uAsset 或创世积分）放大创世份额的机制。                                     |
| **Preorder（预购）**           | 创世前提前锁定 Memecoin，固定低费率结算，线性解锁。                                  |
| **动态费率 Hook**              | 基于 Uniswap V4 的交易层，费率随波动与冲击动态调整。                                |
| **GenesisCredit（创世积分）**    | 可跨链的参与凭证，用于抵扣杠杆创世利息。                                            |
| **Memecoin Staking**       | 把 Memecoin 质押进收益库，赚交易手续费收益。                                     |
| **YieldVault（收益库）**        | Memecoin Staking 的异步赎回收益库（存入即时、赎回申请后约 1 天到账）。                   |
| **DAO Governor**           | 每个 Memecoin 社区的链上治理合约，管理提案、投票、国库。                               |
| **结算**                     | 锁定期满后，协议统一回收资金、偿还债务、分配剩余的过程。                                    |
| **创世退款**                   | 创世未达标时，参与者资金退还给参与记录的受益人。                                        |


---

# 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/reference-can-kao/glossary.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.
