> 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/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/genesis-credit.md).

# 创世积分 GenesisCredit

## 什么是创世积分

创世积分是一种参与凭证，用来**替代 uAsset 支付杠杆创世的利息**。它让一部分用户即使不拿出大量稳定币，也能参与杠杆创世、分享早期红利。

## 怎么获得

创世积分通过**空投**等方式发放给早期社区成员（具体发放规则由协议决定）。空投按名单发放：符合条件的账户在**主链**（发放积分的链）领取，每个账户限领一次。持有积分，就多了一种支付杠杆利息的方式。

## 可跨链

创世积分基于 LayerZero OFT，可以跨链转移。领取只发生在主链：空投在主链领取后，才能跨链转移到其他链；目标链只能收到转移过来的积分，不能直接领取空投。你可以把积分跨到另一条链，参与那里的 Memecoin 创世。

## 怎么用

创世积分与特定的 uAsset **一一配套**：一张积分对应一个 uAsset，只能用于对应 Memecoin 的杠杆创世，不能拿它去给别的 uAsset 的创世付利息。积分与采用 18 位小数的 uAsset 配套使用。在某个 Memecoin 的创世阶段，你可以选择用配套的创世积分（而不是 uAsset）来支付杠杆利息：

* 积分换到的创世份额，和用 uAsset 付息完全一样。
* 区别只在结算：用 uAsset 付的利息归协议自留国库；用积分付的利息在创世锁定时被**销毁**，退出流通。

详见 [杠杆创世](/en/zh/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/polend.md)。

## 暂停与恢复

极端或安全应急情况下，协议方可临时暂停积分相关操作。暂停期间，积分的转移、跨链流转，以及用积分支付杠杆利息（含创世阶段的积分付息、失败时的积分退还、结算时的积分销毁）会暂时不可用，恢复后自动可用，不影响积分总量。仅用 uAsset 支付利息的杠杆路径不受影响。

## 失败则退还

如果创世未达标失败，你用作利息的积分会原路退还，不会白白消耗。

## 积分的意义

* **降低参与门槛**：不必持有大量稳定币，也能参与早期杠杆创世。
* **奖励早期社区**：把参与机会给到早期支持者。

创世积分是 Memeverse 吸引和回馈早期社区的重要工具，也让杠杆创世的资金来源更加多元。


---

# 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/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/genesis-credit.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.
