Skip to content

Bridge

Move assets between KriptoNyx and six external networks.

Interfacebridge.testnet.kriptonyx.com
APIhttps://bridge.testnet.kriptonyx.com/api

Supported networks

ChainTokens
KRIPTONYXKNYX, KUSD
BSCUSDT, WKNYX
ETHEREUMETH, USDT
TRONTRX, USDT
BITCOINBTC
SOLANASOL
POLYGONPOL

Seven chains, eleven assets. Read the live list from the API rather than hard-coding it:

bash
curl -s https://bridge.testnet.kriptonyx.com/api/tokens

How a swap works

POST /api/swap  →  deposit address issued
                      ↓   (you send funds there)
              deposit detected  →  rate locked

              vault lock / gather  →  payout executed

Each swap gets its own deposit address. You send the source asset to that address and the bridge handles everything after — detection, rate locking, gathering into the vault, and the payout on the target chain.

Send only the asset the swap expects

A deposit address belongs to one swap, for one asset, on one chain. Sending something else, or sending after the window expires, is not automatically recoverable.

Components

ComponentResponsibility
Routing engineChooses the route for a requested pair
Wallet service and key managerDerives deposit wallets; keys encrypted at rest
Blockchain monitorPolls deposit addresses for incoming transfers, every 20 seconds
Rate enginePrices the swap and locks the rate
Vault manager and gather serviceLocks source funds and gathers them
Payout executorSends the target asset
Webhook dispatcherRecords and delivers lifecycle events

Routes include direct liquidity-pool swaps, vault-backed routes, internal multi-hop routes, and routes that use SimpleSwap as an external leg.

Fees

The bridge fee is returned by the API rather than fixed in documentation:

bash
curl -s https://bridge.testnet.kriptonyx.com/api/swap/config

Observed completed swaps carried a 2.50% fee.

A completed swap

Route10 KUSD → 63.347496084848910 KNYX
Fee2.50%
Payout0x3341c2aff0d8409c62f728ea8aef00f77cec5b1c32f91257ee930034876cc075
Elapsed68 seconds, deposit to payout

Where next

KriptoNyx testnet — chain ID 3009 (kriptonyx_3009-1)