From b9119b9c667b74d344c942e99d14e885b7ae3220 Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Thu, 27 Nov 2025 02:52:55 +0800 Subject: [PATCH] docs: add supported exchanges table and API/wallet setup guides - Add supported exchanges table to EN, ZH-CN, JA, KO READMEs - CEX: Binance (supported), OKX (coming soon), Bybit (coming soon) - Perp-DEX: Hyperliquid (supported), Aster DEX (supported) - Include referral links with fee discounts for all exchanges - Remove What's New sections from all READMEs - Create Binance API setup guide - Create Hyperliquid agent wallet setup guide - Create Aster DEX API wallet setup guide --- README.md | 79 ++++--------- docs/getting-started/aster-api-wallet.md | 108 ++++++++++++++++++ docs/getting-started/binance-api.md | 64 +++++++++++ .../hyperliquid-agent-wallet.md | 91 +++++++++++++++ docs/i18n/ja/README.md | 78 ++++--------- docs/i18n/ko/README.md | 79 ++++--------- docs/i18n/zh-CN/README.md | 79 ++++--------- 7 files changed, 343 insertions(+), 235 deletions(-) create mode 100644 docs/getting-started/aster-api-wallet.md create mode 100644 docs/getting-started/binance-api.md create mode 100644 docs/getting-started/hyperliquid-agent-wallet.md diff --git a/README.md b/README.md index ac3f6e84..e952d0a2 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ - [🚀 Universal AI Trading Operating System](#-universal-ai-trading-operating-system) - [👥 Developer Community](#-developer-community) -- [🆕 What's New](#-whats-new-latest-update) - [📸 Screenshots](#-screenshots) - [✨ Current Implementation](#-current-implementation---crypto-markets) - [🔮 Roadmap](#-roadmap---universal-market-expansion) - [🏗️ Technical Architecture](#️-technical-architecture) +- [🏦 Supported Exchanges](#-supported-exchanges) - [💰 Register Binance Account](#-register-binance-account-save-on-fees) - [🔷 Register Hyperliquid Account](#-using-hyperliquid-exchange) - [🔶 Register Aster DEX Account](#-using-aster-dex-exchange) @@ -73,64 +73,6 @@ Join our Telegram developer community to discuss, share ideas, and get support: --- -## 🆕 What's New (Latest Update) - -### 🚀 Multi-Exchange Support! - -NOFX now supports **three major exchanges**: Binance, Hyperliquid, and Aster DEX! - -#### **Hyperliquid Exchange** - -A high-performance decentralized perpetual futures exchange! - -**Key Features:** -- ✅ Full trading support (long/short, leverage, stop-loss/take-profit) -- ✅ Automatic precision handling (order size & price) -- ✅ Unified trader interface (seamless exchange switching) -- ✅ Support for both mainnet and testnet -- ✅ No API keys needed - just your Ethereum private key - -**New Workflow:** -1. **Configure AI Models**: Add your DeepSeek/Qwen API keys through the web interface -2. **Configure Exchanges**: Set up Binance/Hyperliquid API credentials -3. **Create Traders**: Combine any AI model with any exchange to create custom traders -4. **Monitor & Control**: Start/stop traders and monitor performance in real-time - -**Why This Update?** -- 🎯 **User-Friendly**: No more editing JSON files or server restarts -- 🔧 **Flexible**: Mix and match different AI models with different exchanges -- 📊 **Scalable**: Create unlimited trader combinations -- 🔒 **Secure**: Database storage with proper data management - -See [Quick Start](#-quick-start) for the new setup process! - -#### **Aster DEX Exchange** (NEW! v2.0.2) - -A Binance-compatible decentralized perpetual futures exchange! - -**Key Features:** -- ✅ Binance-style API (easy migration from Binance) -- ✅ Web3 wallet authentication (secure and decentralized) -- ✅ Full trading support with automatic precision handling -- ✅ Lower trading fees than CEX -- ✅ EVM-compatible (Ethereum, BSC, Polygon, etc.) - -**Why Aster?** -- 🎯 **Binance-compatible API** - minimal code changes required -- 🔐 **API Wallet System** - separate trading wallet for security -- 💰 **Competitive fees** - lower than most centralized exchanges -- 🌐 **Multi-chain support** - trade on your preferred EVM chain - -**Quick Start:** -1. Register via [Aster Referral Link](https://www.asterdex.com/en/referral/fdfc0e) (get fee discounts!) -2. Visit [Aster API Wallet](https://www.asterdex.com/en/api-wallet) -3. Connect your main wallet and create an API wallet -4. Copy the API Signer address and Private Key -5. Set `"exchange": "aster"` in config.json -6. Add `"aster_user"`, `"aster_signer"`, and `"aster_private_key"` - ---- - ## 📸 Screenshots ### 🏆 Competition Mode - Real-time AI Battle @@ -240,6 +182,25 @@ NOFX is built with a modern, modular architecture: --- +## 🏦 Supported Exchanges + +### CEX (Centralized Exchanges) + +| Exchange | Status | Register (Fee Discount) | API Setup | +|----------|--------|-------------------------|-----------| +| **Binance** | ✅ Supported | [Register](https://www.binance.com/join?ref=NOFXENG) | [API Guide](docs/getting-started/binance-api.md) | +| **OKX** | 🚧 Coming Soon | [Register](https://www.okx.com/join/1865360) | Coming Soon | +| **Bybit** | 🚧 Coming Soon | [Register](https://partner.bybit.com/b/83856) | Coming Soon | + +### Perp-DEX (Decentralized Perpetual Exchanges) + +| Exchange | Status | Register (Fee Discount) | Agent Wallet Setup | +|----------|--------|-------------------------|--------------------| +| **Hyperliquid** | ✅ Supported | [Register](https://app.hyperliquid.xyz/join/AITRADING) | [Agent Wallet Guide](docs/getting-started/hyperliquid-agent-wallet.md) | +| **Aster DEX** | ✅ Supported | [Register](https://www.asterdex.com/en/referral/fdfc0e) | [API Wallet Guide](docs/getting-started/aster-api-wallet.md) | + +--- + ## 💰 Register Binance Account (Save on Fees!) Before using this system, you need a Binance Futures account. **Use our referral link to save on trading fees:** diff --git a/docs/getting-started/aster-api-wallet.md b/docs/getting-started/aster-api-wallet.md new file mode 100644 index 00000000..123c705f --- /dev/null +++ b/docs/getting-started/aster-api-wallet.md @@ -0,0 +1,108 @@ +# Aster DEX API Wallet Setup Guide + +This guide explains how to create and configure an API Wallet for secure trading on Aster DEX. + +## Why Use API Wallet? + +- ✅ **Binance-compatible API**: Easy migration from Binance +- ✅ **Separate Trading Wallet**: Enhanced security +- ✅ **Revocable Access**: Can be disabled anytime +- ✅ **Lower Fees**: Competitive trading fees + +## Prerequisites + +- A Web3 wallet (MetaMask, WalletConnect, etc.) +- Funds on supported EVM chain (Ethereum, BSC, Polygon, etc.) + +## Step 1: Register on Aster DEX + +1. Visit [Aster DEX](https://www.asterdex.com/en/referral/fdfc0e) (use referral link for fee discount) +2. Connect your Web3 wallet +3. Complete any required verification + +## Step 2: Create API Wallet + +1. Go to [Aster API Wallet](https://www.asterdex.com/en/api-wallet) +2. Connect your main wallet +3. Click **Create API Wallet** +4. Approve the transaction in your wallet + +## Step 3: Save API Wallet Credentials + +After creation, save these **immediately**: + +| Field | Description | +|-------|-------------| +| **User Address** | Your main wallet address | +| **Signer Address** | API wallet address | +| **Private Key** | API wallet private key | + +⚠️ **Important**: The private key is only shown once! Save it securely. + +## Step 4: Configure in NOFX + +Add your API wallet through the NOFX web interface: + +1. Open NOFX dashboard (http://localhost:3000) +2. Go to **Exchange Configuration** +3. Enable **Aster DEX** +4. Enter: + - **User**: Your main wallet address (with `0x`) + - **Signer**: API wallet address (with `0x`) + - **Private Key**: API wallet private key (remove `0x` prefix) +5. Save configuration + +## Configuration Example + +``` +User: 0xYOUR_MAIN_WALLET_ADDRESS +Signer: 0xYOUR_API_WALLET_SIGNER_ADDRESS +Private Key: your_api_wallet_private_key_without_0x +``` + +## Fund Your Account + +1. Deposit supported assets to Aster DEX +2. Transfer to your trading account +3. API wallet will trade using these funds + +## Managing Your API Wallet + +### Revoke Access + +1. Go to [Aster API Wallet](https://www.asterdex.com/en/api-wallet) +2. Find your API wallet +3. Click **Revoke** or **Delete** + +### Create New API Wallet + +You can create multiple API wallets: +- Delete old wallet first (recommended) +- Or create additional wallet for different purposes + +## Security Best Practices + +- Never share your API wallet private key +- Store credentials in a secure password manager +- Revoke access when not in use +- Use separate wallets for different applications +- Monitor API wallet activity regularly + +## Troubleshooting + +| Issue | Solution | +|-------|----------| +| Authentication failed | Verify User, Signer, and Private Key are correct | +| Invalid signature | Ensure private key doesn't have `0x` prefix | +| Insufficient balance | Deposit funds to Aster DEX | +| API wallet not found | Create new API wallet at asterdex.com | + +## Supported Chains + +Aster DEX supports multiple EVM chains: +- Ethereum Mainnet +- BNB Smart Chain (BSC) +- Polygon +- And more... + +Select your preferred chain when depositing funds. diff --git a/docs/getting-started/binance-api.md b/docs/getting-started/binance-api.md new file mode 100644 index 00000000..feee2bc4 --- /dev/null +++ b/docs/getting-started/binance-api.md @@ -0,0 +1,64 @@ +# Binance API Setup Guide + +This guide explains how to create and configure Binance API keys for use with NOFX. + +## Create API Key + +1. Log in to your [Binance account](https://www.binance.com) +2. Go to **Account** → **API Management** +3. Click **Create API** +4. Select **System Generated** API key type +5. Complete 2FA verification +6. Name your API key (e.g., "NOFX Trading") + +## Configure API Permissions + +Enable the following permissions: + +- ✅ **Enable Reading** - Required +- ✅ **Enable Futures** - Required for trading +- ❌ **Enable Withdrawals** - Keep disabled for security + +## IP Whitelist (Recommended) + +For enhanced security: + +1. Click **Edit restrictions** +2. Select **Restrict access to trusted IPs only** +3. Add your server's IP address +4. Save changes + +## Save Your Keys + +After creation, you'll see: +- **API Key**: `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` +- **Secret Key**: `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` + +⚠️ **Important**: Save the Secret Key immediately - it's only shown once! + +## Configure in NOFX + +Add your API credentials through the NOFX web interface: + +1. Open NOFX dashboard (http://localhost:3000) +2. Go to **Exchange Configuration** +3. Enable **Binance** +4. Enter your API Key and Secret Key +5. Save configuration + +## Troubleshooting + +| Error | Solution | +|-------|----------| +| `Invalid API-key` | Check if API key is correct | +| `Signature verification failed` | Check if Secret key is correct | +| `IP not whitelisted` | Add your IP to whitelist or disable IP restriction | +| `Futures not enabled` | Enable Futures permission in API settings | + +## Security Best Practices + +- Never share your API keys +- Use IP whitelisting +- Don't enable withdrawal permissions +- Create separate API keys for different applications +- Regularly rotate your API keys diff --git a/docs/getting-started/hyperliquid-agent-wallet.md b/docs/getting-started/hyperliquid-agent-wallet.md new file mode 100644 index 00000000..b804abaa --- /dev/null +++ b/docs/getting-started/hyperliquid-agent-wallet.md @@ -0,0 +1,91 @@ +# Hyperliquid Agent Wallet Setup Guide + +This guide explains how to create and configure an Agent Wallet for secure trading on Hyperliquid. + +## Why Use Agent Wallet? + +- ✅ **More Secure**: Never expose your main wallet private key +- ✅ **Limited Access**: Agent only has trading permissions +- ✅ **Revocable**: Can be disabled anytime from Hyperliquid interface +- ✅ **Separate Funds**: Keep main holdings safe + +## Prerequisites + +- A wallet with funds on Hyperliquid +- Access to [Hyperliquid](https://app.hyperliquid.xyz/join/AITRADING) + +## Step 1: Connect Your Main Wallet + +1. Visit [Hyperliquid](https://app.hyperliquid.xyz/join/AITRADING) +2. Click **Connect Wallet** (top right) +3. Choose MetaMask, WalletConnect, or other Web3 wallet +4. Approve the connection + +## Step 2: Create Agent Wallet + +1. Click on your wallet address (top right) +2. Go to **Settings** → **API & Agents** +3. Or visit directly: [https://app.hyperliquid.xyz/agents](https://app.hyperliquid.xyz/agents) +4. Click **Create Agent** or **Add Agent** +5. System generates a new agent wallet automatically + +## Step 3: Save Agent Credentials + +After creation, save these immediately: + +- **Agent Wallet Address**: `0x...` (starts with 0x) +- **Agent Private Key**: Shown only once! + +⚠️ **Important**: The private key is only displayed once. Save it securely! + +## Step 4: Configure in NOFX + +Add your agent wallet through the NOFX web interface: + +1. Open NOFX dashboard (http://localhost:3000) +2. Go to **Exchange Configuration** +3. Enable **Hyperliquid** +4. Enter: + - **Wallet Address**: Your main wallet address (with `0x`) + - **Private Key**: Agent private key (remove `0x` prefix) +5. Save configuration + +## Agent Wallet Details + +| Field | Description | Example | +|-------|-------------|---------| +| Main Wallet | Your connected wallet (holds funds) | `0xABC123...` | +| Agent Wallet | Sub-wallet for trading | `0xDEF456...` | +| Private Key | Only needed for NOFX | `abc123...` (no 0x) | + +## Managing Your Agent + +### Revoke Agent Access + +1. Go to [Hyperliquid Agents](https://app.hyperliquid.xyz/agents) +2. Find your agent in the list +3. Click **Revoke** or **Delete** + +### Create Multiple Agents + +You can create multiple agents for different purposes: +- One for NOFX +- One for other trading bots +- One for manual API access + +## Security Best Practices + +- Use agent wallet instead of main wallet private key +- Store agent private key securely +- Revoke unused agents +- Monitor agent activity regularly +- Keep main wallet funds separate from trading funds + +## Troubleshooting + +| Issue | Solution | +|-------|----------| +| Agent not working | Check if agent is still active in Hyperliquid settings | +| Invalid signature | Ensure private key doesn't have `0x` prefix | +| Insufficient funds | Transfer funds to your Hyperliquid account | +| Connection error | Check network (mainnet vs testnet) setting | diff --git a/docs/i18n/ja/README.md b/docs/i18n/ja/README.md index b8abd031..3e37c649 100644 --- a/docs/i18n/ja/README.md +++ b/docs/i18n/ja/README.md @@ -16,11 +16,11 @@ - [🚀 ユニバーサルAIトレーディングOS](#-ユニバーサルaiトレーディングos) - [👥 開発者コミュニティ](#-開発者コミュニティ) -- [🆕 最新情報](#-最新情報最新アップデート) - [📸 スクリーンショット](#-スクリーンショット) - [✨ 現在の実装 - 暗号通貨市場](#-現在の実装---暗号通貨市場) - [🔮 ロードマップ](#-ロードマップ---ユニバーサルマーケット拡大) - [🏗️ 技術アーキテクチャ](#️-技術アーキテクチャ) +- [🏦 対応取引所](#-対応取引所) - [💰 Binanceアカウント登録](#-binanceアカウント登録手数料節約) - [🔷 Hyperliquidアカウント登録](#-hyperliquid取引所の使用) - [🔶 Aster DEXアカウント登録](#-aster-dex取引所の使用) @@ -75,63 +75,6 @@ Telegram開発者コミュニティに参加して、議論、アイデアの共 --- -## 🆕 最新情報(最新アップデート) - -### 🚀 マルチ取引所対応! - -NOFXは現在、**3つの主要取引所**をサポートしています:Binance、Hyperliquid、Aster DEX! - -#### **Hyperliquid取引所** - -高性能な分散型無期限先物取引所! - -**主な機能:** -- ✅ フル取引サポート(ロング/ショート、レバレッジ、ストップロス/テイクプロフィット) -- ✅ 自動精度処理(注文サイズ&価格) -- ✅ 統一トレーダーインターフェース(シームレスな取引所切り替え) -- ✅ メインネットとテストネットの両方をサポート -- ✅ APIキー不要 - Ethereum秘密鍵のみ - -**なぜHyperliquid?** -- 🔥 中央集権型取引所より低い手数料 -- 🔒 非カストディアル - 資金を自分で管理 -- ⚡ オンチェーン決済による高速実行 -- 🌍 KYC不要 - -**クイックスタート:** -1. MetaMaskの秘密鍵を取得(`0x`プレフィックスを削除) -2. config.jsonで`"exchange": "hyperliquid"`を設定 -3. `"hyperliquid_private_key": "your_key"`を追加 -4. 取引開始! - -詳細は[設定ガイド](#-代替hyperliquid取引所の使用)をご覧ください。 - -#### **Aster DEX取引所**(NEW! v2.0.2) - -Binance互換の分散型無期限先物取引所! - -**主な機能:** -- ✅ BinanceスタイルAPI(Binanceからの移行が簡単) -- ✅ Web3ウォレット認証(安全で分散型) -- ✅ 自動精度処理によるフル取引サポート -- ✅ CEXより低い取引手数料 -- ✅ EVM互換(Ethereum、BSC、Polygonなど) - -**なぜAster?** -- 🎯 **Binance互換API** - 最小限のコード変更で済む -- 🔐 **APIウォレットシステム** - セキュリティのための独立した取引ウォレット -- 💰 **競争力のある手数料** - ほとんどの中央集権型取引所より低い -- 🌐 **マルチチェーンサポート** - お好みのEVMチェーンで取引 - -**クイックスタート:** -1. [Aster APIウォレット](https://www.asterdex.com/en/api-wallet)にアクセス -2. メインウォレットを接続してAPIウォレットを作成 -3. API Signerアドレスと秘密鍵をコピー -4. config.jsonで`"exchange": "aster"`を設定 -5. `"aster_user"`、`"aster_signer"`、`"aster_private_key"`を追加 - ---- - ## 📸 スクリーンショット ### 🏆 競争モード - リアルタイムAIバトル @@ -269,6 +212,25 @@ nofx/ --- +## 🏦 対応取引所 + +### CEX(中央集権型取引所) + +| 取引所 | ステータス | 登録(手数料割引) | API設定 | +|--------|------------|-------------------|---------| +| **Binance** | ✅ 対応済み | [登録](https://www.binance.com/join?ref=NOFXJAPAN) | [APIガイド](../../getting-started/binance-api.md) | +| **OKX** | 🚧 近日対応 | [登録](https://www.okx.com/join/1865360) | 近日公開 | +| **Bybit** | 🚧 近日対応 | [登録](https://partner.bybit.com/b/83856) | 近日公開 | + +### Perp-DEX(分散型無期限取引所) + +| 取引所 | ステータス | 登録(手数料割引) | エージェントウォレット設定 | +|--------|------------|-------------------|---------------------------| +| **Hyperliquid** | ✅ 対応済み | [登録](https://app.hyperliquid.xyz/join/AITRADING) | [エージェントウォレットガイド](../../getting-started/hyperliquid-agent-wallet.md) | +| **Aster DEX** | ✅ 対応済み | [登録](https://www.asterdex.com/en/referral/fdfc0e) | [APIウォレットガイド](../../getting-started/aster-api-wallet.md) | + +--- + ## 💰 Binanceアカウント登録(手数料節約!) このシステムを使用する前に、Binance先物アカウントが必要です。**紹介リンクを使用して取引手数料を節約しましょう:** diff --git a/docs/i18n/ko/README.md b/docs/i18n/ko/README.md index e67c395b..58826533 100644 --- a/docs/i18n/ko/README.md +++ b/docs/i18n/ko/README.md @@ -16,11 +16,11 @@ - [🚀 범용 AI 트레이딩 운영 체제](#-범용-ai-트레이딩-운영-체제) - [👥 개발자 커뮤니티](#-개발자-커뮤니티) -- [🆕 최신 업데이트](#-최신-업데이트) - [📸 시스템 스크린샷](#-시스템-스크린샷) - [✨ 현재 구현](#-현재-구현---암호화폐-시장) - [🔮 로드맵](#-로드맵---범용-시장-확장) - [🏗️ 기술 아키텍처](#️-기술-아키텍처) +- [🏦 지원 거래소](#-지원-거래소) - [💰 바이낸스 계정 등록](#-바이낸스-계정-등록-수수료-절약) - [🔷 Hyperliquid 계정 등록](#hyperliquid-거래소) - [🔶 Aster DEX 계정 등록](#aster-dex-거래소-신규-v202) @@ -72,64 +72,6 @@ --- -## 🆕 최신 업데이트 - -### 🚀 다중 거래소 지원! - -NOFX는 이제 **세 개의 주요 거래소**를 지원합니다: Binance, Hyperliquid, Aster DEX! - -#### **Hyperliquid 거래소** - -고성능 탈중앙화 무기한 선물 거래소! - -**주요 기능:** -- ✅ 완전한 거래 지원 (롱/숏, 레버리지, 손절/익절) -- ✅ 자동 정밀도 처리 (주문 크기 및 가격) -- ✅ 통합 트레이더 인터페이스 (원활한 거래소 전환) -- ✅ 메인넷 및 테스트넷 모두 지원 -- ✅ API 키 불필요 - 이더리움 개인키만 필요 - -**왜 Hyperliquid인가?** -- 🔥 중앙화 거래소보다 낮은 수수료 -- 🔒 비수탁형 - 자산을 직접 관리 -- ⚡ 온체인 결제로 빠른 실행 -- 🌍 KYC 불필요 - -**빠른 시작:** -1. MetaMask 개인키 가져오기 (`0x` 접두사 제거) -2. ~~config.json에서 `"exchange": "hyperliquid"` 설정~~ *웹 인터페이스를 통해 구성* -3. `"hyperliquid_private_key": "your_key"` 추가 -4. 거래 시작! - -자세한 내용은 [구성 가이드](#hyperliquid-거래소)를 참조하세요. - -#### **Aster DEX 거래소** (신규! v2.0.2) - -바이낸스 호환 탈중앙화 무기한 선물 거래소! - -**주요 기능:** -- ✅ 바이낸스 스타일 API (바이낸스에서 쉽게 마이그레이션) -- ✅ Web3 지갑 인증 (안전하고 탈중앙화) -- ✅ 자동 정밀도 처리와 완전한 거래 지원 -- ✅ CEX보다 낮은 거래 수수료 -- ✅ EVM 호환 (이더리움, BSC, 폴리곤 등) - -**왜 Aster인가?** -- 🎯 **바이낸스 호환 API** - 최소한의 코드 변경 필요 -- 🔐 **API 지갑 시스템** - 보안을 위한 별도 거래 지갑 -- 💰 **경쟁력 있는 수수료** - 대부분의 중앙화 거래소보다 낮음 -- 🌐 **멀티체인 지원** - 선호하는 EVM 체인에서 거래 - -**빠른 시작:** -1. [Aster 추천 링크](https://www.asterdex.com/en/referral/fdfc0e)를 통해 등록 (수수료 할인 혜택!) -2. [Aster API Wallet](https://www.asterdex.com/en/api-wallet) 방문 -3. 메인 지갑 연결 및 API 지갑 생성 -4. API Signer 주소와 개인키 복사 -5. config.json에서 `"exchange": "aster"` 설정 -6. `"aster_user"`, `"aster_signer"`, `"aster_private_key"` 추가 - ---- - ## 📸 시스템 스크린샷 ### 🏆 경쟁 모드 - 실시간 AI 배틀 @@ -243,6 +185,25 @@ NOFX는 현대적이고 모듈화된 아키텍처로 구축되었습니다: --- +## 🏦 지원 거래소 + +### CEX (중앙화 거래소) + +| 거래소 | 상태 | 등록 (수수료 할인) | API 설정 | +|--------|------|-------------------|----------| +| **Binance** | ✅ 지원됨 | [등록](https://www.binance.com/join?ref=NOFXKOREA) | [API 가이드](../../getting-started/binance-api.md) | +| **OKX** | 🚧 곧 지원 | [등록](https://www.okx.com/join/1865360) | 곧 공개 | +| **Bybit** | 🚧 곧 지원 | [등록](https://partner.bybit.com/b/83856) | 곧 공개 | + +### Perp-DEX (탈중앙화 무기한 거래소) + +| 거래소 | 상태 | 등록 (수수료 할인) | 에이전트 지갑 설정 | +|--------|------|-------------------|-------------------| +| **Hyperliquid** | ✅ 지원됨 | [등록](https://app.hyperliquid.xyz/join/AITRADING) | [에이전트 지갑 가이드](../../getting-started/hyperliquid-agent-wallet.md) | +| **Aster DEX** | ✅ 지원됨 | [등록](https://www.asterdex.com/en/referral/fdfc0e) | [API 지갑 가이드](../../getting-started/aster-api-wallet.md) | + +--- + ## 💰 바이낸스 계정 등록 (수수료 절약!) 이 시스템을 사용하기 전에 바이낸스 선물 계정이 필요합니다. **추천 링크를 사용하여 거래 수수료를 절약하세요:** diff --git a/docs/i18n/zh-CN/README.md b/docs/i18n/zh-CN/README.md index 5d47f886..dc44dd06 100644 --- a/docs/i18n/zh-CN/README.md +++ b/docs/i18n/zh-CN/README.md @@ -16,11 +16,11 @@ - [🚀 通用AI交易操作系统](#-通用ai交易操作系统) - [👥 开发者社区](#-开发者社区) -- [🆕 最新更新](#-最新更新) - [📸 系统截图](#-系统截图) - [✨ 当前实现](#-当前实现---加密货币市场) - [🔮 路线图](#-路线图---通用市场扩展) - [🏗️ 技术架构](#️-技术架构) +- [🏦 支持的交易所](#-支持的交易所) - [💰 注册币安账户](#-注册币安账户省手续费) - [🔷 注册Hyperliquid账户](#-使用hyperliquid交易所) - [🔶 注册Aster DEX账户](#-使用aster-dex交易所) @@ -75,64 +75,6 @@ --- -## 🆕 最新更新 - -### 🚀 多交易所支持! - -NOFX现已支持**三大交易所**:Binance、Hyperliquid和Aster DEX! - -#### **Hyperliquid交易所** - -高性能的去中心化永续期货交易所! - -**核心特性:** -- ✅ 完整交易支持(做多/做空、杠杆、止损/止盈) -- ✅ 自动精度处理(订单数量和价格) -- ✅ 统一trader接口(无缝切换交易所) -- ✅ 支持主网和测试网 -- ✅ 无需API密钥 - 只需以太坊私钥 - -**为什么选择Hyperliquid?** -- 🔥 比中心化交易所手续费更低 -- 🔒 非托管 - 你掌控自己的资金 -- ⚡ 快速执行与链上结算 -- 🌍 无需KYC - -**快速开始:** -1. 获取你的MetaMask私钥(去掉`0x`前缀) -2. ~~在config.json中设置`"exchange": "hyperliquid"`~~ *通过Web界面配置* -3. 添加`"hyperliquid_private_key": "your_key"` -4. 开始交易! - -详见[配置指南](#-备选使用hyperliquid交易所)。 - -#### **Aster DEX交易所**(新!v2.0.2) - -兼容Binance的去中心化永续期货交易所! - -**核心特性:** -- ✅ Binance风格API(从Binance轻松迁移) -- ✅ Web3钱包认证(安全且去中心化) -- ✅ 完整交易支持,自动精度处理 -- ✅ 比中心化交易所手续费更低 -- ✅ 兼容EVM(以太坊、BSC、Polygon等) - -**为什么选择Aster?** -- 🎯 **兼容Binance API** - 需要最少的代码修改 -- 🔐 **API钱包系统** - 独立交易钱包提升安全性 -- 💰 **有竞争力的手续费** - 比大多数中心化交易所更低 -- 🌐 **多链支持** - 在你喜欢的EVM链上交易 - -**快速开始:** -1. 通过[推荐链接注册Aster](https://www.asterdex.com/en/referral/fdfc0e)(享手续费优惠) -2. 访问[Aster API钱包](https://www.asterdex.com/en/api-wallet) -3. 连接你的主钱包并创建API钱包 -4. 复制API Signer地址和私钥 -5. 在config.json中设置`"exchange": "aster"` -6. 添加`"aster_user"`、`"aster_signer"`和`"aster_private_key"` - ---- - ## 📸 系统截图 ### 🏆 竞赛模式 - AI实时对战 @@ -242,6 +184,25 @@ NOFX 采用现代化的模块化架构: --- +## 🏦 支持的交易所 + +### CEX(中心化交易所) + +| 交易所 | 状态 | 注册(手续费优惠) | API设置 | +|--------|------|-------------------|---------| +| **Binance** | ✅ 已支持 | [注册](https://www.binance.com/join?ref=NOFXCHI) | [API指南](../../getting-started/binance-api.md) | +| **OKX** | 🚧 即将支持 | [注册](https://www.okx.com/join/1865360) | 即将推出 | +| **Bybit** | 🚧 即将支持 | [注册](https://partner.bybit.com/b/83856) | 即将推出 | + +### Perp-DEX(去中心化永续交易所) + +| 交易所 | 状态 | 注册(手续费优惠) | 代理钱包设置 | +|--------|------|-------------------|--------------| +| **Hyperliquid** | ✅ 已支持 | [注册](https://app.hyperliquid.xyz/join/AITRADING) | [代理钱包指南](../../getting-started/hyperliquid-agent-wallet.md) | +| **Aster DEX** | ✅ 已支持 | [注册](https://www.asterdex.com/en/referral/fdfc0e) | [API钱包指南](../../getting-started/aster-api-wallet.md) | + +--- + ## 💰 注册币安账户(省手续费!) 使用本系统前,您需要一个币安合约账户。**使用我们的推荐链接注册可享受手续费优惠:**