Introduction
SuperRamp is an on-ramp for the Polkadot ecosystem.
We enable anyone to access prebuilt onboarding flows so you can focus on your dApp’s core features.
Supported Wallets
Supported Wallets
- PolkadotJS (web)
- Talisman (iOS, web)
- PolkaWallet (iOS, Android, web)
- Subwallet (Chrome extension)
Getting Started
Our production site is being finalized and will be available soon. This version of "Getting Started" sets you up with our sandbox experience, which is a mirror of the production experience on our banking partner sandbox.
Link to https://sandbox.supercharge.finance anywhere on your site.
<a href="https://sandbox.supercharge.finance">Buy aUSD</a>
If you're integrating with a wallet app, specify the wallet address as a query param.
<a
href="https://sandbox.supercharge.finance?walletAddress=24NUQ4C4RUhTdtXTYQJmwt6auppakatJsimUH5zLuf2g7dqR"
>Buy aUSD</a
>
For NextJS, MUI, or React frameworks
<Link href="https://sandbox.supercharge.finance">Buy aUSD</Link>
⚡️ Try the on-ramp immediately by going to sandbox.supercharge.finance.
Test Resources
When interacting with our KYC module on sandbox, use test resources to ensure you pass KYC.
Customization
You can use query parameters to customize the on-ramp experience. See our guide for customizing the on-ramp.
Notifications
🙅♂️ No webhooks needed
To receive updates, subscribe to our Ably
queue and filter by receiving wallet address.
References:
- Ably Quickstart (Websockets)