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

# Overview

STONKFUNBOT lets you launch and trade tokens paired against real assets — commonly tokenized stocks — on [StonkFun](https://www.stonkfun.xyz), a Solana launchpad, by describing what you want in plain language.

It is a **conversational application with transaction capabilities**, not an autonomous trading bot. It does not decide to act on its own, and it does not trade ahead of you. Every action that could move funds goes through the same loop, regardless of which surface you're using:

| Step       | What happens                                                             |
| ---------- | ------------------------------------------------------------------------ |
| 1. Ask     | You say what you want, in your own words.                                |
| 2. Review  | STONKFUNBOT prices it for real and shows you the exact proposal.         |
| 3. Confirm | You explicitly accept that specific proposal — nothing else.             |
| 4. Execute | The transaction is checked, signed by your wallet, and submitted.        |
| 5. Verify  | The chain result is confirmed and recorded before you're told it worked. |

Talking to STONKFUNBOT does not by itself authorize spending. The part of the system that reads your message can propose and explain — it cannot sign. Signing happens only through deterministic code, gated on your explicit confirmation of one specific, already-priced proposal.

## Where you can use it

* **Website / Terminal** — the primary interface. Sign in, get your wallet, fund it, and launch or trade directly.
* **X** — a supported social surface. Once your account is linked, you can ask and confirm from a mention.
* **Farcaster** — a supported social surface, using the same proposal-and-confirmation flow from a cast.

Each surface runs on the same underlying logic (see [How STONKFUNBOT Works](/welcome/how-it-works.md)), so an action means the same thing regardless of where you asked for it. During beta, availability on any given surface may vary — see [Beta](/help/beta.md).

## Next

* [What is STONKFUNBOT?](/welcome/what-is-stonkfunbot.md)
* [Getting Started](/welcome/getting-started.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.stonkfun.bot/welcome/overview.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.
