Solana
Unwrap Wrapped SOL (wSOL) Back to SOL
Wrapped SOL is just SOL held inside a token account so it can be traded like any other token. Swaps and trading bots often leave a little of it behind, stuck as wSOL instead of the SOL you can actually spend. Unwrapping closes that account and returns everything inside — it is not a trade, there is no price risk, and it is always one-to-one.
The exact total — platform fee plus the real network cost — is quoted in the console before anything is signed.
What wrapped SOL is, and why you have it
Most Solana apps move tokens, not raw SOL, so to trade SOL on a DEX it first gets "wrapped" into a token you can swap. The wrapper is exact: one wrapped SOL is always one SOL, no more, no less. Trouble is, a swap that ends early, a failed route or a bot that forgets to clean up can leave wrapped SOL sitting in your wallet, looking like a balance you cannot spend.
Unwrapping is not a trade
This is the part that trips people up: unwrapping is not a swap, so there is no slippage, no price impact and no market involved. It simply closes the wrapped-SOL account and releases the SOL that was always inside it. What you had as wrapped SOL you get back as SOL, to the exact amount.
You get the rent back too
Because wrapped SOL lives in a token account, that account also holds the usual rent deposit — about 0.002 SOL. Closing it on unwrap returns that deposit along with the wrapped balance, so you recover a little more than you were watching. If you have several stray wrapped-SOL accounts, they can all be handled in one go.
Your wallet, your funds
Your connected wallet is the only signer, and the SOL lands straight back in it. The app builds the unsigned transaction and nothing else; it never holds your keys or your funds, and there is no step where anything passes through us. You can read the transaction before you approve it.
Questions
- What is the difference between SOL and wrapped SOL?
- They are worth exactly the same — wrapped SOL is SOL held inside a token account so apps that only understand tokens can use it. The catch is that wrapped SOL cannot pay network fees or be spent like normal SOL until you unwrap it back.
- Will I lose anything when I unwrap — is there slippage?
- No. Unwrapping is not a trade, so there is no slippage and no price risk. You get back the same amount you had as wrapped SOL, plus the account rent that is released when the account closes.
- Why do I have wrapped SOL I never asked for?
- It is almost always a leftover from trading — a swap that did not fully settle, a cancelled route, or a bot that left the wrapper open. It is normal, and unwrapping is the clean way to turn it back into spendable SOL.
- Do you hold my funds at any point?
- No. Your wallet signs the transaction and receives the SOL directly. The app only builds the unsigned transaction; it never takes custody of your keys or your funds.