# Discovering tokens

Most of the action on Kumbaya happens on the **launchpad feed** — a stream of new and trending tokens with their threads, tip jars, and trade activity all visible at a glance.

![The launchpad feed on kumbaya.xyz](https://1036133404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrOI1bPl9o59ZMxH6wevx%2Fuploads%2Fgit-blob-8be963e683b4a10dd0f5e8128388e5b0dbd942a2%2Flaunchpad-feed.png?alt=media)

## The feeds

Kumbaya groups tokens into a few different feeds. You can switch between them in the launchpad nav:

* **All / Trending** — the main feed of recent and active launches across categories.
* [**Memes**](https://docs.kumbaya.xyz/launchpad/dares-and-memes) — meme-style launches.
* [**Dares**](https://docs.kumbaya.xyz/launchpad/dares-and-memes) — community-challenge launches with a different visual treatment.

You can also reach a specific creator's launches from their profile page.

## Reading a token card

Each entry in the feed shows:

* **Image + name + ticker** — the basics.
* **A graduation progress bar** for tokens still in the bonding phase, or a gold **Grad** badge for graduated ones.
* **Stats** — comment count, recent activity, and more.
* **A snippet of the prompt** — the creator's brief.

Click into a card to land on the token's full detail page.

## On the token detail page

The token page (`kumbaya.xyz/#/launch/<token-address>`) is where everything happens:

* **Header** — name, ticker, prompt, socials, graduation progress, and the gold "Grad" pill if the token has graduated.
* **Stats row** — Market Cap, ATH MC, price changes across windows.
* **Trade panel** — buy/sell directly without leaving the page.
* **Tabs** — Floor, Thread, Buyers, Tips, Trades.
* **Creator earnings** — only visible if you're the creator, after you've claimed the listing.

![A token detail page on kumbaya.xyz](https://1036133404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrOI1bPl9o59ZMxH6wevx%2Fuploads%2Fgit-blob-713b2590acf35bca2ed1c5af52efb75178ca61b8%2Ftoken-detail.png?alt=media)

## Tips for finding worth-trading tokens

Take all of this with a grain of salt — DYOR — but useful signals:

* **Active thread + buyers diversity.** A token where one wallet holds 90% of the supply is a different shape from a token with hundreds of small buyers.
* **Graduation proximity.** Tokens close to graduation often see speculative interest before and right after the graduation transaction.
* **Creator track record.** Click the creator's profile — have they launched before? Did those launches graduate?
* **Image quality and prompt clarity.** Effort signals.

## When you're ready to trade

* **Buy with the in-page trade panel** — fastest path. It auto-fills the right pool.
* **Or use the main** [**Swap**](https://docs.kumbaya.xyz/trading/swap) **page** — the launched token will be discoverable by ticker or address.

## Where to next

* [**Comments and yaps**](https://docs.kumbaya.xyz/social-features/comments-and-yaps) — how to participate in token threads
* [**Tipping**](https://docs.kumbaya.xyz/social-features/tipping) — how to tip creators / good comments
* [**Launching your own token**](https://docs.kumbaya.xyz/launchpad/launch-a-token) — your turn


---

# Agent Instructions: 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:

```
GET https://docs.kumbaya.xyz/launchpad/discover.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
