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.
Read the full docs
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.

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.