Skip to main content
You could run your own facilitator. You could also run your own Ethereum node. Most people use Alchemy instead.

What it takes to self-host

Running a facilitator means operating a production blockchain service:

What we handle

Renvoy runs all of this as a managed service:
  • Multi-signer pool — multiple signer wallets per instance, nonce coordination handled automatically
  • Automatic gas funding — we monitor balances and rebalance across signers
  • RPC fallback — ordered failover across multiple RPC providers
  • Key rotation — periodic signer key rotation with zero-downtime grace periods
  • Rate limiting — per-tenant RPS limits protect against abuse
  • Usage metering — track settlements and verifications per billing period, with prepaid credit packs for overflow
  • KYT (Know Your Transaction) — every settlement is screened before reaching the chain
  • Flashblocks — ~200ms settlement on Growth and Enterprise plans (vs ~2s standard)
  • Edge routing — Cloudflare Workers route requests to the nearest facilitator instance

The tradeoff

You set the price. We handle the settlement. Your server keeps full control over what to charge for, how much to charge, and who gets access. The facilitator only handles the payment mechanics. Ready to start? See Getting Started.