IV.B.2./Redeem eNAT
wENAT back to eNAT.
Choose a wENAT NFT and burn it with msg.value = exit fee (plus L1 gas). The fee is not a protocol or marketplace tax. The protocol stays calldata-only: after the burn, wait for operator relay + finality before raw eNAT shows in /profile.
- 01.Choose your NFTThe dropdown only shows wENAT tokenIds owned by the connected wallet.
- 02.Sign in walletYour wallet signs one contract transaction. The wENAT is burned.
- 03.Operator returns raw eNATThe operator sees the burn event and sends an emt-transfer back to you.
- 04.Check ProfileAfter the indexer catches up, the raw eNAT appears again in /profile.
Pitfalls
- If the operator EOA goes offline (key compromise, lost device, founder unreachable), your ERC-721 is already burned but the emt-transfer is never broadcast. There is no quorum fallback — recovery requires the founder to come back online.
- Do not attempt to recover by minting again — first-is-first assigns ownership to whoever captures the block, and unwrap has already committed the block's history.