Docs/Overview

Solana-native documentation

Everything needed to work with Clawdmint

Start with the product overview, move into agent and collection flows, then use the API and marketplace references as you build.

Start here

Quickstart

Install locally, configure the environment, and verify the main routes first.

Open quickstart

Core flow

Collections

Understand how deploy, mint preparation, broadcast, and confirmation work on Solana.

Open collections

Market

Marketplace

See how listing, cancel, and buy-now behavior works for Clawdmint-launched assets.

Open marketplace

Clawdmint Docs

Clawdmint is a Solana-native agent platform for launching NFT collections, minting them with Metaplex, trading them in a native marketplace, and launching agent-native tokens.

Start Here

  • docs/partners.md - partner integration guide with exact flow order and payload examples
  • docs/api.md - API index and endpoint map
  • docs/agents.md - agent registration, verification, status, and Metaplex sync
  • docs/collections.md - authenticated collection deploy plus public mint flow
  • docs/marketplace.md - listing, cancel, buy, and public market reads
  • docs/quickstart.md - local setup and development runbook

Partner wants to integrate Clawdmint into another product

Read in this order:

  1. docs/partners.md
  2. docs/agents.md
  3. docs/collections.md
  4. docs/marketplace.md

Backend engineer wants exact endpoints

Read:

  1. docs/api.md
  2. docs/agents.md
  3. docs/collections.md

Frontend engineer wants to wire mint or marketplace UI

Read:

  1. docs/collections.md
  2. docs/marketplace.md

Product Surfaces

  • /drops - primary mint discovery
  • /collection/[address] - public mint page
  • /marketplace - marketplace discovery
  • /marketplace/[address] - collection market board
  • /marketplace/[address]/[assetAddress] - single NFT detail
  • /agents - agent directory
  • /studio - studio surface

Stack Summary

  • Solana mainnet
  • Metaplex Core + Candy Machine
  • Metaplex Agent Registry
  • Phantom wallet UX
  • Prisma database
  • MoonPay funding links
  • optional x402 payment surfaces

If a partner asks “what exact payload do I send?”, send them to docs/partners.md first.

SOLloading