Unwrap ETH logo

Catalog action EVM Onchain wallet Gas swap

Unwrap WETH (or WMATIC, WBNB, WAVAX) back to native ETH (or MATIC, BNB, AVAX). Burns wrapped tokens to receive equal amount of native tokens. Ideal for: post-Railgun unshield, gas conversion, native token recovery.

This action can require a wallet connector, gas, token movement, or an external side effect. Test with simulation or a controlled amount before using it in a live workflow.

At a Glance

FieldValue
Action IDunwrap-eth
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementswap
Tagsblockchain, evm, unwrap, weth, wmatic, defi, railgun

Payload Schema

FieldTypeRequiredDescription
amountstringYesAmount of WETH to unwrap in wei as string (e.g., "1000000000000000000" for 1 WETH). Must be a positive integer.
chainIdnumberYesChain ID (1=Ethereum, 42161=Arbitrum, 137=Polygon, 8453=Base, etc.)
gasLimitstringNoOptional gas limit override

Result Schema

FieldTypeRequiredDescription
statusstringYes-
transactionHashstringYes-
blockNumbernumberNoBlock number where the transaction was confirmed
wethAddressstringNoThe WETH contract address used
amountUnwrappedstringNoAmount of WETH unwrapped in wei

Examples

json
{ "type": "unwrap-eth", "payload": { "amount": "1000000", "chainId": 8453 }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I