|
| 1 | +--- |
| 2 | +title: Deposit with Exchange |
| 3 | +description: Let users seamlessly fund their connected wallets directly from their exchange accounts or another wallet. |
| 4 | +--- |
| 5 | + |
| 6 | +**Deposit with Exchange** gives your users a seamless way to fund their connected wallets directly from centralized exchange accounts like **Coinbase** and **Binance** (with more exchanges coming soon). |
| 7 | +Instead of forcing users to leave your app, log into their exchange, and manually handle withdrawals, you can offer a guided in-app flow that keeps them engaged and ready to transact. |
| 8 | + |
| 9 | +## Why Deposit with Exchange? |
| 10 | + |
| 11 | +- **Instant access to existing funds:** No need for fiat payments, KYC, or new providers. Users move crypto they already own. |
| 12 | +- **Frictionless experience:** Just a few clicks to deposit directly from an exchange into their wallet. |
| 13 | +- **Perpetually available:** Reown establishes direct agreements with partner exchanges to ensure perpetual availability. |
| 14 | +- **Security-first:** All activity flows directly through the exchange - no third-party access at any point. |
| 15 | +- **Full customization:** Deposit with Exchange is provided through a headless SDK to ensure flexibility for you and your users. |
| 16 | +- **Boost activation and retention:** A smoother onboarding and funding flow leads to better conversion, more repeat usage, less drop-offs. |
| 17 | + |
| 18 | +<Note> |
| 19 | +**Onramp.money, Rootstock Collective, Bitgpt.xyz**, and a dozen other teams use the Pay/Deposit with Exchange feature already. |
| 20 | +</Note> |
| 21 | + |
| 22 | + |
| 23 | +## How does it work? |
| 24 | + |
| 25 | +1. User connects a wallet through Reown AppKit. |
| 26 | +2. After user realizes that their wallet is short on funds, the user selects "Transfer or Deposit with Exchange" as the funding method. |
| 27 | +3. User chooses an exchange account and token. |
| 28 | +4. User completes the deposit/transfer flow via the CEX's authorization. |
| 29 | +5. The funds appear in the connected wallet and the user can proceed with their intended action. |
| 30 | + |
| 31 | +<video |
| 32 | + autoPlay |
| 33 | + loop |
| 34 | + controls |
| 35 | + src="/images/deposit-with-exchange.mp4" |
| 36 | +></video> |
| 37 | + |
| 38 | + |
| 39 | +## Supported tokens, networks, and platforms |
| 40 | + |
| 41 | +Currently, AppKit Deposit with Exchange supports the following assets on the following networks: |
| 42 | + |
| 43 | +**Asset -> Network** |
| 44 | + |
| 45 | +**Coinbase** |
| 46 | +- USDC → Ethereum, Optimism, Arbitrum, Base, Polygon, Solana |
| 47 | +- USDT → Ethereum |
| 48 | + |
| 49 | +**Binance** |
| 50 | +- USDC → Ethereum, Optimism, Arbitrum, Base, Polygon, Solana |
| 51 | +- USDT → Ethereum, Optimism, Arbitrum, Polygon, Solana |
| 52 | +- Native Solana |
| 53 | + |
| 54 | +**Coming soon** |
| 55 | +- Robinhood, Kraken, Bybit, Bitget, OKX, plus native gas & stablecoins. |
| 56 | + |
| 57 | +--- |
| 58 | +**Both EVM and Solana networks and their assets can be added, subject to exchange compatibility.** |
| 59 | + |
| 60 | +For access to additional networks or assets, please contact sales@reown.com. |
| 61 | + |
| 62 | +**Platforms & SDKs** |
| 63 | +- **Web**: React, Next.js, Vue, JavaScript SDK |
| 64 | +- **Mobile and Native Apps**: Supported via deep link + QR |
| 65 | + |
| 66 | +## Use cases |
| 67 | + |
| 68 | +### Dapps (DeFi, Staking, Restaking) |
| 69 | + |
| 70 | +- Enable users to fund → stake in one smooth flow (early-access). |
| 71 | +- Avoid drop-off caused by slow fiat onramps or KYC barriers. |
| 72 | + |
| 73 | +**Examples**: Lido, dYdX, Synthetix, Aave. |
| 74 | + |
| 75 | +### Non-Custodial Wallets |
| 76 | + |
| 77 | +- In-app top-ups from supported exchanges. |
| 78 | +- No fiat, bridging, or browser extension hurdles. |
| 79 | +- Faster first transaction, better onboarding, reduced support overhead. |
| 80 | + |
| 81 | +**Examples**: Trust Wallet, Frame, Core, Rainbow. |
| 82 | + |
| 83 | +## Get Started |
| 84 | + |
| 85 | +<CardGroup cols={2}> |
| 86 | + <Card title="React" icon="react" href="/appkit/react/payments/deposit-with-exchange"> |
| 87 | + Get started with AppKit Deposit with Exchange and self-custodial wallets in React. |
| 88 | + </Card> |
| 89 | + |
| 90 | + <Card |
| 91 | + title="Next.js" |
| 92 | + icon="square-n" |
| 93 | + href="/appkit/next/payments/deposit-with-exchange" |
| 94 | + > |
| 95 | + Get started with AppKit Deposit with Exchange and self-custodial wallets in Next.js. |
| 96 | + </Card> |
| 97 | + |
| 98 | + <Card |
| 99 | + title="Vue" |
| 100 | + icon="vuejs" |
| 101 | + href="/appkit/vue/payments/deposit-with-exchange" |
| 102 | + > |
| 103 | + Get started with AppKit Deposit with Exchange and self-custodial wallets in Vue. |
| 104 | + </Card> |
| 105 | + |
| 106 | + <Card title="JavaScript" icon="js" href="/appkit/javascript/payments/deposit-with-exchange"> |
| 107 | + Get started with AppKit Deposit with Exchange and self-custodial wallets in JavaScript. |
| 108 | + </Card> |
| 109 | +</CardGroup> |
0 commit comments