# paintswap

## paintswap

- [Introduction to Paintswap](https://docs.paintswap.io/master.md)
- [Create a Wallet](https://docs.paintswap.io/getting-started/create-a-wallet.md): Creating your Wallet
- [Bridging Funds to Sonic](https://docs.paintswap.io/getting-started/bridging-funds-to-sonic.md)
- [NFT Marketplace](https://docs.paintswap.io/paintswap-dapp-suite/nft-marketplace.md): NFTs finally meet their match in Paintswap, where you can mint your own, sell, offer and bid on others' NFTs, all at very competitive prices, as well as manage your own collections, effortlessly.
- [NFT Launchpad](https://docs.paintswap.io/paintswap-dapp-suite/nft-launchpad.md)
- [Launching your collection](https://docs.paintswap.io/paintswap-dapp-suite/nft-launchpad/launching-your-collection.md)
- [Estfor Kingdom](https://docs.paintswap.io/paintswap-dapp-suite/estfor-kingdom.md)
- [Sonic Airdrop Order Book](https://docs.paintswap.io/paintswap-dapp-suite/sonic-airdrop-order-book.md)
- [Claiming Sonic Airdrop fNFT](https://docs.paintswap.io/paintswap-dapp-suite/sonic-airdrop-order-book/claiming-sonic-airdrop-fnft.md): Claim and manage your airdrop fNFT
- [Order Book - Trade Airdrop fNFTs](https://docs.paintswap.io/paintswap-dapp-suite/sonic-airdrop-order-book/order-book-trade-airdrop-fnfts.md)
- [Contracts and Audits](https://docs.paintswap.io/paintswap-dapp-suite/sonic-airdrop-order-book/contracts-and-audits.md)
- [VRF](https://docs.paintswap.io/paintswap-dapp-suite/vrf.md)
- [Beardies](https://docs.paintswap.io/paintswap-dapp-suite/beardies.md)
- [Click royale](https://docs.paintswap.io/nft-marketplace.md)
- [$BRUSH](https://docs.paintswap.io/tokenomics/brush.md)
- [LP/Staking](https://docs.paintswap.io/tokenomics/brush/farming.md)
- [Early Distribution](https://docs.paintswap.io/tokenomics/brush/distribution.md)
- [Emissions History](https://docs.paintswap.io/tokenomics/brush/emissions.md)
- [Introduction & Fees](https://docs.paintswap.io/nft-marketplace-1/introduction.md)
- [Creating NFTs](https://docs.paintswap.io/nft-marketplace-1/minting.md): Creating NFTs has never been easier, with the new NFT Creation section featuring all an artist needs to get started
- [Contract Factory](https://docs.paintswap.io/nft-marketplace-1/minting/contract-factory.md): The Paintswap contract factory deploys an ERC1155 contract that is owned by the user. The minting can be done the same way as the community contract, directly on Paintswap, but with lower fees.
- [Bulk Mint](https://docs.paintswap.io/nft-marketplace-1/minting/bulk-mint.md): In order to mint in bulk, data is uploaded to a Paintswap server, processed and then uploaded with IPFS.
- [Interactive NFTs](https://docs.paintswap.io/nft-marketplace-1/minting/interactive-nfts.md): Find out everything about this new kind of NFT, now available to create and trade on Paintswap.
- [Metadata](https://docs.paintswap.io/nft-marketplace-1/minting/metadata.md): Describes the rich metadata support for NFTs on Paintswap
- [Supported NFTs](https://docs.paintswap.io/nft-marketplace-1/minting/supported-nfts.md)
- [NFT Vaults](https://docs.paintswap.io/nft-marketplace-1/nft-vaults.md)
- [Trading NFTs](https://docs.paintswap.io/nft-marketplace-1/trading.md): Discover, collect, and sell extraordinary NFTs
- [Marketplace Mechanics](https://docs.paintswap.io/nft-marketplace-1/trading/marketplace-mechanics.md)
- [Bulk / Batch Actions](https://docs.paintswap.io/nft-marketplace-1/trading/bulk-batch-actions.md)
- [Royalties](https://docs.paintswap.io/nft-marketplace-1/trading/royalties.md)
- [Collections](https://docs.paintswap.io/nft-marketplace-1/collections.md): Tracked collections are featured in the marketplace and they provide additional functionality to users. They are shown in the "My Collection" page even if they were never sold on Paintswap
- [Contracts](https://docs.paintswap.io/misc/contracts.md)
- [API Endpoints](https://docs.paintswap.io/misc/api-endpoints.md): List of endpoints used by the client application to communicate with the Paintswap API and contracts
- [Discord Sales Bot](https://docs.paintswap.io/misc/discord-sales-bot.md): Invite our Paintswap Sales bot to your discord channel to receive messages when sales, listings, offers or bids are made on selected NFT collections
- [Media Kit](https://docs.paintswap.io/misc/media-kit.md)
- [Bugs & Reports](https://docs.paintswap.io/misc/bugs-and-reports.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.paintswap.io/master.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.
