AppKit’s On-Ramp feature lets your users easily buy crypto with fiat—right inside your React Native app. With support for 100+ cryptocurrencies and global payment options, it helps users start transacting quickly and securely across multiple chains.
Configuration#
The On-Ramp feature is enabled by default. To customize or disable it:
Set onramp: false to disable the feature.
Usage#
Open the On-Ramp View#
Use the useAppKit hook to trigger the On-Ramp view programmatically:
{2, 5}
What Users Can Expect#
- When users tap “Buy Crypto”, they’re guided to a clean, intuitive interface.
- They can:
- Choose their local fiat currency
- Pick the token they want to buy
- Enter the desired amount
- Select a payment method (credit card, bank transfer, etc.)
- Review all fees and exchange rates transparently
- After confirming, they’re securely redirected to the provider to complete the purchase.
- Once done, the crypto lands in their wallet—automatically.