Computes the deterministic wallet address for your EOA. No gas needed.
โ
Sends tokens from your MetaMask EOA directly to your smart wallet. MetaMask will switch to the correct network automatically. The smart wallet can receive tokens even before deployment.
โ
Builds an EOA transaction (native or ERC20) and estimates gas cost โ no MetaMask needed.
Returns the raw tx fields ready for eth_sendTransaction.
โ
โ
Swap tokens using your smart wallet via CowSwap presign. The smart wallet approves CowSwap and presigns the order โ all in one UserOperation. Your EOA signs the UserOp with MetaMask. Gas is sponsored by ZeroDev paymaster.
โ
โ
Tests a minimal sponsored UserOp (0 ETH self-transfer) to verify the ZeroDev gas policy works. If this fails with AA21, fix the gas policy in ZeroDev dashboard first.
โ
Queries CowSwap, Uniswap v3 and Squid in parallel. Token addresses are resolved automatically via Paraswap + CoinGecko APIs. Supports cross-chain pairs via Squid.
โ
On-chain quote via QuoterV2 deployed natively on Arbitrum One. Leave fee tier blank to auto-find the best pool across all tiers.
โ
Cross-chain & same-chain quote via Squid Router v2. Works natively on Arbitrum One โ no pool creation needed.
.env โ
register here.
โ
Sends native or ERC20 tokens FROM your smart wallet to another address via UserOperation. Your smart wallet must have balance. Gas is sponsored by the paymaster. If the wallet isn't deployed yet, the first transfer will deploy it automatically.
โ
Find which index was used to create a given smart wallet address for your EOA. Scans indices 0โ19 in parallel.
โ
Finds the best route across CowSwap, Uniswap v3, Squid and 31Third, then builds and sends the transactions directly from your MetaMask EOA.
โ