In-Depth DEX

Understand where Carbium DEX fits: browser swaps, gasless onboarding, API handoff, and the right next page for each Solana trading workflow.

In-Depth DEX

Carbium DEX is the user-facing swap interface for Carbium's Solana trading stack. Use it when you want to connect a wallet, review a live route, and sign a swap in the browser before moving into deeper API or infrastructure work.

If you are integrating trading inside your own product, start with Carbium Swap API instead. This page owns the DEX product map: what the browser app is for, what it abstracts away, and which deeper page should answer the next question.

Part of the Carbium Solana infrastructure platform.


The Short Version

Use the browser DEX when the user is the signer and the immediate job is a swap. Use the API docs when your app, wallet, or bot needs to request quotes, build transactions, or submit through a backend.

JobBest starting pointWhy
Try Carbium as a userQuick Start DEXFastest path from app open to first wallet-signed swap
Understand the normal swap screenSwap on Carbium DEXFocuses on route review, wallet prompt checks, and browser flow
Remove the first-SOL fee hurdleGasless SwapsExplains when a no-SOL onboarding path fits
Inspect newly visible pairsNew PairsKeeps discovery tied to mint, route, output, and wallet checks
Build trading into another appCarbium Swap APICovers API keys, Q1 quotes, executable transactions, and implementation handoffs

What The DEX Handles

The DEX sits above Carbium's routing and infrastructure layers. For a normal browser swap, it keeps the user in a familiar wallet flow:

  1. open app.carbium.io
  2. connect a Solana wallet
  3. choose the input and output tokens
  4. review the displayed quote and route
  5. sign in the wallet
  6. wait for the transaction to settle on Solana

That separation matters. Carbium can prepare the swap path, but the wallet remains the final user-controlled signing checkpoint.

📘

The rendered quote is the source of truth for the trade the user is about to sign. Do not assume a pair, route, or gasless option is available until the live flow shows it.


DEX, API, And Routing Are Different Jobs

Carbium has several trading surfaces because not every user is solving the same problem.

SurfaceWhat it ownsWhat it should not own
Carbium DEXBrowser swaps, wallet connection, route review, user signingBackend API-key handling or embedded app architecture
Gasless SwapsThe no-SOL user onboarding decision for supported routesA promise that every swap route can ignore normal fee constraints
Swap APIQuotes, transaction construction, auth, bot/wallet integrationThe end-user browser walkthrough
CQ1 routingRoute evaluation across Solana liquidity sourcesWallet UX or product onboarding copy
Carbium RPCTransaction submission, confirmation, and Solana infrastructureSwap route selection itself

The public Swap API material lists Raydium, Orca, Meteora, Pump.fun, and Moonshot among supported liquidity venues for the API stack. In the DEX app, rely on the route shown in the interface for the exact trade.


When The Browser DEX Is Enough

Stay in the DEX flow when:

  • you are making a personal or treasury swap from a connected wallet
  • you want to evaluate the Carbium trading experience before writing code
  • the user can review and sign each transaction directly
  • you need to understand the product path before deciding whether an API integration is worth it

Move into the API and development pages when:

  • quotes need to be requested by a backend service
  • a wallet, bot, or app needs to embed Carbium trading
  • API keys, logs, retries, and support payloads matter
  • the product needs a repeatable quote -> sign -> submit workflow

Product Checks Before Signing

Before approving a browser swap, check the details that can change with live liquidity:

CheckWhy it matters
Token mintSimilar symbols can point to different Solana assets
Expected outputLiquidity and route choice can move between quote and signing
Wallet promptThe wallet confirmation is the final user-controlled checkpoint
SOL fee stateIf the wallet has no SOL, read Gasless Swaps before assuming the normal path will work
Destination accountMake sure the connected wallet is the account you intended to use

These checks are intentionally practical. They are the things a user or support team can verify without understanding every routing detail behind the trade.


Where To Go Next

If your next question is...Read this
"How do I make my first swap?"Quick Start DEX
"What should I check on the swap screen?"Swap on Carbium DEX
"Can users swap without already holding SOL?"Gasless Swaps
"How should I inspect a newly visible pair?"New Pairs
"How do I integrate Carbium trading into a wallet or app?"Carbium Swap API
"How does Carbium route across liquidity?"CQ1 Routing Engine
🔶

Ready to test the browser flow? Open app.carbium.io. For the full platform, start at carbium.io.