> 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/understanding-the-system/fees.md).

# Fees

Two kinds of cost apply, and this page keeps them apart: what STONKFUNBOT and the Solana network charge, and what the launchpad or a swap route prices live.

## STONKFUNBOT and network fees

| Item                           | Amount                | Notes                                                                                                                             |
| ------------------------------ | --------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| STONKFUNBOT launch service fee | 0.1 SOL               | Per successful launch, charged after your token is live. No fee on a launch that didn't succeed.                                  |
| STONKFUNBOT swap fee           | 0.5%                  | Of a successful swap, folded into the quote you review before confirming.                                                         |
| Referral rebate                | 30% of the launch fee | Paid to your referrer's wallet when your launch succeeds — one level, no self-referrals. STONKFUNBOT's own rebate, launches only. |
| Launch cost                    | Variable              | Set by the launchpad at request time, not published as a rate card. Quoted live before you confirm.                               |
| Solana network fees            | Variable              | Set by the network. Included in what you're quoted.                                                                               |

Every fixed figure above is read from STONKFUNBOT's current configuration and can change. Anything marked variable is priced live and shown to you before you confirm — never assumed or estimated on your behalf.

## Why launch cost isn't a fixed number

The launchpad prices each launch inside its own prepared payment transaction at request time, rather than publishing a rate card. Printing a fixed number here would mean guessing about your money, so STONKFUNBOT doesn't — the quote you see immediately before confirming is the real number.


---

# 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/understanding-the-system/fees.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.
