> 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/ecosystem-sheng-tai-xie-tong/audience.md).

# 目标受众

Outrun 服务几类不同需求的人。下面逐一看他们想要什么、Outrun 怎么满足。

## Memecoin 社区核心

**他们是谁**：Memecoin 的早期信仰者、社区组织者、想做公平发射的发起人。

**他们的痛点**：传统 Memecoin 启动充满 rug、抢跑、内幕；社区没有治理权；热度一过就归零。

**Outrun 给他们**：

* 一个公平、抗 rug 的启动平台（流动性锁定、创世退款、动态费率防抢跑）。
* 杠杆创世放大早期参与。
* DAO 治理让社区真正掌权，国库透明。

## DeFi 用户 / 收益农夫

**他们是谁**：在各类协议间寻找收益的 DeFi 玩家，持有 LST、稳定币等生息资产。

**他们的痛点**：生息资产碎片化，流动性分散，跨协议组合麻烦，收益难统一利用。

**Outrun 给他们**：

* 把多种生息资产统一成 uAsset，一个出口。
* 创世质押铸 uAsset（抵押继续生息），或经 PSM 直接兑换、存 USR 吃利息。
* uAsset 可跨链、可参与 Memeverse 创世，资金用途多元。

## 稳定币 / uAsset 使用者

**他们是谁**：需要稳定、可跨链的价值媒介进行交易、结算、转账的人。

**他们的痛点**：稳定币种类多但流动性割裂，跨链成本高、风险大。

**Outrun 给他们**：

* 锚定型稳定币（UETH/UUSD/UBNB），有底层资产支撑、有铸币上限。
* 原生跨链，速率限制保护安全。
* 在 Outrun 生态内有丰富用途（创世、杠杆、结算）。

## 杠杆 / 进阶玩家

**他们是谁**：愿意用更高资本效率博取收益的进阶用户。

**他们的痛点**：传统杠杆借贷有清算风险、预言机依赖，DeFi 杠杆产品复杂且风险高。

**Outrun 给他们**：

* 杠杆创世：无清算、无预言机，付利息放大早期份额。
* PT/YT 拆分：本金与收益分离。普通创世者领 YT + 辅助池份额，本金 uAsset 在四池守恒、与 Memecoin 涨跌无关；PT 主要进辅助池作 LP。
* 创世积分：降低参与门槛。

## Memecoin 发起人 / 项目方

**他们是谁**：想公平发射一个 Memecoin、建立长期社区的发起者。

**他们的痛点**：自建流动性门槛高，容易被抢跑，缺乏可信的启动工具。

**Outrun 给他们**：

* 一键在多链启动，四池流动性自动建立。
* 锁定期机制向社区证明流动性 rug 路径被阻断。
* 内置 Staking 与 DAO，启动即具备持续价值基础设施。

## 共性

这些受众看似不同，但都被 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/ecosystem-sheng-tai-xie-tong/audience.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.
