New Pairs

Use New Pairs to evaluate newly visible Solana trading opportunities in Carbium DEX without skipping quote, mint, route, or wallet checks.

New Pairs

New Pairs is the Carbium DEX lane for users who want to inspect newly visible Solana trading opportunities before they become part of a routine swap flow.

Use this page when the question is not "how do I integrate the Swap API?" or "which DEX source routed this quote?" The job here is simpler: open the live DEX, inspect the pair, confirm the token details, and only sign when the route and wallet prompt match what you intended.

Part of the Carbium Solana trading stack.


What New Pairs Is For

Newly visible pairs can move quickly. The useful docs pattern is not a long promise about every token that appears on Solana. It is a short verification flow that helps users avoid rushing from discovery to signature.

Use New Pairs when you want to:

  • scan for recently available Solana trading pairs in the Carbium DEX experience
  • check whether Carbium can show a live quote for the pair you care about
  • compare the token mint, output estimate, and wallet prompt before signing
  • decide whether the next step is a browser swap, a gasless flow, or an API build

If you are building around quote routes programmatically, start from Supported DEXs and Routing Sources instead. That page owns API route-source interpretation.


The Fast Check

  1. Open app.carbium.io.
  2. Connect the Solana wallet you intend to use.
  3. Find the pair you want to inspect.
  4. Confirm the token mint and symbol before trusting the label.
  5. Review the live route and expected output shown by Carbium.
  6. Sign only if the wallet prompt matches the pair, amount, and destination you intended.

The rendered quote is the source of truth for the trade in front of you. If the route is unavailable, unclear, or materially different from what you expected, stop and re-check the token, amount, and liquidity path before approving anything.

📘

New Pairs should help with discovery, not replace normal swap safety checks. Similar token symbols, thin liquidity, and fast-moving prices are exactly why mint and output review matter.


What To Verify Before Signing

CheckWhy it matters
Token mintNew or trending tokens can have lookalikes. The mint is more reliable than the ticker.
Route availabilityA visible token is not the same as a usable route for your amount.
Expected outputNew liquidity can move quickly, especially around volatile pairs.
Wallet promptThe wallet confirmation is your final checkpoint before submission.
SOL fee stateIf the wallet has no SOL, read Gasless Swaps before assuming the normal path will work.

This page intentionally stays on the user-facing DEX side. It does not define Carbium's complete route-source list, API parameter shape, or custom execution policy.


Browser DEX Or API?

If your next question is...Go next
"How do I make a normal browser swap?"Swap on Carbium DEX
"Can this user swap without already holding SOL?"Gasless Swaps
"Which route sources does the API document?"Supported DEXs and Routing Sources
"How do I request quotes in my own app?"Carbium Swap API

Keep those lanes separate. New Pairs is a DEX discovery and review page; the API docs own backend integration, request shape, and route-source behavior.


When To Stop

Do not sign the swap yet if:

  • the token mint does not match the asset you meant to trade
  • the DEX cannot show a route for your amount
  • the expected output changed materially before wallet confirmation
  • the wallet prompt shows an account or action you did not expect
  • you are depending on gasless behavior but have not verified the gasless path

That pause is part of the product workflow. Carbium can help surface a route, but the user still owns the signature decision.

🔶

Ready to inspect a live pair? Open app.carbium.io, review the quote in the DEX, and use carbium.io when you need the full platform context.