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

# Merchant Introduction

> Learn how to sell services with x402.

## Monetize your API with x402

x402 lets you monetize HTTP APIs and content with on-chain payments, while keeping your existing server stack.

Benefits:

✅ Merchants don't pay network fees.\
✅ Customers don't pay network fees.\
✅ Payment settles in \< 1 second.\
✅ Universal compatibility -- if it speaks HTTP, it speaks x402.

## Architecture at a glance

<img src="https://mintcdn.com/nam-b8073607/olsjK-B6XSSK9EGo/images/x402-sequence-diagram.svg?fit=max&auto=format&n=olsjK-B6XSSK9EGo&q=85&s=3ae8dc424202f0c4f7be99ec8448cf53" alt="x402 sequence diagram" width="2056" height="1464" data-path="images/x402-sequence-diagram.svg" />

* **Client**: Calls your protected resource and submits payments.
* **Server (merchant)**: Advertises payment requirements, verifies payments, fulfills requests, and settles payments.
* **Facilitator**: Verifies and/or settles payments on your behalf via standard endpoints.
* **Blockchain**: Where payments are executed and confirmed.

## Getting started

Select one of the quickstart examples, or read the [reference](/x402/reference) for more details.

<Tabs>
  <Tab title="TypeScript">
    <CardGroup>
      <Card title="Express" href="/x402/servers/typescript/express" icon="server">
        Quickstart for building an x402-enabled server with Express.
      </Card>

      <Card title="Hono" href="/x402/servers/typescript/hono" icon="server">
        Quickstart for building an x402-enabled server with Hono.
      </Card>

      <Card title="NextJS (coming soon)" href="/x402/servers/typescript/nextjs" icon="server">
        NextJS server quickstart is coming soon.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Python">
    <CardGroup>
      <Card title="FastAPI" href="/x402/servers/python/fastapi" icon="server">
        Quickstart for building an x402-enabled server with FastAPI.
      </Card>

      <Card title="Flask" href="/x402/servers/python/flask" icon="server">
        Quickstart for building an x402-enabled server with Flask.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## Facilitator URL

The PalPaxAI facilitator URL is `https://facilitator.PalPaxAI.network`.

## x402 reference

For a deeper dive into message shapes, headers, verification and settlement responses, see the [x402 Reference](/x402/reference).

## Need help?
