> 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/readme.md).

# STONKFUNBOT Documentation

STONKFUNBOT is a conversational application for launching and trading tokens on [StonkFun](https://www.stonkfun.xyz), a Solana launchpad, by talking to it in plain language on the website, X, or Farcaster.

This is the STONKFUNBOT documentation portal. It explains what STONKFUNBOT does, how its transaction model works, and how the pieces fit together — independent of any single interface.

## Start here

* [**What is STONKFUNBOT?**](/welcome/what-is-stonkfunbot.md) — the short answer.
* [**Getting Started**](/welcome/getting-started.md) — go from nothing to your first action.
* [**How STONKFUNBOT Works**](/welcome/how-it-works.md) — the model underneath every surface.

## The core idea

Every action that could move funds follows the same five-step loop, on every surface:

**Ask → Review → Confirm → Execute → Verify**

You describe what you want in your own words. STONKFUNBOT prices the real action and shows you the exact proposal. Nothing happens until you explicitly confirm that specific proposal. Only then is a transaction checked, signed, and submitted — and you're told it worked only after the chain confirms it.

Conversational input never authorizes a transaction by itself. See [Transaction Flow](/transaction-flow/ask.md) for the full breakdown.

## Current scope

STONKFUNBOT is in controlled beta and currently executes on **Solana** only. See [Beta](/help/beta.md) for what that means in practice.


---

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