Skip to main content
Settlement runs in two tiers, chosen automatically and surfaced in the quote so the estimate you show a user is honest.
Used for amounts at or below the tier threshold, when float is available.We deliver from our own prefunded capital immediately and reimburse ourselves from the underlying settlement afterwards. The user does not wait for a bridge.Typical time to credit: seconds.
The tier is never something you select. It is reflected in estimated_duration_seconds on each quote, so if you are optimising for speed you can see the real number rather than a marketing one.
If fast fill capacity is exhausted the route degrades to standard automatically. Your user sees a longer estimate, not a failure.

Optimising

policy.optimize accepts cost, speed, or reliability. Each objective is bounded by constraints on the others, so choosing cost will not return a route that saves four cents and takes four hours.

Seeing why a route was not offered

GET /funding_intents/{id}/options returns the rails we excluded and why, alongside the ones we are offering:
This exists so that “why didn’t it use the cheap rail” is answerable without contacting support.