Skip to content
Arsenii Petrovich edited this page Feb 23, 2026 · 2 revisions

Purpose

Lists fiat on/off-ramps (providers that allow users to buy/sell crypto with fiat).

Storage path

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.

When to add

  • Always create or update the canonical offer in references/offers/ramps.csv first.
  • 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.

Example

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""]",TBD

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns.

actionButtons

Refer to Common Columns.

kycLevel

How much KYC is required for typical usage. Blank: Yes Format: text Examples: ID + Face scan, Passport, etc.

paymentMethods

Supported payment rails/methods. Blank: Yes Format: JSON list Examples: ["credit_card","debit_card","sepa","ach","apple_pay","google_pay","paypal"]

bannedCountries

Countries where the ramp is not available. Blank: Yes Format: JSON list (2-letter country codes) Examples: ["AF","CU","IR","KP","SY"]

aggregator

Whether this provider aggregates/white-labels other ramps. Blank: Yes Format: TRUE/FALSE Examples: TRUE, FALSE

auditsPerformed

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.

deliveryType

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.

Clone this wiki locally