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

# Troubleshooting

Common situations and what they mean.

## "You don't have an account linked yet"

You're asking from a surface (X, Farcaster) that isn't linked to a STONKFUNBOT account. Set one up privately from the website dashboard, then link that surface to it.

## "No wallet on that account yet"

Your account exists but doesn't yet have a wallet associated — this normally resolves itself once you've completed sign-in. Visit your dashboard.

## "Not enough \[funds] for this one"

Your wallet's balance is short of what the specific action needs. STONKFUNBOT deliberately doesn't restate your exact balance in a public reply — check it in your dashboard, then fund accordingly. See [Funding](/using-stonkfunbot/funding.md).

## "That launch didn't pass our safety checks"

The prepared transaction failed inspection before signing. Nothing was signed and nothing was spent — see [Transaction Verification](/understanding-the-system/transaction-verification.md). Try again; if it keeps happening, see [FAQ](/help/faq.md).

## "No live proposal with that code" / "That proposal has expired"

The code you confirmed either doesn't exist, belongs to a different account or surface, or is past its window. Send the original request again to get a fresh, correctly priced proposal — see [Confirmations](/understanding-the-system/confirmations.md).

## "The price moved before that went through"

Your confirmation arrived, but the real cost had moved beyond the tolerance held over from your proposal. Nothing was signed. Ask again for a current price.

## "Payment landed but the launch needs a human. Don't retry."

This is the one case where you should explicitly wait rather than act. Retrying here could result in double-charging. This is handled through STONKFUNBOT's recovery and reconciliation process — see [Failures & Recovery](/understanding-the-system/failures-and-recovery.md).

## Rate limited

You've sent requests faster than the system processes them. Wait briefly and try again.

## Still stuck?

See the [FAQ](/help/faq.md), or check [Beta](/help/beta.md) for what might be temporarily unavailable.


---

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