diff --git a/web/src/components/AITradersPage.tsx b/web/src/components/AITradersPage.tsx
index f3d4353e..03912051 100644
--- a/web/src/components/AITradersPage.tsx
+++ b/web/src/components/AITradersPage.tsx
@@ -1899,6 +1899,26 @@ function ExchangeConfigModal({
required
/>
+
+ {/* USDT 警告提示 */}
+
+
+
+ {t('securityWarning', language)}
+
+
+ {t('asterUsdtWarning', language)}
+
+
>
)}
diff --git a/web/src/i18n/translations.ts b/web/src/i18n/translations.ts
index 5322cd72..25eb75d5 100644
--- a/web/src/i18n/translations.ts
+++ b/web/src/i18n/translations.ts
@@ -203,6 +203,8 @@ export const translations = {
'API wallet address - Generate from Aster API Wallet page',
asterPrivateKeyDesc:
'API wallet private key - Only used locally for signing, never transmitted',
+ asterUsdtWarning:
+ 'Important: Aster only tracks USDT balance. Please ensure you use USDT as margin currency to avoid P&L calculation errors caused by price fluctuations of other assets (BNB, ETH, etc.)',
testnetDescription:
'Enable to connect to exchange test environment for simulated trading',
securityWarning: 'Security Warning',
@@ -670,6 +672,8 @@ export const translations = {
'API 钱包地址 - 从 Aster API 钱包页面生成',
asterPrivateKeyDesc:
'API 钱包私钥 - 仅在本地用于签名,不会被传输',
+ asterUsdtWarning:
+ '重要提示:Aster 仅统计 USDT 余额。请确保您使用 USDT 作为保证金币种,避免其他资产(BNB、ETH等)的价格波动导致盈亏统计错误',
testnetDescription: '启用后将连接到交易所测试环境,用于模拟交易',
securityWarning: '安全提示',
saveConfiguration: '保存配置',