> For the complete documentation index, see [llms.txt](https://docs.unstable.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unstable.run/readme.md).

# Welcome to Unstable

**Unstable** is a fair-launch token launcher on the [Stable](https://stable.xyz) chain — the L1 where **USDT0 is native gas** and every trade is priced in real dollars.

Deploy a token for **$2**, get a Uniswap V3 pool with the full supply locked, trade with sub-second finality, and watch it on the native chart we built for you.

<figure><img src="https://unstable.run/og-image.png" alt="Launch anything. Priced in dollars, always."><figcaption></figcaption></figure>

## Why it feels different

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Dollars, always</strong></td><td>Every price, every trade, every fee is denominated in USDT0 — no ETH exchange rate to squint at, no volatile gas token.</td></tr><tr><td><strong>Fair launch by default</strong></td><td>100% of the supply is minted straight into the locked V3 LP position. No creator vault, no cliff, no vesting.</td></tr><tr><td><strong>Full LP fees to the creator</strong></td><td>80% of every 1% swap fee goes to the launcher, forever. 20% to the platform treasury. Collectable by anyone at any time.</td></tr><tr><td><strong>Metadata on-chain</strong></td><td>Logo, description, X, Telegram, website — all stored directly on the token contract. Every indexer sees the same source of truth.</td></tr><tr><td><strong>Native charts + trades</strong></td><td>Chart with TradingView Lightweight Charts, recent trades stream near-realtime, holders count on every token page. Zero DexScreener dependency.</td></tr><tr><td><strong>Sub-second finality</strong></td><td>Stable ships trades faster than you can read them. Gas costs a fraction of a cent, always in USDT.</td></tr></tbody></table>

## Jump straight in

* **Ready to trade?** → [Buy your first token](/for-users/buy-sell.md)
* **Have a coin idea?** → [Launch it in one transaction](/launching-a-coin/overview.md)
* **Building on top?** → [Contract addresses & events](/on-chain-reference/contracts.md)

Or start from the top: [What is Unstable?](/overview/introduction.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://docs.unstable.run/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.
