Wrap & Unwrap AI3
Convert native AI3 into the ERC-20 token WAI3 (and back). WAI3 is a WETH-style wrapper that lets AI3 be used in DeFi protocols, AMMs, and other contracts that expect an ERC-20 interface.
Why wrap?
- Native AI3 is the Auto EVM gas token - like ETH on Ethereum. Most smart contracts can't accept it directly as a function argument.
- WAI3 is a standard ERC-20 backed 1:1 by native AI3 held in the wrapper contract. Any ERC-20-aware contract can use it.
- Wrapping locks AI3 in the contract and mints WAI3 to you. Unwrapping burns WAI3 and releases AI3 back to your account. The rate is always 1:1; no fees beyond gas.
Step 1 - Prepare your wallet
Make sure the Auto EVM network is added to your wallet, and (optionally) add the WAI3 token so it appears in your wallet's asset list.
WAI3 contract: 0x7ba06C7374566c68495f7e4690093521F6B991bb
Detecting wallets…
Wrapping calls the
payable function deposit() on the WAI3 contract, attaching the amount of AI3 as the transaction's value. The contract holds the AI3 and mints an equal amount of WAI3 to you.Step 4 - Enter amount
Connect your wallet above to continue.