# Flaunch Docs

## General

- [Flaunch the token launchpad](https://docs.flaunch.gg/quick-start/readme.md)
- [What Is Flaunch?](https://docs.flaunch.gg/getting-started/why-flaunch.md)
- [Launch a Token](https://docs.flaunch.gg/getting-started/flaunch-a-coin.md)
- [Build a Launchpad](https://docs.flaunch.gg/getting-started/launch-a-launchpad.md): Build a token launch experience on top of Flaunch.
- [Import a Token](https://docs.flaunch.gg/getting-started/importing-to-flaunch.md)
- [Flaunch MCP](https://docs.flaunch.gg/ai/mcp.md)
- [Creator Revenue](https://docs.flaunch.gg/features/creator-revenue.md)
- [Royalty NFT](https://docs.flaunch.gg/features/royalty-nft.md)
- [Fixed Price Fair Launch](https://docs.flaunch.gg/features/fixed-price-fair-launch.md)
- [Auto Buybacks](https://docs.flaunch.gg/features/auto-buybacks.md)
- [Sniper Protection](https://docs.flaunch.gg/features/sniper-protection.md)
- [Game Mode](https://docs.flaunch.gg/game-mode/game-mode.md)
- [Split the Arrow](https://docs.flaunch.gg/game-mode/split-the-arrow.md)
- [Build a Game](https://docs.flaunch.gg/game-mode/build-a-game.md)
- [AI Skills Quick Start](https://docs.flaunch.gg/a.i.-skills/vibe-guide.md): Install the Flaunch AI skills and start building quickly.
- [Understanding Skill Files](https://docs.flaunch.gg/a.i.-skills/skill-files.md): Understand how the Flaunch skill repository is organized.
- [Manager Overview](https://docs.flaunch.gg/managers/manager-types.md)
- [Revenue Manager](https://docs.flaunch.gg/managers/revenuemanager.md)
- [Staking Manager](https://docs.flaunch.gg/managers/stakingmanager.md)
- [Address Fee Split Manager](https://docs.flaunch.gg/managers/addressfeesplitmanager.md)
- [Custom Managers](https://docs.flaunch.gg/managers/custom-managers.md)
- [Quick Start](https://docs.flaunch.gg/guides/quick-start.md): Want to integrate with Flaunch?
- [SDK Guide: Flaunching a Coin](https://docs.flaunch.gg/guides/flaunching-a-coin.md)
- [Making a Swap](https://docs.flaunch.gg/guides/making-a-swap.md)
- [Setting a Swap Referrer](https://docs.flaunch.gg/guides/setting-a-swap-referrer.md)
- [Token Images](https://docs.flaunch.gg/support/token-images.md)
- [Audits](https://docs.flaunch.gg/protocol/audits.md)
- [Bug Bounty](https://docs.flaunch.gg/protocol/bug-bounty.md)
- [FAQ](https://docs.flaunch.gg/protocol/frequently-asked-questions.md)
- [Privacy Policy](https://docs.flaunch.gg/protocol/privacy-policy.md): Last Updated: 10 April 2025
- [Terms of Service](https://docs.flaunch.gg/protocol/terms-of-service.md): Last Updated: 10 August 2026
- [Whitepaper](https://docs.flaunch.gg/community/whitepaper.md)
- [Flaunchy](https://docs.flaunch.gg/community/flaunchy.md): Flaunch's mascot and AI token launcher. Tweet him a name, he launches the coin.
- [Brand Kit](https://docs.flaunch.gg/community/brand-kit.md)
- [Governance](https://docs.flaunch.gg/community/governance.md): The Flaunch protocol has an option for a protocol fee to be enabled. When enabled, a percentage of swap fees are managed and used through Tally proposals via $FLAY holder voting.
- [Proposals and Voting](https://docs.flaunch.gg/community/governance/proposals-and-voting.md)
- [Protocol Fee Switch](https://docs.flaunch.gg/community/governance/protocol-fee-switch.md)
- [API](https://docs.flaunch.gg/references/api.md): This API covers the creation of tokens, revenune managers, uploading images.
- [REST Data API](https://docs.flaunch.gg/references/restful-data-api.md)
- [Subgraph](https://docs.flaunch.gg/references/subgraph.md)
- [Solidity Cookbook](https://docs.flaunch.gg/references/solidity-cookbook.md)
- [Hooks](https://docs.flaunch.gg/references/hooks.md)
- [Spend-Gated Launches](https://docs.flaunch.gg/references/spend-gate.md)
- [The Trusted Signer](https://docs.flaunch.gg/references/spend-gate/signer.md)
- [Enforcement in the V4 Hook](https://docs.flaunch.gg/references/spend-gate/hook-path.md)
- [Zaps](https://docs.flaunch.gg/references/zaps.md)
- [Old Contract Addresses](https://docs.flaunch.gg/references/contract-addresses.md)
- [12 December: Solana Imports, Custom Token Supply, and Smarter Liquidity SDK Upgrades](https://docs.flaunch.gg/updates/12-december-solana-imports-custom-token-supply-and-smarter-liquidity-sdk-upgrades.md)
- [11 December: Flaunch Wrap Solana → Base Bridging for Token Creators](https://docs.flaunch.gg/updates/11-december-flaunch-wrap-solana-base-bridging-for-token-creators.md)
- [17 November: Launch of Groups](https://docs.flaunch.gg/updates/17-november-launch-of-groups.md)
- [23 August: Phase 2 — Groups & $1M Creator Revenue](https://docs.flaunch.gg/updates/23-august-phase-2-groups-and-usd1m-creator-revenue.md)
- [13 March: Web2 API, New Homepage, Just Flaunch Launchpad](https://docs.flaunch.gg/updates/13-march-web2-api-new-homepage-just-flaunch-launchpad.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.flaunch.gg/quick-start/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
