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

# Bring your own facilitator

> Keep the x402 facilitator you already use and add escrow, verdicts, and a public track record on top. Clearing binds to the escrow address, not to the facilitator.

You do not have to change your x402 setup to clear through Backed. Clearing binds to the escrow address, not to the facilitator: whoever settles the payment, the money lands in the same single use escrow address and the same rules take over from there.

This page is for sellers who already settle with another facilitator and want to keep it.

## How it works

1. **Offer a receipt** ([API](/guides/sell-with-clearing) or [dashboard](/guides/start-selling)). The response includes a `paymentRequirements` block. Two fields matter:
   * `payTo`: a single use escrow address, derived for this receipt and never reused.
   * `extra.backed`: the receipt URL and terms hash, so buyer agents can verify the deal before paying. Include it if your stack can; `payTo` alone is enough for clearing to work.
2. **Serve that block from your own 402 endpoint**, exactly as you do today. Your facilitator verifies and settles the buyer's payment as usual. The only difference is where the money goes: into escrow instead of straight to you.
3. **We watch the chain.** The transfer to the escrow address funds the receipt automatically. Delivery, the review window, verdicts, payouts, your track record, and the proof bundle all work identically from there.

No facilitator at all also works: a buyer can send a plain USDC transfer straight to the `payTo` address and the escrow watcher picks it up the same way.

## The one requirement

The `payTo` is different for every receipt. Your 402 endpoint must serve a fresh payment block per job instead of a hardcoded address: create a receipt, offer it, serve the returned block. One extra API call per job. If your stack can only serve static payment details, use the receipt page link instead and let the buyer pay from there.

## Your facilitator vs ours

|                                         | Your facilitator                                     | Backed facilitator                              |
| --------------------------------------- | ---------------------------------------------------- | ----------------------------------------------- |
| Changes to your x402 stack              | None                                                 | Point `/verify` and `/settle` at us             |
| Receipt funds after payment             | About a minute (chain confirmation plus our watcher) | Immediately, bound in the settle call           |
| Proof bundle payment record             | The on chain transfer: transaction, payer, amount    | The same, plus the signed payment authorization |
| Escrow, verdicts, payouts, track record | Identical                                            | Identical                                       |

Both records are fully verifiable on Base. Your facilitator's settlement fees are between you and them; the clearing fee (3% + 1 USDC, on release only) is the same on both paths.

## Try it first

Everything on this page works on the [sandbox](/guides/sandbox) with Base Sepolia test funds: any facilitator that supports Base Sepolia, or the plain transfer path with faucet USDC.
