# Wrap / Unwrap

> Convert between native and wrapped assets in your wallets.

- URL: https://docs.sumo.trade/treasury/wrap-unwrap
- Markdown: https://docs.sumo.trade/treasury/wrap-unwrap.md
- Docs index: https://docs.sumo.trade/llms.txt

![Wrap / Unwrap modal](/images/wrap-unwrap.png)

Wrap / Unwrap lets you convert between a chain's native asset and its wrapped version across wallet batches. For example, SOL to WSOL on Solana, or ETH to WETH on Ethereum.

Use it when a profile needs wrapped native liquidity for swaps, or when wrapped balances need to be returned to the native asset before another treasury action. The action appears when the profile trades with the wrapped asset instead of the native asset.

## Supported Assets

| Chain               | Native | Wrapped |
| ------------------- | ------ | ------- |
| **Solana**          | SOL    | WSOL    |
| **Ethereum**        | ETH    | WETH    |
| **BNB Smart Chain** | BNB    | WBNB    |
| **Base**            | ETH    | WETH    |
| **Robinhood Chain** | ETH    | WETH    |
| **Stable**          | USDT0  | WgUSDT  |
| **Tron**            | TRX    | WTRX    |

On Stable, wrap/unwrap converts between the chain's USDT0 gas asset and **WgUSDT** (wrapped gUSDT), the wrapped-gas token used by DYORSwap V2 pools. It is available for profiles trading a WgUSDT-quoted DYORSwap pool.

## Wrap

Convert the native asset into its wrapped version in your wallets.

### Wrap Modes

| Mode                      | Description                                                                                                                                     |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Balance minus reserve** | Wraps each wallet's spare native balance after keeping the reserve amount for gas. Wallets without enough extra balance are skipped in preview. |
| **Variable per wallet**   | Specify exact native amounts for individual wallets.                                                                                            |

### How to Wrap

1. Open the profile's **Wallets** tab
2. Click **Wrap / Unwrap** from the wallet actions menu
3. Select the **Wrap** tab
4. Choose the **source** — all wallets, a wallet group, selected wallets, or one wallet
5. Select a wrap mode:
   * **Balance minus reserve** — Enter the amount to keep in each wallet for gas
   * **Variable per wallet** — Enter exact amounts per wallet
6. Click **Continue** to review the plan
7. Click **Wrap** to execute

## Unwrap

Convert the wrapped asset back to native.

### Unwrap Modes

| Mode                    | Description                                                  |
| ----------------------- | ------------------------------------------------------------ |
| **Unwrap all**          | Unwraps each selected wallet's full wrapped-native balance.  |
| **Variable per wallet** | Specify exact wrapped-native amounts for individual wallets. |

### How to Unwrap

1. Open the profile's **Wallets** tab
2. Click **Wrap / Unwrap** from the wallet actions menu
3. Select the **Unwrap** tab
4. Choose the source
5. Select **Unwrap all** or **Variable per wallet**
6. Click **Continue** to review the plan
7. Click **Unwrap** to execute

## Variable Amount Input

For variable mode, you can enter amounts in two ways:

* **Interactive** — Select wallets from a dropdown and enter amounts one by one
* **CSV** — Paste in format: `walletAddress,amount`

The wallet address must belong to the selected source. Sumo also accepts the internal wallet ID, but wallet address is the normal format to use.

## Preview

The preview shows how many wallets will be included, the total amount planned, skipped wallets, and per-wallet before/after balances. Review skipped wallets before confirming, especially when using Balance minus reserve.

- [Treasury Dashboard](/treasury/treasury-dashboard): View your overall treasury balances.

- [Withdraw](/treasury/withdraw): Withdraw funds from your wallets.
