> 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/ecosystem-how-the-modules-work-together/audience.md).

# Target audience

Outrun serves several distinct groups. This page walks through what each of them wants and how Outrun delivers it.

## Core Memecoin community

**Who they are**: Early Memecoin believers, community organizers, and launchers who want to run a fair launch.

**Their pain points**: Traditional Memecoin launches are riddled with rugs, front-running, and insider deals; communities hold no governance power; and once the hype fades, the token goes to zero.

**What Outrun gives them**:

* A fair, rug-resistant launch platform (liquidity lock-up, Genesis refund, dynamic fees that discourage front-running).
* Leveraged Genesis amplifies early participation.
* DAO governance gives the community real control, with a transparent treasury.

## DeFi users / yield farmers

**Who they are**: DeFi users chasing yield across protocols, holding yield-bearing assets such as LSTs and stablecoins.

**Their pain points**: Yield-bearing assets are fragmented, liquidity is scattered, composing positions across protocols is tedious, and the yield is hard to put to unified use.

**What Outrun gives them**:

* Multiple yield-bearing assets unified into uAsset, a single token.
* Mint uAsset through Genesis Staking (the collateral keeps earning), swap directly through the PSM (the par swap pool), or deposit into USR (uAsset savings) to earn interest.
* uAsset moves across chains and can be committed to Memeverse Genesis, so the capital has many uses.

## Stablecoin / uAsset users

**Who they are**: People who need a stable, cross-chain medium of value for trading, settlement, and transfers.

**Their pain points**: There are many stablecoins but liquidity is fragmented, and moving value across chains is costly and risky.

**What Outrun gives them**:

* Pegged stablecoins (UETH/UUSD/UBNB), backed by underlying assets and subject to mint caps.
* Natively omnichain, with rate limits for security.
* Many uses within the Outrun ecosystem (Genesis, leverage, settlement).

## Leverage / advanced users

**Who they are**: Advanced users pursuing yield with higher capital efficiency.

**Their pain points**: Traditional leveraged borrowing carries liquidation risk and depends on oracles, and DeFi leverage products are complex and risky.

**What Outrun gives them**:

* Leveraged Genesis: no liquidations, no oracle dependency; pay interest to amplify an early share.
* PT/YT split: principal and yield separated. Standard Genesis participants claim YT plus auxiliary-pool shares, while the uAsset principal stays conserved in the four pools and is unaffected by Memecoin price moves. PT flows mainly into the auxiliary pools as LP.
* GenesisCredit: lowers the barrier to participation.

## Memecoin launchers / project teams

**Who they are**: Launchers who want to fair-launch a Memecoin and build a lasting community.

**Their pain points**: Bootstrapping liquidity has a high barrier to entry, front-running is a constant threat, and credible launch tooling is scarce.

**What Outrun gives them**:

* Launch on multiple chains in one action, with the four-pool liquidity set up automatically.
* The lock-up mechanism shows the community that the liquidity cannot be rug-pulled.
* Built-in staking and DAO, so a launch starts with durable value infrastructure.

## Common ground

These audiences look different, but uAsset strings them together: **their needs and their capital ultimately flow through uAsset**. Different people take what they need from the same infrastructure, and each contributes momentum to the flywheel.


---

# 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/ecosystem-how-the-modules-work-together/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.
