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

# FAQ

### What is STONKFUNBOT?

A conversational application: you talk to it, it prices a real launch or trade on Solana, and nothing executes until you confirm the exact proposal you were shown.

### Is it a trading bot?

Not in the autonomous sense. It doesn't decide to trade on its own or act ahead of you. It proposes, and only your explicit confirmation authorizes execution.

### Does talking to it automatically spend money?

No. A conversation produces a proposal, never a payment. Spending requires a separate, explicit confirmation, and the conversational layer's own output cannot authorize a transaction.

### What network is supported?

Solana. That's the only chain STONKFUNBOT currently executes on.

### Who controls my wallet?

STONKFUNBOT holds your wallet's key, encrypted at rest, so it can sign for your account. That is custody, and these docs describe it as exactly that. It's isolated to your account, and you can request an export where currently supported.

### Can another user confirm my proposal?

No. A proposal is bound to the account it was made for. A confirmation from a different account is refused, as if the proposal doesn't exist.

### Can duplicate messages cause duplicate transactions?

No. Repeating or replaying the same confirmation returns the original result instead of executing a second time.

### What happens when a proposal expires?

It's refused. A stale confirmation never executes against an old price — you'd need to ask again and get a fresh proposal.

### Can I export my wallet?

Wallet export is available where currently supported. It's a copy, not a handover — STONKFUNBOT keeps signing for your account afterward.

### What fees do I pay?

STONKFUNBOT's own configured service fee, plus Solana network fees, plus whatever the launchpad quotes live for a launch. See [Fees](/understanding-the-system/fees.md) for the full breakdown.

### Does STONKFUNBOT post my wallet balance publicly?

No. Your address and balance are shown to you in your own dashboard and nowhere else. Public replies are built so a balance or address can't appear in them.

### Where can I use it?

The website is the primary product. X and Farcaster are supported social surfaces, though availability on any surface may be limited during beta.

### What does beta mean?

See [Beta](/help/beta.md).

### Is this financial advice?

No. Launching or holding a token is not an investment, and nothing here suggests you'll make money. Creator fees only accrue if people trade the token, and most tokens on a permissionless launchpad go to zero. Only spend what you're willing to lose.


---

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