-
Notifications
You must be signed in to change notification settings - Fork 67
Ramps
Lists fiat on/off-ramps (providers that allow users to buy/sell crypto with fiat).
references/offers/ramps.csv - canonical source for all new offers (including offers only exist one network).
listings/specific-networks/<network_name>/ramps.csv - use !offer:<slug> references and only specify network-specific overrides when needed.
listings/all-networks/ramps.csv - use for entries that should propagate to all network JSON outputs.
- Always create or update the canonical offer in
references/offers/ramps.csvfirst. - In listings, add
!offer:<slug>and fill only fields that must override offer defaults. - Tool is directly useful for building on this chain.
- Docs/install links are public and maintained.
slug,provider,offer,actionButtons,kycLevel,paymentMethods,bannedCountries,aggregator,auditsPerformed,deliveryType
banxa,Banxa,"[""[Website](https://banxa.com/)""]",full,"[""credit_card"",""debit_card"",""sepa"",""ach"",""apple_pay"",""google_pay""]","[""AF"",""CU"",""IR"",""KP"",""SY""]",false,"[""ISO27001"",""SOC2_TYPE_II""]",TBDRefer to Common Columns.
Refer to Common Columns.
Refer to Common Columns.
How much KYC is required for typical usage.
Blank: Yes
Format: text
Examples: ID + Face scan, Passport, etc.
Supported payment rails/methods.
Blank: Yes
Format: JSON list
Examples: ["credit_card","debit_card","sepa","ach","apple_pay","google_pay","paypal"]
Countries where the ramp is not available.
Blank: Yes
Format: JSON list (2-letter country codes)
Examples: ["AF","CU","IR","KP","SY"]
Whether this provider aggregates/white-labels other ramps.
Blank: Yes
Format: TRUE/FALSE
Examples: TRUE, FALSE
Audits, certifications, or compliance attestations.
Blank: Yes
Format: JSON list
Examples: ["PCI_DSS","SOC2_TYPE_II","ISO27001"]
Tips:
- If possible - set who and when performed the assessment.
How the ramp is integrated/consumed.
Blank: Yes
Format: text
Examples: Widget, API, SDK, etc.
Tips:
- Create additional deliveryType beyond one mentioned in examples only if you are absolutely sure that that none of the existing categories fits in, and explain its necessity in your PR.