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

# Welcome

**Kumbaya is a crypto social launchpad and DEX built on** [**MegaETH**](https://megaeth.com/) — a real-time blockchain with \~10ms blocks. That means your trades, swaps, and token launches happen at the speed of a website, not a blockchain.

This is your guide to using the Kumbaya app. Whether you're here to swap tokens, provide liquidity, launch your own coin, or just hang out and yap about memes, you'll find what you need below.

## What you can do on Kumbaya

* 🔁 [**Swap tokens**](/trading/swap.md) — trade any listed token in seconds.
* 💧 [**Provide liquidity**](/liquidity/add-liquidity.md) — earn fees by adding liquidity to pools.
* 🔥 [**Launch a token**](/launchpad/launch-a-token.md) — create your own token with a built-in bonding curve.
* 🗣 [**Yap and tip**](/social-features/comments-and-yaps.md) — comment on tokens, tip creators, build your profile.

## New to crypto?

Start with [**What is Kumbaya?**](/getting-started/what-is-kumbaya.md) and then [**Connect your wallet**](/getting-started/connect-your-wallet.md). You'll be set up in under a minute — no seed phrase to write down, no browser extension to install.

> 💡 **Pro tip:** the **`/` key** opens [the search overlay](/getting-started/search.md) from any page. It's the fastest way to jump to any token or pool on Kumbaya.

## Need help?

* [**FAQ**](/help/faq.md) — common questions
* [**Troubleshooting**](/help/troubleshooting.md) — when something doesn't work
* Find us on Twitter [@kumbaya\_xyz](https://twitter.com/kumbaya_xyz)


---

# 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.kumbaya.xyz/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.
