> For the complete documentation index, see [llms.txt](https://docs.boltlaunch.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boltlaunch.fun/welcome.md).

# Welcome

**Bolt is a token launchpad on Ethereum mainnet, built on Uniswap V4.**\
One transaction. One click. One token, ready to trade.\
\
**Quick Links**\
🚀 Launch a token now → [@boltlaunch\_bot](https://t.me/boltlaunch_bot) \
📡 Live deploys feed → @[boltdeploytracker](https://t.me/boltdeploytracker) \
𝕏 Read the manifesto → [@BoltLaunch](https://x.com/BoltLaunch) on X \
🌐 Website → [boltlaunch.fun](https://boltlaunch.fun/) <br>

### **What makes Bolt different**

**Built on Ethereum L1**. Where serious projects live.\
**Uniswap V4**. Single-sided launch, LP fees set to 0% forever.\
**Liquidity locked forever**. The position NFT is sent to 0xdead at the smart contract level. Not promised. Burned.\
**Anti-rug enforcement**. Progressive tax on dev-buys plus a 72-second window tax on large swaps. Both are hardcoded, both verifiable on-chain.\
**The 0xb017 standard**. Every token launched on Bolt starts with 0xb017, enforced by the smart contract.\
**Treasury flows back to the community**. After operational costs, every cent collected is reinvested.\
\
**How these docs are organized**\
The docs are split into 5 main sections:\
**Getting Started** — how to make your first launch\
**Fees & Economics** — exactly what you pay, why, and where it goes\
**Anti-Rug System** — how Bolt protects traders and devs\
**Bot Reference** — every command, every parameter\
**Contracts** — verified addresses and source code on Etherscan\
\
**Disclaimers**\ <mark style="color:$warning;">Bolt is non-custodial in spirit but custodial in practice. When you import a wallet to the bot, your private key is encrypted and stored on the bot operator's server. This is a tradeoff for one-click launches. Always use a fresh wallet, never your main wallet.</mark>\
\ <mark style="color:$danger;">Bolt has no official token. Anyone selling a $BOLT token is running a scam.</mark>\
\ <mark style="color:$danger;">The Bolt smart contracts are verified on Etherscan and audited internally, but no smart contract is risk-free. By using Bolt, you accept the risks inherent to interacting with smart contracts on a public blockchain.</mark>


---

# 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.boltlaunch.fun/welcome.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.
