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

# Introduction to Paintswap

<figure><img src="/files/hjULpTdfIMF0ZNpyw7R1" alt=""><figcaption></figcaption></figure>

## What is Paintswap?

[Paintswap](https://Paintswap.io) is the leading NFT marketplace on Sonic. It provides feature rich platform for NFT collectors/traders and creator/artists and takes your NFT experience to the next level. Paintswap also is the pioneer in the financial (fNFTs) trading. Here is a quick summary of what you can do with Paintswap:

* Explore hundreds of beautiful, curated collections
* Buy, sell, offer, bid or swap (p2p) on thousands of NFTs on the open marketplace
* Create your own NFT through factory contracts.
* Launch your NFT collection through Paintswap Launchpad
* Trade fNFTs and track them using the features designed specifically for fNFTs

{% content-ref url="/pages/-Mg-dGBXj-LulpsGU2dT" %}
[NFT Marketplace](/paintswap-dapp-suite/nft-marketplace.md)
{% endcontent-ref %}

## Want to learn more?

**Twitter:** [**https://twitter.com/paint\_swap**](https://twitter.com/paint_swap)

**Discord:** [**https://discord.gg/paintswap**](https://discord.gg/paintswap)

**Medium:** [**https://medium.com/paint-swap-finance**](https://medium.com/paint-swap-finance)

**Reddit:** [**https://reddit.com/r/paintswap**](https://reddit.com/r/paintswap)


---

# 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.paintswap.io/master.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.
