Why XChain, and not just another chain?

If you already hold crypto and have used an exchange, you do not need another explanation of what a token is. You need to know what is actually different here. Five things are, and each one costs something.

01

You never have to go buy the platform's token first

Most platforms make you acquire their coin before you can do anything at all. That is the step where people give up.

XChain does have a gas token, called XCHAIN, and protocol fees are priced in it. You just never have to hold any. The network's price oracle converts the fee at the moment you act and you settle it in the coin of the chain you are already on: bitcoin, litecoin, or dogecoin.

On Litecoin and Dogecoin that is the only way fees are paid. On Bitcoin you get a choice, and can have the fee taken from an XCHAIN balance instead if you happen to hold one. Either way, if you have dogecoin, you can use the platform on Dogecoin today, with no second token to source first.

How fees work →

02

The exchange is part of the protocol, not an app on top of it

On most chains, trading means a separate contract someone deployed, with its own rules, its own risk, and its own pooled funds.

Here the order book, the matching engine, and dispensers are the protocol itself. Placing an order is an action, the same way sending a token is. Matching happens as blocks are processed, and settlement is on chain with nobody holding either side in between.

That has a practical consequence beyond safety: there is nothing to deploy and no liquidity contract to trust before you can sell something. A dispenser is a few fields, and it keeps selling while you sleep.

Trading & the DEX →

03

Smart contracts without moving to a new chain

The usual price of programmability is adopting a whole new network: new security assumptions, new tooling, new coin, and a bridge to get there.

XChain runs a sandboxed JavaScript VM above the chain you already use. Your tokens keep living on Bitcoin, Litecoin, or Dogecoin and inherit exactly that network's proof-of-work security, because XChain never modifies the chain underneath it.

The safety model is also different in a way that matters if you have watched contract exploits. A contract here cannot write balances directly. It emits the platform's own validated actions, and the same handlers that check every ordinary user transaction check the contract's too, so a contract bug can fail without becoming a protocol failure.

Smart contracts →

04

Cross-chain trades with no bridge and no wrapped coins

Bridges are where the largest losses in this industry have happened, because a bridge is a pot of everyone's money guarded by code.

XChain has no bridge, and nothing is wrapped. A swap creates matching offers on two chains; validators that support both confirm the source side is real and confirmed before the far side completes, and each leg settles natively on its own chain.

This works across the chains XChain runs on: Bitcoin, Litecoin, and Dogecoin today. It is not a bridge into other ecosystems, and it never will be: every chain the protocol adds is a first-class supported chain, precisely so that reaching it never means reintroducing the bridge risk this design removes.

Cross-chain swaps →

05

Build once: one protocol across the chains, not a fork per chain

Every token platform before this was bound to a single blockchain. Bringing the same idea to another chain meant forking the whole codebase into a separate project with its own ledger and no shared standard.

XChain lifts the token layer above the storage layer, so the same actions, the same wallet, the same explorer and the same SDK work on every chain it supports. Adding the next UTXO chain is configuration, not a fork.

For you that means a token you understand on one chain behaves identically on another, the tooling you learn once keeps working, and anything you build once runs on every chain the protocol supports.

One protocol, every chain →

The other side of it

What you give up

Every one of the choices above is a trade. Here is the bill, so you can decide before you build rather than after.

It moves at block speed

Actions confirm when blocks confirm. On Dogecoin that is quick; on Bitcoin it is not. Nothing here is real-time, and anything that needs sub-second finality does not belong on this platform.

Everything is public

Balances, trades, and votes are all readable by anyone, forever. Token-gated files are encrypted, but the ledger itself is not private, and it never will be.

Contracts are bounded on purpose

A contract emits validated actions rather than writing state freely. That is what makes a bug survivable, and it also means the freewheeling composability of an EVM chain is not on offer.

The full list of what it is not →

Try it instead of reading about it

Open the wallet, pick a chain, and issue a token. You will need a little of that chain's coin for the fee, and nothing else.