Skip to content
Bankr Support home
InboxAsk a human

How to Trade (Swaps)

How to Trade (Swaps)

Trading on Bankr is as simple as typing what you want in plain English. Bankr handles routing, gas, and execution across all supported chains.

Chat or the Trade Page

You can trade entirely in chat, or use the visual Trade page in the Bankr console at bankr.bot/terminal/trade. The Trade page is a single swap widget with two modes:

  • Instant — one-tap USD buys and sells at the current price.
  • Pro — token-to-token swaps plus advanced orders (limit, stop, trailing stop, TWAP, and DCA) alongside a live price chart, where you can place and drag orders directly on the chart.

It works with both your built-in Bankr wallet and an external wallet you connect, and replaces the older standalone swap mini-app.

When you pick a token, the picker lists what you hold first, then a Popular on <chain> section with that chain's native token, wrapped native, and dollar stablecoin — so you can switch chains and pick a target even if you hold nothing there yet. Those suggestions show a zero balance on purpose; they're tokens to swap into.

Basic Swaps

Just tell Bankr what you want to buy or sell:

"swap $50 of ETH to USDC on base" "buy $10 of BNKR" "sell all my DEGEN on base"

Bankr routes through Uniswap V2/V3/V4, Aerodrome (on Base), and Jupiter (on Solana) to find the best price.

Specifying a Chain

Add the chain name to your prompt. If you don't, Bankr uses the chain where your balance is highest, defaulting to Base for EVM operations.

"buy $5 of BONK on solana" "swap $20 of USDC to ETH on arbitrum"

Cross-Chain Swaps

Swap between chains using bridge aggregators:

"swap $50 USDC from polygon to ETH on base"

Tokenized Stocks

You can also trade tokenized stocks and ETFs — real-world equities issued as on-chain tokens — with the same commands:

"buy $100 of NVDA on robinhood" "buy $100 of NVDA on base" "buy $50 of AAPLx on solana"

Robinhood Chain hosts 200 Robinhood-issued stocks and ETFs; trading them requires a one-time location verification (log in to the Bankr console — it's automatic, valid for 30 days, and not available in the US, UK, or sanctioned regions). Third-party issuer tokens like xStocks on Solana trade like any other token, no verification needed. See Tokenized Stocks for details.

Robinhood Chain stock tokens have no AMM pool of their own, so Bankr prices and fills them through a request-for-quote venue (settling in USDG) instead of the usual pool route. This is automatic — you trade them with the same prompts as any other token.

Tokenized Equities on Base (B20)

Base now hosts 13 Coinbase-issued B20 tokenized equities: AAPL, AMZN, COIN, CRCL, GOOGL, INTC, META, MSFT, MSTR, NVDA, SNDK, SPCX (SpaceX), and TSLA. Unlike the Robinhood listings these are ordinary ERC-20s — they trade through the normal Base venues in real USDC, with no special routing.

  • Name the chain. Most of these tickers also exist on Robinhood Chain, and a bare "buy AAPL" still resolves to the Robinhood listing. Say on base to get the B20.
  • Same location check. B20 equities are geo-gated exactly like Robinhood tokenized stocks — the same one-time login, and the same US, UK, and sanctioned-region restrictions.
  • Liquidity is still building. These contracts are new, so a no-liquidity or no-route error simply means no pool exists for that equity yet. It isn't a failure on your side, and retrying won't help until pools go live.
  • One token isn't permanently one share. The price is the underlying equity price multiplied by an on-chain multiplier that adjusts for corporate actions like splits and dividends.

Base B20 equities can also anchor a stock-paired token launch — see Token Launching.

One-Tap Quick Buy

Quick buy — the one-tap buy button on Discover, the homepage top-tokens strip, and Radar — always spends your Bankr trading wallet, because instant buys are signed server-side. If you're in wallet mode with an external wallet connected, quick buy is blocked and you'll see a toast explaining why. Turn wallet mode off to use it, or place the trade from the Trade page, which supports both wallets.

Checking Prices

"what's the price of ETH?" "prices of ETH, BTC, and SOL"

Common Issues

  • Insufficient balance — Make sure you have enough tokens on the right chain
  • Token not found — Try including the chain name or the token's contract address
  • High slippage — Low-liquidity tokens may have large price impact
  • Only some legs of a multi-token swap went through — When you ask Bankr to sell several tokens at once, any leg that gets refused (for example a tokenized stock without a passed location check) is now reported back with its reason alongside the legs that succeeded, so you can see exactly what was skipped

For the full list of trading capabilities, see Swaps in our developer docs.