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

# Outrun at a glance

> Unify yield-bearing assets. Launch on-chain consensus.

Outrun is an omnichain DeFi ecosystem built from two modules that drive each other:

* **OutStake** — yield infrastructure. It unifies yield-bearing assets from Aave, Lido, Sky, Ethena, Lista, Aster, and other protocols, and mints them into the pegged stablecoins **uAsset** (UETH / UUSD / UBNB).
* **Memeverse** — the omnichain community consensus launcher. Standard, leveraged, and Preorder participation converge on a single fair launch; the Memecoin goes live with four-pool liquidity, splittable and tradable PT/YT, staking yield, and DAO governance.

The two modules are not simply parallel — **uAsset is the lifeline connecting them**. OutStake mints uAsset; Memeverse consumes it in Genesis and leverage. The two modules interlock through uAsset supply and demand. Capital gets recycled inside the loop instead of sitting idle in isolated pools.

***

## OutStake — unifying yield-bearing assets into stablecoins

Yield-bearing tokens from different protocols (aToken, wstETH, sUSDS, sUSDe…) each go their own way, fragmenting both yield and liquidity. OutStake unifies them behind a standardized interface and mints them into uAsset stablecoins that circulate across chains.

Three ways to participate:

* **Genesis Staking**: deposit yield-bearing assets and mint uAsset at their current face value (an amount equal to your principal). The minted uAsset goes straight into Memeverse Genesis. Your collateral keeps earning, and the exposure stays entirely with you. No interest, no liquidation, no lock-up; the position can be redeemed anytime.
* **PSM swap**: use reserve assets such as USDC, USDT, ETH, or BNB to swap directly into uAsset at 1:1 par through a reserve-backed pool. No position, no debt.
* **USR savings**: deposit idle uAsset into the savings vault to earn interest, with deposits and withdrawals anytime.

See the [OutStake overview](/outstake-yield-infrastructure/outstake.md).

## Memeverse — where community consensus grows into a nation

Memeverse lets anyone launch a Memecoin on multiple chains at the same time, with three engines in place the moment it goes live:

* **Fair launch**: no Creator privileges, no pre-allocation. Standard, leveraged, and Preorder participation converge on the same fair Genesis; once the threshold is reached, the four pools are created and the primary pool is locked for 365 days.
* **Yield tokenization**: the locked primary-pool liquidity is split into PT (principal) and YT (yield), turning future cash flows into assets that can be traded today; the POLend market (leveraged Genesis) is built on this split.
* **Staking and DAO governance**: trading fees flow to stakers and the community treasury; stake and delegate to gain governance rights, and the community claims epoch rewards.

See the [Memeverse overview](/memeverse-omnichain-community-consensus-launcher/memeverse.md).

***

## uAsset: the lifeline connecting the two modules

uAsset (UETH / UUSD / UBNB) is Outrun's pegged stablecoin system. The three tokens are pegged to ETH, USD, and BNB respectively, and they move across chains via LayerZero OFT:

![Two modules interlocked: uAsset is the lifeline](https://4075251872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMOFYwgsYATQ3WIKQsdho%2Fuploads%2Fgit-blob-1043d5766b22fcba3e51c70843cdcb21210b0ade%2Fecosystem-bite.svg?alt=media)

* On the OutStake side: stake yield-bearing assets to mint uAsset.
* On the Memeverse side: uAsset is consumed as Genesis funding, leverage interest, and the payment currency for GenesisCredit.
* The two modules interlock: Memeverse makes uAsset useful → holding it has value → more people mint on OutStake; deeper supply from OutStake → smoother launches on Memeverse. **Yields do not flow back and forth between the modules**; each side runs its own independent loop (see the [growth flywheel](/ecosystem-how-the-modules-work-together/flywheel.md)).

Through uAsset, earning yield and launching a token are no longer two separate things; they are the two ends of one capital cycle.

***

## How to read this book

| You are                                      | Suggested path                                                                                                                                                                                             |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New to Outrun                                | This page → [Product vision](/overview/vision.md) → [OutStake overview](/outstake-yield-infrastructure/outstake.md) → [Memeverse overview](/memeverse-omnichain-community-consensus-launcher/memeverse.md) |
| Looking to stake or mint uAsset              | The [OutStake](/outstake-yield-infrastructure/outstake.md) chapters                                                                                                                                        |
| Looking to launch or join a Memecoin         | The [Memeverse](/memeverse-omnichain-community-consensus-launcher/memeverse.md) chapters                                                                                                                   |
| Interested in the ecosystem's economic model | [Growth flywheel](/ecosystem-how-the-modules-work-together/flywheel.md) → [Business model](/ecosystem-how-the-modules-work-together/business-model.md)                                                     |
| Comparing similar products                   | [vs Pump.fun](/memeverse-omnichain-community-consensus-launcher/vs-pump-fun.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/overview/readme.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.
