Carbium Mobile Experience

Use Carbium DEX from a mobile browser: connect a Solana wallet, review the quote and wallet prompt, and know when to move into gasless or desktop/API docs.

Carbium Mobile Experience

Use this page when you want to try Carbium DEX from a phone or tablet. The job is intentionally narrow: open the live app, connect a mobile-capable Solana wallet, review the swap details, and sign only when the wallet prompt matches the trade you intended.

If you are integrating Carbium inside a wallet, bot, or backend service, start with Carbium Swap API instead. This page is for the mobile browser DEX flow.

Part of the Carbium Solana trading stack.


The Mobile Path

  1. Open app.carbium.io on the device you want to use.
  2. Connect a Solana wallet that supports mobile browser or deep-link signing.
  3. Choose the token you are selling and the token you want to receive.
  4. Review the expected output, token mints, and wallet confirmation.
  5. Sign in the wallet if the details are correct.
  6. Wait for the transaction result before changing screens or starting another swap.

The mobile flow is still a wallet-signed Solana transaction. Carbium DEX can prepare the route and present the swap, but the connected wallet remains the final approval step.


What To Check On A Small Screen

Mobile swaps fail most often because the user moves too fast through a cramped confirmation flow. Slow down at these checkpoints:

CheckWhy it matters
Token mintsSimilar names and symbols are harder to inspect on mobile
Expected outputThe final output shown before signing is the trade you are approving
Wallet accountMobile wallets can switch accounts; confirm the connected address
SOL fee stateIf the wallet has no SOL for fees, read Gasless Swaps
Wallet promptThe wallet confirmation is the final user-controlled checkpoint
📘

Mobile convenience should not remove verification. Treat the wallet prompt as the final source of consent, especially when switching between the browser and wallet app.


When Mobile Is The Right Starting Point

Use the mobile DEX flow when:

  • you want to make a normal browser swap from a phone
  • you are testing whether a wallet connection works cleanly on mobile
  • a user needs a simple way to review and sign a swap without touching API docs
  • you are evaluating whether Gasless Swaps would reduce no-SOL onboarding friction

Move to a desktop browser or implementation docs when:

  • you need to compare route details with more screen space
  • you are debugging a failed quote, signature, or submission path
  • the product needs embedded trading inside its own app
  • API keys, backend custody, logs, or support payloads are part of the workflow

Mobile DEX vs API Integration

Keep these jobs separate:

JobRight page
Make the first mobile browser swapQuick Start DEX
Understand the normal browser swap screenSwap on Carbium DEX
Help a user swap without already holding SOLGasless Swaps
Put Carbium trading into a wallet or appCarbium for Wallet Developers
Build with quotes and executable transactionsCarbium Swap API

Mobile DEX usage is a product experience. API integration is an application architecture decision. Do not expose Carbium API keys in a mobile client just because the end user is signing from a phone.

🔶

Ready to test the mobile flow? Open app.carbium.io on your device. For the full platform, start at carbium.io.