Which bridging framework does a listing use?
It depends on the asset:- The token already has its own multichain solution — an existing NTT deployment, a LayerZero OFT, Chainlink CCIP, or custom infrastructure. Sunrise coordinates the Solana launch around the issuer’s existing setup. Bridging is one input; Sunrise handles canonical recognition, liquidity, and distribution.
- The token doesn’t have a multichain solution yet — the canonical Solana deployment is typically established with Wormhole’s Native Token Transfers (NTT) framework.
What NTT means for an asset
Unlike traditional wrapped assets, NTT maintains a token’s native properties on every chain. The issuer retains control over metadata, ownership, upgradeability, and custom features — there is no bridge-specific wrapper. Transfers either burn tokens on the source chain and mint on the destination, or lock on a hub chain and mint on spoke chains. For the mechanics, see Flow of a Transfer in the Wormhole docs. The Wormhole docs describe this pattern — NTT delivering canonical tokens to a destination chain from day one, with Sunrise coordinating bridging, liquidity seeding, and DEX integration on top — as a coordinated asset launch.Security model
Transfers on Wormhole-based deployments inherit Wormhole’s security architecture:- Guardian network — a heterogeneous, decentralized set of independent nodes verifies every cross-chain transfer rather than a single operator.
- Rate limits — configurable per-chain, per-period caps on transfer flow that bound the impact of any incident.
- Global Accountant — two-sided reconciliation that checks the integrity of every transfer, ensuring tokens minted on one chain never exceed tokens locked or burned on the other.
- Anomaly detection — automated monitoring for unusual transfer patterns.

