From 2ea8765f69923e6212e9a86301bf538c2bb3e7f4 Mon Sep 17 00:00:00 2001 From: Deesmo Date: Fri, 31 Jul 2026 12:03:15 -0400 Subject: [PATCH] fix(facilitator): advertise the real 2.5% fee on the facilitator page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The facilitator-as-a-service pricing table advertised tiered 0% / 1.0% / 0.5% fees, but the code charges a flat 2.5% default (getDefaultFeePercent in api/src/services/facilitator.ts, FACILITATOR_FEE_PERCENT fallback 2.5; per-provider override exists but no tiering logic). Copy-only truth-up — the charged rate is unchanged. Now matches for-providers.html, pricing.html, and investor.html, which already say 2.5%. Co-Authored-By: Claude Fable 5 --- api/public/facilitator.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/api/public/facilitator.html b/api/public/facilitator.html index 924ded26..95311cb3 100644 --- a/api/public/facilitator.html +++ b/api/public/facilitator.html @@ -342,13 +342,11 @@

Supported Networks

Pricing

-

Simple, transparent pricing. We take a small percentage of each settled payment.

+

Simple, transparent pricing. We take a flat 2.5% of each settled payment — you keep 97.5%.

- - - - - + + +
TierMonthly PaymentsFee
FreeUp to 1000% (try it free)
Growth101 – 10,0001.0%
Scale10,001 – 100,0000.5%
Enterprise100,000+Custom (contact us)
PlanFee
Standard2.5% per settled payment
Enterprise / high volumeCustom (contact us)

Gas fees are included — we pay for settlement. No hidden costs.