ETH vs WETH on Robinhood Chain
2026-08-02 · 4 min read · Splitshot Team
Sooner or later every EVM user meets WETH and wonders whether they have been holding the wrong asset. The short answer: ETH and WETH are the same value in two forms, gas always needs the native form, and on a well-built DEX you should almost never have to think about the difference. Here is the longer answer, including what to do if you are sitting on WETH right now.
Two forms of the same asset
ETH is the native asset of Ethereum and of Robinhood Chain, where it also pays for gas. It predates the ERC-20 token standard, so it does not implement the interface that tokens share: no balanceOf, no approve, no transferFrom. Contracts that are written to handle tokens cannot handle native ETH through the same code path.
WETH, wrapped ETH, is the workaround: an ERC-20 contract that holds ETH and issues one WETH for every ETH deposited. Send it ETH, receive WETH; call its withdraw function, burn WETH, get ETH back. The exchange rate is fixed at exactly one to one by the contract itself, and anyone can wrap or unwrap at any time.
Wrapping is a deposit, not a trade. There is no price between ETH and WETH, no spread, no market that could move. One WETH is a claim on one ETH held by the wrapper contract, the way a coat check ticket is a claim on your coat.
Why AMMs pool WETH instead of ETH
An AMM's pool contracts are written once against the ERC-20 interface and then reused for every pair. That uniformity is the point: the same audited code handles a stablecoin pair and a memecoin pair identically. Native ETH, with its special-case semantics, would need a second code path in every pool, doubling the surface for bugs.
So pools hold WETH. When you see an "ETH" pair on any v3-style DEX, the pool contract is holding wrapped ETH, and something between you and the pool is doing the wrapping. The only question is whether that something is you, manually, or the router, automatically.
This also explains a moment that confuses many first-time LPs: open any ETH pool on an explorer and the balance shown is WETH. Nothing was substituted behind your back. The wrapped form is simply the shape ETH has to take to sit inside a token contract, on Robinhood Chain as on every other EVM network.
Gas is always native ETH
On Robinhood Chain, gas is paid in native ETH, never in WETH. This is the one place the difference genuinely bites: if you wrapped your entire balance, you could hold plenty of value and still be unable to move it, because the network fee has to come from your native balance.
The practical rule is simple. Keep your holdings in native ETH by default, and let gas take care of itself. Gas on the chain is small in absolute terms, typically well under a few cents per transaction as of July 2026, so even a thin native balance goes a long way. What you want to avoid is a wallet showing all WETH and zero ETH: at that point even the unwrap transaction that would fix the situation needs a sliver of native ETH to pay for itself.
How Splitshot handles wrapping inside the swap
On Splitshot, the swap card quotes native ETH directly. Pay with ETH and the router wraps on the way into the pools; receive ETH and it unwraps on the way out. Both happen inside the same transaction as the swap itself, under the same single minimum-received floor, so there is no moment where you are left holding WETH between steps and no second transaction to sign.
This is why a Splitshot user can go months without ever seeing WETH in their wallet. You hold ETH, you trade ETH, and the wrapped form exists only for the few hundred milliseconds the transaction is in flight. The swap walkthrough shows the whole flow end to end.
What to do if you hold WETH
Nothing is wrong. Your WETH is worth exactly its face value in ETH, and you have three reasonable options:
- Spend it directly. WETH is a normal ERC-20, so you can select it as the pay token in a swap like any other asset. If you were about to trade the ETH anyway, this skips the unwrap entirely.
- Unwrap it. Swapping WETH to ETH on Splitshot routes through the wrapper contract's own one-to-one withdraw, not through a pool, so there is no price impact and nothing to slip; the only cost is gas.
- Leave it. If you are providing liquidity or interacting with a protocol that wants ERC-20s, holding WETH is normal. Just keep enough native ETH on the side for gas.
The one habit worth keeping is the same one that applies to every token: verify the contract address. Token names and symbols are freely copyable, and tokens imitating well-known names circulate on every chain, Robinhood Chain included. Check the address you hold against the token's price page and against Blockscout before treating it as the real thing.
The takeaway
ETH and WETH are one asset wearing two interfaces. Pools want the ERC-20 form, gas wants the native form, and the wrapping between them is a fixed one-to-one deposit with no price risk. A router that wraps and unwraps inside the swap removes the whole topic from your day: hold native ETH, keep a little aside for gas, and let the transaction handle the rest.
Ready to trade on Robinhood Chain?
Open the swap