Introduction to Conduit

x402 payment facilitator for Solana - Accept micropayments with zero configuration

What is Conduit?

Conduit is an x402 payment facilitator that handles transaction verification and settlement on Solana. Point your server at our facilitator URL and start accepting payments instantly - no API keys, no complex setup.

Key Features

✅ Zero Configuration

No API keys or complex setup. Just point your server at the facilitator URL and you're done.

⚡ Lightning Fast

Payments settle in under 1 second. Your users get instant access to content.

💸 Gasless Experience

We cover transaction fees. Your users only pay for the content they access.

🔒 Secure by Default

Built-in anti-replay protection, rate limiting, and on-chain verification.

How It Works

1

Client Requests Content

Your client makes a request to your protected endpoint.

2

Server Returns 402

Your server responds with HTTP 402 Payment Required and payment details.

3

Client Pays

Client signs a transaction and includes it in the X-Payment header.

4

Facilitator Verifies & Settles

Conduit verifies the payment, settles it on-chain, and your server grants access.

Quick Example

Here's how simple it is to add x402 payments to your API:

// Set the facilitator URL
process.env.FACILITATOR_URL = 'https://getconduit.io/api/facilitator'

// That's it! Your server now accepts x402 payments

Next Steps