On/off-ramp with local payment methods
Buy and sell crypto through regional anchors — one modal, one flow.
Ramp connects your users to fiat: they buy crypto with a local payment method (SPEI, PIX, PSE, ACH) or cash out the other way. Pollar quotes the anchor, creates the on/off-ramp and surfaces the payment instructions inside a single modal.
Which anchors and rails are available is decided in your dashboard — the SDK reads that selection at runtime from the app config, so enabling a new anchor is a dashboard toggle, not a redeploy. If nothing is enabled, the ramp UI stays hidden.
Under the hood the flow is quote → create ramp → poll until it settles, all through @pollar/core. See the Implementation tab for the live demo and the exact calls.
Anchors & status
Anclap — live
On/off-ramp local currency across regional rails (SPEI, PIX, PSE…), settled on Stellar.
More anchors — in progress
Additional regional anchors and payment rails are being wired in; enable them from the dashboard as they ship.
Configured in your dashboard
Toggle anchors under Treasury — the SDK reads your selection at runtime, with no code change.
One modal, core or React
openRampModal() renders the whole quote → payment → settle flow; or drive it yourself with @pollar/core.
Resources
Anchor availability depends on your dashboard configuration and each anchor's coverage. Anclap is a third party — all credit to their team.