HANNISOL
Sign in
Solana Basics3 min read·Dec 12, 2025

What Are Wrapped Tokens on Solana? Understanding Bridged Assets

Wrapped tokens let you use assets from other blockchains on Solana. Learn what they are, how they're created, what risks they carry, and how wSOL differs from SOL.

H
Hannisol Team
What Are Wrapped Tokens on Solana? Understanding Bridged Assets

Using Ethereum's assets on Solana — and vice versa

Blockchain networks are isolated by design. Ethereum cannot natively hold Bitcoin; Solana cannot natively hold Ethereum's ERC-20 tokens. Yet DeFi users frequently want to move assets between chains — bringing Ethereum's deep USDC liquidity to Solana's fast DEXs, or taking SOL-native assets to Ethereum's lending markets. Wrapped tokens are the mechanism that makes this possible: a representation of an asset from one blockchain, issued on another, backed by the original asset held in a bridge contract.


How wrapped tokens work

The most widely used bridge for Solana is Wormhole. When you use Wormhole to bring USDC from Ethereum to Solana:

  1. You deposit your Ethereum USDC into Wormhole's Ethereum smart contract (this contract "locks" your USDC)
  2. Wormhole's network of guardian nodes observes and verifies the deposit
  3. A corresponding amount of "Wormhole-wrapped USDC" is minted on Solana — an SPL token backed 1:1 by the locked Ethereum USDC
  4. You receive the wrapped USDC on Solana

To return to Ethereum, the process reverses: burn the wrapped token on Solana, and the original USDC is unlocked from the Ethereum contract.


wSOL vs. SOL — the most common wrapped token confusion

A common point of confusion for new Solana users is the relationship between SOL and wSOL (Wrapped SOL). Unlike cross-chain wrapped tokens, wSOL is Solana-native: it's a version of SOL that conforms to the SPL token standard, making it usable in contexts where the native SOL currency cannot be used directly — specifically in certain DeFi protocols that require SPL token inputs.

When you trade SOL for a token on Raydium or Jupiter, your wallet automatically wraps your SOL into wSOL for the transaction and unwraps it afterward — this happens invisibly. The wSOL you might see in your wallet is simply "leftover" wrapped SOL that wasn't automatically unwrapped. You can convert it back to SOL at any time at a 1:1 rate.


The specific risks of wrapped tokens

Bridge smart contract risk: The bridge contract holding the locked assets is a smart contract and therefore subject to code exploits. Wormhole suffered a $320 million exploit in February 2022 when an attacker found a vulnerability allowing them to mint wrapped tokens without depositing collateral. Jump Crypto covered the loss, preventing user losses — but the vulnerability demonstrated that bridge security is a real, material risk.

Guardian centralization: Wormhole's security depends on its guardian nodes reaching consensus on cross-chain events. If a majority of guardians were compromised or colluded, they could authorize fraudulent mints.

Depeg risk: If the bridge contract is compromised or the redemption mechanism fails, wrapped tokens can lose their 1:1 peg to the underlying asset.

Liquidity fragmentation: The same asset (e.g., USDC) can appear on Solana in multiple wrapped forms from different bridges, with different liquidity pools and slightly different prices.


How to identify wrapped tokens when trading

When you encounter a token on Solana DEXs, check whether it is a wrapped version of an asset from another chain. Signs: the token name includes "Wormhole" or a chain name, the token has a different mint address from the canonical Solana-native version, the token's liquidity is significantly lower than the canonical version.

For stablecoins specifically, always prefer the canonical USDC (issued directly by Circle on Solana) over any bridge-wrapped variant. Hannisol's token analysis identifies wrapped tokens and notes their bridge origin. Check any asset at Hannisol.

Ready to apply this to a real token?

Run any Solana mint address through Hannisol's 8-dimension risk engine — free, no signup required.

Analyze a token on Hannisol →

Related articles