> For the complete documentation index, see [llms.txt](https://pump-tools.gitbook.io/pumptools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pump-tools.gitbook.io/pumptools/info/faq.md).

# FAQ

### ❓ What is Pump Tools?

**Pump Tools** is a platform that helps users easily create tokens on popular blockchains like Solana, Ethereum, Base, and Binance Smart Chain — no coding required.

***

### 💰 How much does it cost to create a token?

We offer **the lowest prices** on the market for token creation. The exact cost depends on the blockchain, but we aim to stay significantly more affordable than other platforms.

***

### 🆓 Are there any free features?

Yes! We provide several **free utilities** to help you manage your token after creation, including:

* Revoke Authorities
* Mint Tokens
* Burn Tokens
* Update Metadata

***

### 🔗 What blockchains are supported?

Currently, we support:

* **Solana**
* **Ethereum**
* **Base**
* **Binance Smart Chain (BSC)**

We're also working on adding support for more networks in the future.

***

### 🧑‍💻 Do I need any programming skills?

Not at all. Pump Tools is designed to be **fully no-code** — just choose your settings, click a few buttons, and your token is ready.

***

### ⏱️ How long does it take to create a token?

Token creation is **almost instant** — typically just a few seconds after confirming the transaction on the blockchain.

***

### 🔐 Is my token secure?

Yes. We never take control of your wallet or private keys. You create and manage tokens directly through your connected wallet (e.g., Phantom, MetaMask, etc.).

***

### 📦 Can I customize my token?

Absolutely. You can set the name, symbol, supply, decimals, and more. After creation, you can also update the metadata using our free tools.

***

### 📞 Need help?

If you have any issues or questions, feel free to reach out via our support channel or join our community Telegram.


---

# 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://pump-tools.gitbook.io/pumptools/info/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.
