+
+ {language === 'zh'
+ ? '💡 Claw402 使用 Base 链上的 USDC 付费,你需要一个 EVM 钱包'
+ : '💡 Claw402 uses USDC on Base chain. You need an EVM wallet.'}
+
+
+
+ •
+ {language === 'zh'
+ ? '可以用 MetaMask、Rabby 等钱包导出私钥'
+ : 'Export private key from MetaMask, Rabby, etc.'}
+
+
+ •
+ {language === 'zh'
+ ? '建议新建一个专用钱包,充入少量 USDC 即可'
+ : 'Recommended: create a dedicated wallet with a small USDC balance'}
+
+
+
+
+ {language === 'zh' ? '钱包私钥(Base 链 EVM)' : 'Wallet Private Key (Base Chain EVM)'}
+
+
setApiKey(e.target.value)}
+ placeholder="0x..."
+ className="w-full px-4 py-3 rounded-xl font-mono text-sm"
+ style={{ background: '#0B0E11', border: '1px solid #2B3139', color: '#EAECEF' }}
+ required
+ />
+
+ 🔒
+
+ {language === 'zh'
+ ? '私钥仅在本地签名使用,不会上传或发送交易。无需 ETH,无 Gas 费用。'
+ : 'Private key is only used locally for signing. Never uploaded. No ETH or gas needed.'}
+
+
+