# Asset Guide - wETH

## What is wETH?

Wrapped Ether (wETH) is an ERC20 version of ETH, enabling compatibility with DeFi protocols, DEXs, and EVM based applications. It allows ETH to be used like any other ERC-20 token across various ecosystems.

### Where do I get wETH?

You can get wETH from:

* **On-chain swaps** via Sei based DEXs like [**Symphony**](https://symph.ag/).
* **Centralized Exchanges** like Binance, Coinbase, Kraken, OKX.
* **Manual wrapping** of ETH via Uniswap or wallets like MetaMask and Rabby.

***

{% hint style="info" %}
The following are available as of Mar 17, 2025
{% endhint %}

## Get wETH on Sei

### Method 1: Swap for wETH on Sei

{% hint style="info" %}
💡 Need help getting assets onto Sei first? Check out our bridge guides for [USDC](/guides/asset-guides/asset-guide-usdc.md), USDT, and more.
{% endhint %}

1. **Swap vis Symphony.**

   * Navigate to [Symphony](https://symph.ag/?tokenIn=0x3894085ef7ff0f0aedf52e2a2704928d1ec074f1\&tokenOut=0x160345fc359604fc6e70e3c5facbde5f7a9342d8).&#x20;
   * Swap any asset for wETH.&#x20;

   <figure><img src="/files/B6urq5X56et1JLVdCf6M" alt="" width="563"><figcaption></figcaption></figure>

   * Approve the transaction.

### Method 2: Bridge wETH to Sei via Yei Bridge

1. **Acquire wETH.**
   * Get ETH from a CEX and wrap the token directly using MetaMask
   * Or, swap/wrap ETH for wETH on a DEX.
2. **Bridge wETH to Sei.**

   * Navigate to [Yei Bridge](https://app.yei.finance/bridge/).
   * Select your **source chain** and **Sei** as the destination.

   <figure><img src="/files/SGmFA3KWAWeCzVq4DjWx" alt="" width="563"><figcaption></figcaption></figure>

   * Review the bridge details.

   <figure><img src="/files/xLHh43pqHKmx0AWjSk0w" alt="" width="560"><figcaption></figcaption></figure>

   * Approve the transaction.

<figure><img src="/files/dDwEgZU8LPiVPtlcMUCV" alt="" width="563"><figcaption></figcaption></figure>

***

## Supply wETH on Yei <a href="#supply-usdc-on-yei" id="supply-usdc-on-yei"></a>

1. **Deposit wETH**.
   * Navigate to the [**Yei Finance page**](https://app.yei.finance/).
   * Locate wETH, and click **"Supply"**.
   * Enter the amount and confirm the transaction.

<figure><img src="/files/TiYTi1E0YjtkeKM18qgK" alt="" width="349"><figcaption></figcaption></figure>

**That’s it! 🎉** You are now utilizing your wETH to earn rewards and Yei points.

***

## Bridge wETH out of Sei

### Method: Cross chain via Yei Bridge

1. **Bridge via Yei Bridge.**

   * Navigate to [Yei Bridge](https://app.yei.finance/bridge/).
   * Select Sei as the source chain and choose your destination chain.

   <figure><img src="/files/4UE2QQvCuvHTmSR122zW" alt="" width="563"><figcaption></figcaption></figure>

   * Review the bridge information.

   <figure><img src="/files/NjqM1OIrctIiJ51r6Nsq" alt="" width="563"><figcaption></figcaption></figure>

   * Approve the transaction.

   <figure><img src="/files/5IeT3SU54acL5kuwC7V2" alt="" width="562"><figcaption></figcaption></figure>

{% hint style="info" %}
For large transfers, start with a small test transaction to ensure a smooth process. Once comfortable, gradually increase the amount. Performing multiple test transactions is recommended to understand how the bridge operates.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yei.finance/guides/asset-guides/asset-guide-weth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
