Compatibility
Self-hosting the toll sidecar
Sluice is creator-owned. Run the toll sidecar yourself and settle to your own wallet — no platform lock-in.
Run the API
bash
# in the Sluice monorepo
pnpm --filter @sluice/api start # serves the registry + /paid/* paywallConfigure your seller wallet and Gateway settlement backend via env. SQLite + Drizzle keep state local; the reconciler resolves Gateway transfers to settled receipts.
Point the SDK / MCP at it
ts
new SluicePay({ privateKey, apiBase: "https://toll.yoursite.com" });