bidenerc.site

What happens inside a cross-chain swap when no bridge is involved

The assets themselves never move. What moves is a set of instructions and a set of cryptographic signatures, exchanged between two independent ledgers through an intermediary that holds funds on both sides for a short window. That intermediary is the exchanger, and the whole operation is a coordinated pair of trades rather than a single transfer.

Swap crypto

Live rates · no account
0

You send from your own wallet straight to the exchanger — nothing to connect, no account, and you stay on this page throughout. Rates are indicative until a swap is opened.

The swap is carried out by an independent exchanger and the deposit address above is theirs. bidenerc.site never holds, receives or controls your funds, has no key to that address, and earns a referral commission. Opening a swap sends your receiving address, IP, browser and timezone to the exchanger for their compliance checks; we store none of it. Check their terms, fees and country restrictions before sending anything.

Here is the mechanism, step by step.

You want to turn token A on chain X into token B on chain Y. You do not hand your token A to a bridge contract that mints a wrapped version on chain Y. Instead, you send token A to an address controlled by the exchanger on chain X. In parallel, the exchanger sends token B to you from its own address on chain Y. The two transactions are linked by a shared identifier, often a hash of a secret you generate at the start. The exchanger only releases token B after it sees token A confirmed on chain X. You only consider the swap complete once token B lands in your wallet on chain Y.

The critical detail is that the exchanger must already hold token B on chain Y before it can pay you. That means the exchanger runs inventory on both chains at all times. When its stock of token B on chain Y runs low, it rebalances by moving its own funds between chains - using whatever method it prefers, possibly a bridge, possibly another exchanger, possibly direct market trades. Your swap does not cause that rebalance. It just consumes from the pool.

The secret-hash mechanism is what makes the two legs atomic in practice, though not in the strict blockchain sense. You generate a random value, hash it, and include the hash in your payment to the exchanger on chain X. The exchanger sees the hash, checks that the amount and token match its quoted rate, then sends token B on chain Y with the same hash embedded in the transaction’s memo field. You read that memo, confirm the hash matches, and then reveal the original secret to claim the funds. If the exchanger never sees your payment, it never sends anything. If you never reveal the secret, the exchanger cannot prove it paid you, but you also cannot claim the funds without revealing it. In practice, most implementations skip the reveal step for small amounts and simply rely on the exchanger’s willingness to honour the memo, because the secret adds complexity for little gain when both sides are already identified by wallet addresses.

What you do not get is a single transaction. You get two transactions, on two different chains, separated by however long it takes the exchanger to confirm the first block. That confirmation time is the only real delay. There is no waiting for a third chain to finalise a bridge contract’s state. There is no wrapped token, no mint-and-burn ceremony, no multi-signature committee voting on your transfer. The swap is just two ordinary payments, each valid on its own chain.

The risks are different from a bridge’s risks. A bridge concentrates value in a smart contract that can be exploited; this method concentrates value in the exchanger’s hot wallets. If the exchanger is dishonest or insolvent, it can take your token A and never send token B. The mitigation is that the exchanger’s reputation and volume depend on not doing that, and the two transactions are time-limited - you can request a refund of token A if token B does not arrive within a set period. That refund is also a normal transaction, not a smart-contract call.

You also give up privacy relative to a direct peer-to-peer trade. The exchanger sees both your addresses, both amounts, and the shared hash. It can link your identity on chain X to your identity on chain Y. That is inherent to the model, because the exchanger is the counterparty on both legs.

This design is why the hub page on swapping crypto across chains treats bridge-based and exchanger-based methods as separate families. The exchanger method trades away decentralisation and self-custody for simplicity and speed. It is not a bridge, and it is not a decentralised exchange either. It is a custodial service that happens to move value across chains by holding inventory on both sides. The only thing that "crosses" the chain boundary is information - a hash and a confirmation - not the asset itself.

Not financial advice. bidenerc.site publishes market data and general information about Biden Coin. Crypto assets are volatile and you can lose everything you put in. Nothing here is a recommendation to buy, sell or hold, and we make no price predictions.

Prices are sourced from third parties and may be delayed or wrong. Verify anything you intend to act on against a primary source.

Back to ethereum