Wrap & Unwrap AI3
Convert native AI3 into the ERC-20 token WAI3, and back.
- 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. Most dapps, including DeFi protocols and AMMs, expect an ERC-20 interface, so they need WAI3 rather than native AI3.
- 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 - Connect EVM wallet
Detecting wallets…
Step 2 - Prepare your wallet
Add the Mainnet Auto EVM network (chain 870) to your wallet, and optionally the WAI3 token so it appears in your asset list.
WAI3 contract: 0x7ba06C7374566c68495f7e4690093521F6B991bb
Step 3 - Choose direction
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.