Skip to main content
Particle Network offers integration with multiple on-ramp vendors, supporting a wide range of fiat currencies, chains, and cryptocurrencies.

On-Ramp Overview

By integrating Particle’s on-ramp solutions, you can:
  • Enable users to purchase cryptocurrencies directly with fiat currency.
  • Support a wide array of fiat currencies and cryptocurrencies.
  • Provide a seamless onboarding process for new users, increasing engagement and retention.

Supported Currencies

Particle supports a diverse range of fiat currencies and cryptocurrencies, ensuring broad compatibility with various payment methods.

Live Demos

Explore live demos to see how Particle’s On-Ramp solutions work in real-time:
Alternatively, access the On-Ramp page directly via the ‘Buy’ button in the wallet interface.

SDK Integration

Integrating the on-ramp feature into your platform allows for extensive customization of the buy/sell experience. Below are the parameters you can use to tailor the user experience:

Example usage

To integrate, simply pass the desired options into the SDKs API, or construct a URL with the corresponding parameters. Below is an example of using the openBuy method from the useAuthCore hook (from Particle Auth).
App.tsx

Build an On-Ramp URL

Alternatively, you can manually build a URL with the desired parameters to redirect users directly to the On-Ramp buy page.
App.tsx