# Zonk.fun > Official documentation for the Zonk.fun permissionless token launchpad on Base. ## Docs - [Zonk.fun documentation](https://docs.zonk.fun/docs/index.md): Create, discover, and trade community tokens on Base. - [Introduction](https://docs.zonk.fun/docs/getting-started/introduction.md): How Zonk.fun fits together and what it does. - [Quickstart](https://docs.zonk.fun/docs/getting-started/quickstart.md): Connect, browse, and complete your first Zonk.fun action. - [Connect a wallet](https://docs.zonk.fun/docs/getting-started/connect-wallet.md): Use an injected browser wallet safely on Zonk.fun. - [Base Mainnet](https://docs.zonk.fun/docs/getting-started/base-mainnet.md): The production network used by Zonk.fun. - [Create a token](https://docs.zonk.fun/docs/users/create-token.md): Launch a fixed-supply community token from the production interface. - [Buy tokens](https://docs.zonk.fun/docs/users/buy-tokens.md): Quote and execute curve buys or graduated Uniswap V3 swaps. - [Sell tokens](https://docs.zonk.fun/docs/users/sell-tokens.md): Understand approvals and protected sell execution. - [Discover tokens](https://docs.zonk.fun/docs/users/discovery.md): Browse newest, trending, and searchable launches. - [Token pages](https://docs.zonk.fun/docs/users/token-pages.md): Read lifecycle, market, metadata, and activity information. - [Transaction flow](https://docs.zonk.fun/docs/users/transaction-flow.md): What happens between review, signature, receipt, and UI refresh. - [Protocol overview](https://docs.zonk.fun/docs/protocol/overview.md): The endpoint-cp-v3 launch, curve, fee, and graduation system. - [Protocol architecture](https://docs.zonk.fun/docs/protocol/architecture.md): Relationships among launch, trading, settlement, and custody contracts. - [Bonding curve](https://docs.zonk.fun/docs/protocol/bonding-curve.md): The verified endpoint-cp-v3 shifted constant-product model. - [Token economics](https://docs.zonk.fun/docs/protocol/token-economics.md): Fixed supply, allocations, reserves, and lifecycle state. - [Fees](https://docs.zonk.fun/docs/protocol/fees.md): Curve trading fees and post-graduation LP fee allocation. - [Graduation](https://docs.zonk.fun/docs/protocol/graduation.md): The exact terminal condition and atomic Uniswap V3 settlement path. - [Uniswap V3 integration](https://docs.zonk.fun/docs/protocol/uniswap-v3.md): Canonical Base Mainnet liquidity configuration after graduation. - [Liquidity custody](https://docs.zonk.fun/docs/protocol/liquidity-custody.md): Why graduated LP principal is permanently bound. - [Contract overview](https://docs.zonk.fun/docs/contracts/overview.md): The deployed endpoint-cp-v3 contract family. - [Base Mainnet deployment](https://docs.zonk.fun/docs/contracts/deployments.md): Current production deployment and immutable external dependencies. - [ZonkFactoryV3](https://docs.zonk.fun/docs/contracts/factory.md): Atomic token launch and canonical registry. - [ZonkCurveV3](https://docs.zonk.fun/docs/contracts/curve.md): Per-token quoting, trading, reserve accounting, and terminal handoff. - [ZonkTokenV3](https://docs.zonk.fun/docs/contracts/token.md): The fixed-supply ERC-20 created for each launch. - [FeeManagerV3](https://docs.zonk.fun/docs/contracts/fee-manager.md): Curve-fee custody, liabilities, and recipient changes. - [GraduationManagerV3](https://docs.zonk.fun/docs/contracts/graduation-manager.md): Canonical pool reservation and exact terminal settlement. - [Vaults and distribution](https://docs.zonk.fun/docs/contracts/vaults.md): Community, reward, and permanent LP fee accounting contracts. - [Developer overview](https://docs.zonk.fun/docs/developers/overview.md): Build against Zonk.fun contracts and indexed data. - [System architecture](https://docs.zonk.fun/docs/developers/architecture.md): Browser, Base, indexer, storage, API, and cache boundaries. - [Frontend](https://docs.zonk.fun/docs/developers/frontend.md): Next.js, RainbowKit, wagmi, viem, quotes, and transaction state. - [API architecture](https://docs.zonk.fun/docs/developers/api.md): The public Go HTTP service and its trust boundary. - [Indexer](https://docs.zonk.fun/docs/developers/indexer.md): Finalized event ingestion, discovery, projections, replay, and reorg handling. - [Database](https://docs.zonk.fun/docs/developers/database.md): Logical PostgreSQL model and canonical projection design. - [Contract SDK](https://docs.zonk.fun/docs/developers/contract-sdk.md): Shared chains, economics, addresses, ABIs, and receipt parsing. - [Base Builder Code](https://docs.zonk.fun/docs/developers/builder-code.md): ERC-8021 attribution on Zonk.fun frontend transactions. - [Local development](https://docs.zonk.fun/docs/developers/local-development.md): Install, run, build, and test the monorepo. - [Environment variables](https://docs.zonk.fun/docs/developers/environment.md): Safe reference for current application and development configuration. - [API overview](https://docs.zonk.fun/docs/api-reference/overview.md): Public indexed data and metadata endpoints implemented by the Go service. - [Tokens and pricing](https://docs.zonk.fun/docs/api-reference/tokens.md): List, detail, pricing, chart, and creator resources. - [Discovery](https://docs.zonk.fun/docs/api-reference/discovery.md): Newest, trending, search, and ETH/USD reference endpoints. - [Trades and activity](https://docs.zonk.fun/docs/api-reference/trades.md): Paginated indexed market events and token activity. - [Metadata](https://docs.zonk.fun/docs/api-reference/metadata.md): Create and finalize launch metadata drafts. - [Errors](https://docs.zonk.fun/docs/api-reference/errors.md): HTTP status, error envelope, and common failure codes. - [Deployment](https://docs.zonk.fun/docs/operations/deployment.md): High-level application and contract release boundaries. - [Production architecture](https://docs.zonk.fun/docs/operations/production-architecture.md): Generic service topology and persistence boundaries. - [Monitoring](https://docs.zonk.fun/docs/operations/monitoring.md): Operational signals for the web, API, indexer, and data plane. - [Security model](https://docs.zonk.fun/docs/security/security-model.md): Trust boundaries, risks, and conservative assumptions. - [Wallet safety](https://docs.zonk.fun/docs/security/wallet-safety.md): Checks to make before connecting, approving, or trading. - [Smart-contract safety](https://docs.zonk.fun/docs/security/smart-contract-safety.md): Implemented controls and their limits. - [Responsible disclosure](https://docs.zonk.fun/docs/security/responsible-disclosure.md): How to report a potential vulnerability without putting users at risk. - [Contract addresses](https://docs.zonk.fun/docs/reference/contract-addresses.md): Current Zonk.fun Base Mainnet deployment. - [Networks](https://docs.zonk.fun/docs/reference/networks.md): Production chain and explorer reference. - [Glossary](https://docs.zonk.fun/docs/reference/glossary.md): Terms used throughout Zonk.fun. - [FAQ](https://docs.zonk.fun/docs/reference/faq.md): Practical answers about launching, trading, wallets, and graduation. - [Troubleshooting](https://docs.zonk.fun/docs/reference/troubleshooting.md): Resolve common wallet, quote, transaction, and indexing problems.