Guide · Create token

How to make a new token swappable

Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026

Swappable means: a pool exists, ordinary wallets can buy and sell, aggregators can build a route, and the contract does not trap funds. Deploying bytecode is maybe 20% of that. The rest is liquidity, permissions, and telling people the address.

XAUConnect will quote a token when a route exists on that chain. We will not list you as “coming soon.” Make the market, then paste. If the quote fails, the market is not made yet.

Contract that can be sold

LaunchedToken is sellable: no blacklist, no pause, no tax. If you deployed something else with max-tx, hidden mint, or a whitelist, aggregators and humans will fail at random. Read your own bytecode or use the factory.

A pool with two sides

Deposit token + pairing asset. Confirm the pair contract on the explorer. Confirm you can remove zero of it because it is locked. A pool you can drain is a pool traders should ignore.

Routing

On EVM, 1inch/0x/indexed pools need to see the pair. On Solana, Jupiter needs a venue. After seeding, wait a moment, then quote from a fresh wallet on XAUConnect. If no route, the pool is not where routers look — fix venue, not the tweet.

The buyer’s path you should publish

1. Open xauconnect.com Swap. 2. Select this chain. 3. Paste this address. 4. Keep native gas. 5. Start small. 6. Confirm you can sell. That paragraph prevents 80% of “how do I buy” DMs and 80% of clone victims.

Discover is a consequence

Indexer plus market data surfaces tokens with tape. Wash trading to climb a board is visible and stupid. Real swaps from independent wallets are the only honest fuel.

When routers still cannot see you

You seeded a pool on a venue aggregators ignore, or you are on the wrong chain in the widget, or Token-2022 extensions break the route, or you pasted a proxy that is not the tradable token. Check the pair on the explorer, wait a minute for indexes, quote from a clean wallet. If 1inch/Jupiter web UIs also fail, the problem is the pool, not XAUConnect branding. Fix venue and liquidity. Then republish the paste-the-address instructions.

Publish the path, not the candle

A screenshot of a green chart does not make a token swappable. A pinned message with chain, address, pairing asset, and “test a sell” does. If XAUConnect still cannot quote, say so and fix the pool. Silence plus a ticker is how clones win the search box. Re-quote from a clean wallet after you add LP so you see the same route a stranger will see, including gas and minimum received.

Legal

Risk disclosure

XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.

Frequently asked questions

The token exists but XAUConnect says no quote.

No pool, wrong chain selected, Token-2022 extension, or fee-on-transfer. Check the pair on the explorer and the chain selector.

Do I need a logo for it to be swappable?

No. Logos help humans. Pools make swaps. Metadata without LP is decoration.

Can I make it swappable on every chain at once?

Only with real bridges and real pools on each. Otherwise you created clones. Start with one chain.

Should buyers use ticker search?

No. Paste. You should say that until you are tired of saying it.

Live execution

Trade on XAUConnect

Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.

Continue exploring

Related markets, guides & networks

Curated next steps based on this topic — deepen your research before you trade.

Build programmatically

Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.

Developer quickstart