> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/p2pdotme/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# P2P Foundation Documentation

> Decentralized peer-to-peer protocol for privacy-preserving fiat-to-crypto on/off-ramps

<div className="relative bg-gradient-to-br from-purple-600 via-violet-700 to-indigo-800 dark:from-purple-900 dark:via-violet-900 dark:to-indigo-950 py-20 px-4 sm:px-6 lg:px-8 -mx-8 -mt-8 mb-16">
  <div className="max-w-7xl mx-auto">
    <div className="text-center">
      <h1 className="text-4xl sm:text-5xl md:text-6xl font-bold text-white mb-6">
        Privacy-First Peer-to-Peer Trading
      </h1>

      <p className="text-lg sm:text-xl text-purple-100 dark:text-purple-200 max-w-3xl mx-auto mb-8">
        Non-custodial fiat-to-crypto on/off-ramps powered by zero-knowledge proofs and proof-of-credibility reputation. Trade securely without compromising your privacy.
      </p>

      <div className="flex flex-col sm:flex-row gap-4 justify-center items-center flex-wrap">
        <a href="/quickstart" className="inline-flex items-center px-8 py-3 bg-white text-purple-700 font-semibold rounded-lg hover:bg-purple-50 transition-colors no-underline">
          Get Started
        </a>

        <a href="/whitepaper/abstract" className="inline-flex items-center px-8 py-3 border-2 border-white/30 bg-white/10 text-white font-semibold rounded-lg hover:bg-white/20 transition-colors no-underline">
          Read Whitepaper
        </a>
      </div>
    </div>
  </div>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">Quick Start</h2>

  <p className="text-base text-gray-600 dark:text-gray-400 mb-8">
    Get started with P2P Protocol in three simple steps
  </p>

  <Steps>
    <Step title="Choose your role">
      Explore documentation tailored to your needs — whether you're an investor, builder, merchant, user, or community member.

      Visit the [Introduction](/introduction) page to understand the protocol fundamentals.
    </Step>

    <Step title="Understand the protocol">
      Read the [Whitepaper](/whitepaper/abstract) to learn about our zero-knowledge proof implementation, proof-of-credibility system, and on-chain dispute resolution.

      <Note>
        P2P Protocol is currently deployed on Base network with Solana support coming within six months.
      </Note>
    </Step>

    <Step title="Start participating">
      Set up your account and begin trading. See role-specific guides:

      * **Users**: [How to Place an Order](/users/how-to-place-order)
      * **Merchants**: [Merchant Setup Flow](/merchants/setup-flow)
      * **Builders**: [Contract References](/builders/contract-references)
    </Step>
  </Steps>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">Explore by Role</h2>

  <p className="text-base text-gray-600 dark:text-gray-400 mb-8">
    Find documentation designed for your specific use case
  </p>

  <CardGroup cols={3}>
    <Card title="For Investors" icon="chart-line" href="/investors/start-here">
      Token economics, governance model, staking mechanics, and investment thesis
    </Card>

    <Card title="For Builders" icon="code" href="/builders/start-here">
      Technical documentation, smart contract references, and protocol parameters
    </Card>

    <Card title="For Merchants" icon="store" href="/merchants/start-here">
      Setup guides, order handling, circles of trust, and operational best practices
    </Card>

    <Card title="For Users" icon="user" href="/users/start-here">
      Trading guides, order types, payment flows, and dispute resolution
    </Card>

    <Card title="Community" icon="users" href="/community/start-here">
      Cypherpunk manifesto, contribution tracks, governance, and community structure
    </Card>

    <Card title="Whitepaper" icon="file-lines" href="/whitepaper/abstract">
      Complete technical specification of the P2P Protocol
    </Card>
  </CardGroup>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">Key Features</h2>

  <p className="text-base text-gray-600 dark:text-gray-400 mb-8">
    What makes P2P Protocol different
  </p>

  <CardGroup cols={2}>
    <Card title="Zero-Knowledge KYC" icon="shield-halved">
      Privacy-preserving identity verification using zero-knowledge proofs — trade without exposing your personal information
    </Card>

    <Card title="Proof-of-Credibility" icon="badge-check">
      Reputation-based matching system that connects you with trusted merchants based on on-chain history
    </Card>

    <Card title="Non-Custodial" icon="lock-open">
      No platform custody — your funds remain in your control throughout the entire trading process
    </Card>

    <Card title="On-Chain Disputes" icon="gavel">
      Transparent dispute resolution with on-chain admin settlement instead of centralized intermediaries
    </Card>
  </CardGroup>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">Resources</h2>

  <p className="text-base text-gray-600 dark:text-gray-400 mb-8">
    Additional resources and community links
  </p>

  <CardGroup cols={2}>
    <Card title="Discord Community" icon="discord" href="https://discord.gg/p2pfoundation">
      Join our Discord server to connect with the community and get support
    </Card>

    <Card title="Telegram" icon="telegram" href="https://t.me/P2Pdotme">
      Stay updated with announcements and discussions on Telegram
    </Card>

    <Card title="GitHub" icon="github" href="https://github.com/p2pdotme/docs">
      Contribute to the protocol and documentation on GitHub
    </Card>

    <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/p2pdotfound">
      Follow us on X for the latest updates and news
    </Card>
  </CardGroup>
</div>

<div className="mt-20 mb-16 max-w-5xl mx-auto px-6">
  <div className="bg-gradient-to-r from-purple-100 to-indigo-100 dark:from-purple-950/30 dark:to-indigo-950/30 border border-purple-200 dark:border-purple-800 rounded-2xl p-8 text-center">
    <h2 className="text-2xl sm:text-3xl font-bold text-gray-900 dark:text-white mb-4">
      Ready to get started?
    </h2>

    <p className="text-base text-gray-600 dark:text-gray-400 mb-6 max-w-2xl mx-auto">
      Dive into our quickstart guide to begin trading on the P2P Protocol, or explore the whitepaper to understand the technical architecture.
    </p>

    <div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
      <a href="/quickstart" className="inline-flex items-center px-6 py-3 bg-purple-600 text-white font-semibold rounded-lg hover:bg-purple-700 transition-colors no-underline">
        Start Trading
      </a>

      <a href="/introduction" className="inline-flex items-center px-6 py-3 bg-white dark:bg-gray-800 text-purple-600 dark:text-purple-400 font-semibold rounded-lg border-2 border-purple-200 dark:border-purple-800 hover:border-purple-300 dark:hover:border-purple-700 transition-colors no-underline">
        Learn More
      </a>
    </div>
  </div>
</div>
