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

# Beta

STONKFUNBOT is in controlled beta.

## What that means

* Access may be limited while beta users are brought on gradually.
* Some surfaces or features may temporarily be unavailable, even if described elsewhere in these docs.
* Each surface (website, X, Farcaster) is activated and tested independently — one being live doesn't guarantee another is.
* We're actively watching conversational behavior and reliability, and fixing issues as they're found.

## What doesn't change during beta

Transaction confirmation safeguards remain fully enabled at all times. Nothing about beta status relaxes the [Ask → Review → Confirm → Execute → Verify](/transaction-flow/ask.md) loop, the fee structure, or the safety checks described in [Safety & Security](/understanding-the-system/safety-and-security.md).

## A standing reminder

Never send anyone a seed phrase or a private key — not us, not support, not anyone claiming to be STONKFUNBOT. We will never ask for one.

## Risk

Launching or holding tokens carries real risk of total loss. Ticker symbols on STONKFUNBOT refer to tokenized assets on Solana and are not equity in the underlying companies. Nothing in these docs is financial advice or a promise of income.


---

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