mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2025-12-06 13:54:41 +08:00
docs: move exchanges and AI models sections after screenshots
This commit is contained in:
70
README.md
70
README.md
@@ -17,11 +17,11 @@
|
||||
- [🚀 Universal AI Trading Operating System](#-universal-ai-trading-operating-system)
|
||||
- [👥 Developer Community](#-developer-community)
|
||||
- [📸 Screenshots](#-screenshots)
|
||||
- [🏦 Supported Exchanges (DEX/CEX Tutorials)](#-supported-exchanges-dexcex-tutorials)
|
||||
- [🤖 Supported AI Models](#-supported-ai-models)
|
||||
- [✨ Current Implementation](#-current-implementation---crypto-markets)
|
||||
- [🔮 Roadmap](#-roadmap---universal-market-expansion)
|
||||
- [🏗️ Technical Architecture](#️-technical-architecture)
|
||||
- [🏦 Supported Exchanges (DEX/CEX Tutorials)](#-supported-exchanges-dexcex-tutorials)
|
||||
- [🤖 Supported AI Models](#-supported-ai-models)
|
||||
- [🚀 Quick Start](#-quick-start)
|
||||
- [📖 AI Decision Flow](#-ai-decision-flow)
|
||||
- [🧠 AI Self-Learning](#-ai-self-learning-example)
|
||||
@@ -83,6 +83,40 @@ Join our Telegram developer community to discuss, share ideas, and get support:
|
||||
|
||||
---
|
||||
|
||||
## 🏦 Supported Exchanges (DEX/CEX Tutorials)
|
||||
|
||||
### 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) |
|
||||
| **Bybit** | ✅ Supported | [Register](https://partner.bybit.com/b/83856) | [API Guide](docs/getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ Supported | [Register](https://www.okx.com/join/1865360) | [API Guide](docs/getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ Supported | [Register](https://lighter.xyz) | [Agent Wallet Guide](docs/getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
---
|
||||
|
||||
## 🤖 Supported AI Models
|
||||
|
||||
| AI Model | Status | Get API Key |
|
||||
|----------|--------|-------------|
|
||||
| **DeepSeek** | ✅ Supported | [Get API Key](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ Supported | [Get API Key](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ Supported | [Get API Key](https://platform.openai.com) |
|
||||
| **Claude** | ✅ Supported | [Get API Key](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ Supported | [Get API Key](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ Supported | [Get API Key](https://console.x.ai) |
|
||||
| **Kimi** | ✅ Supported | [Get API Key](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## ✨ Current Implementation - Crypto Markets
|
||||
|
||||
NOFX is currently **fully operational in cryptocurrency markets** with the following proven capabilities:
|
||||
@@ -180,38 +214,6 @@ NOFX is built with a modern, modular architecture:
|
||||
|
||||
---
|
||||
|
||||
## 🏦 Supported Exchanges (DEX/CEX Tutorials)
|
||||
|
||||
### 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) |
|
||||
| **Bybit** | ✅ Supported | [Register](https://partner.bybit.com/b/83856) | [API Guide](docs/getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ Supported | [Register](https://www.okx.com/join/1865360) | [API Guide](docs/getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ Supported | [Register](https://lighter.xyz) | [Agent Wallet Guide](docs/getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
### 🤖 Supported AI Models
|
||||
|
||||
| AI Model | Status | Get API Key |
|
||||
|----------|--------|-------------|
|
||||
| **DeepSeek** | ✅ Supported | [Get API Key](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ Supported | [Get API Key](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ Supported | [Get API Key](https://platform.openai.com) |
|
||||
| **Claude** | ✅ Supported | [Get API Key](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ Supported | [Get API Key](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ Supported | [Get API Key](https://console.x.ai) |
|
||||
| **Kimi** | ✅ Supported | [Get API Key](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### 🐳 Option A: Docker One-Click Deployment (EASIEST - Recommended!)
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
- [🚀 ユニバーサルAIトレーディングOS](#-ユニバーサルaiトレーディングos)
|
||||
- [👥 開発者コミュニティ](#-開発者コミュニティ)
|
||||
- [📸 スクリーンショット](#-スクリーンショット)
|
||||
- [🏦 対応取引所(DEX/CEXチュートリアル)](#-対応取引所dexcexチュートリアル)
|
||||
- [🤖 対応AIモデル](#-対応aiモデル)
|
||||
- [✨ 現在の実装 - 暗号通貨市場](#-現在の実装---暗号通貨市場)
|
||||
- [🔮 ロードマップ](#-ロードマップ---ユニバーサルマーケット拡大)
|
||||
- [🏗️ 技術アーキテクチャ](#️-技術アーキテクチャ)
|
||||
- [🏦 対応取引所(DEX/CEXチュートリアル)](#-対応取引所dexcexチュートリアル)
|
||||
- [🤖 対応AIモデル](#-対応aiモデル)
|
||||
- [🚀 クイックスタート](#-クイックスタート)
|
||||
- [📖 AI判断フロー](#-ai判断フロー)
|
||||
- [🧠 AI自己学習の例](#-ai自己学習の例)
|
||||
@@ -85,6 +85,40 @@ Telegram開発者コミュニティに参加して、議論、アイデアの共
|
||||
|
||||
---
|
||||
|
||||
## 🏦 対応取引所(DEX/CEXチュートリアル)
|
||||
|
||||
### CEX(中央集権型取引所)
|
||||
|
||||
| 取引所 | ステータス | 登録(手数料割引) | API設定 |
|
||||
|--------|------------|-------------------|---------|
|
||||
| **Binance** | ✅ 対応済み | [登録](https://www.binance.com/join?ref=NOFXJAPAN) | [APIガイド](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 対応済み | [登録](https://partner.bybit.com/b/83856) | [APIガイド](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 対応済み | [登録](https://www.okx.com/join/1865360) | [APIガイド](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 対応済み | [登録](https://lighter.xyz) | [エージェントウォレットガイド](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
---
|
||||
|
||||
## 🤖 対応AIモデル
|
||||
|
||||
| AIモデル | ステータス | APIキー取得 |
|
||||
|----------|------------|-------------|
|
||||
| **DeepSeek** | ✅ 対応済み | [APIキー取得](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ 対応済み | [APIキー取得](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 対応済み | [APIキー取得](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 対応済み | [APIキー取得](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 対応済み | [APIキー取得](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 対応済み | [APIキー取得](https://console.x.ai) |
|
||||
| **Kimi** | ✅ 対応済み | [APIキー取得](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## ✨ 現在の実装 - 暗号通貨市場
|
||||
|
||||
NOFXは現在、以下の実証済み機能で**暗号通貨市場において完全に稼働**しています:
|
||||
@@ -210,38 +244,6 @@ nofx/
|
||||
|
||||
---
|
||||
|
||||
## 🏦 対応取引所(DEX/CEXチュートリアル)
|
||||
|
||||
### CEX(中央集権型取引所)
|
||||
|
||||
| 取引所 | ステータス | 登録(手数料割引) | API設定 |
|
||||
|--------|------------|-------------------|---------|
|
||||
| **Binance** | ✅ 対応済み | [登録](https://www.binance.com/join?ref=NOFXJAPAN) | [APIガイド](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 対応済み | [登録](https://partner.bybit.com/b/83856) | [APIガイド](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 対応済み | [登録](https://www.okx.com/join/1865360) | [APIガイド](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 対応済み | [登録](https://lighter.xyz) | [エージェントウォレットガイド](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
### 🤖 対応AIモデル
|
||||
|
||||
| AIモデル | ステータス | APIキー取得 |
|
||||
|----------|------------|-------------|
|
||||
| **DeepSeek** | ✅ 対応済み | [APIキー取得](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ 対応済み | [APIキー取得](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 対応済み | [APIキー取得](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 対応済み | [APIキー取得](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 対応済み | [APIキー取得](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 対応済み | [APIキー取得](https://console.x.ai) |
|
||||
| **Kimi** | ✅ 対応済み | [APIキー取得](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## 🚀 クイックスタート
|
||||
|
||||
### 🐳 オプションA:Dockerワンクリックデプロイ(最も簡単 - 初心者推奨!)
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
- [🚀 범용 AI 트레이딩 운영 체제](#-범용-ai-트레이딩-운영-체제)
|
||||
- [👥 개발자 커뮤니티](#-개발자-커뮤니티)
|
||||
- [📸 시스템 스크린샷](#-시스템-스크린샷)
|
||||
- [🏦 지원 거래소 (DEX/CEX 튜토리얼)](#-지원-거래소-dexcex-튜토리얼)
|
||||
- [🤖 지원 AI 모델](#-지원-ai-모델)
|
||||
- [✨ 현재 구현](#-현재-구현---암호화폐-시장)
|
||||
- [🔮 로드맵](#-로드맵---범용-시장-확장)
|
||||
- [🏗️ 기술 아키텍처](#️-기술-아키텍처)
|
||||
- [🏦 지원 거래소 (DEX/CEX 튜토리얼)](#-지원-거래소-dexcex-튜토리얼)
|
||||
- [🤖 지원 AI 모델](#-지원-ai-모델)
|
||||
- [🚀 빠른 시작](#-빠른-시작)
|
||||
- [📖 AI 의사결정 흐름](#-ai-의사결정-흐름)
|
||||
- [🧠 AI 자가학습 예시](#-ai-자가학습-예시)
|
||||
@@ -86,6 +86,40 @@
|
||||
|
||||
---
|
||||
|
||||
## 🏦 지원 거래소 (DEX/CEX 튜토리얼)
|
||||
|
||||
### CEX (중앙화 거래소)
|
||||
|
||||
| 거래소 | 상태 | 등록 (수수료 할인) | API 설정 |
|
||||
|--------|------|-------------------|----------|
|
||||
| **Binance** | ✅ 지원됨 | [등록](https://www.binance.com/join?ref=NOFXKOREA) | [API 가이드](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 지원됨 | [등록](https://partner.bybit.com/b/83856) | [API 가이드](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 지원됨 | [등록](https://www.okx.com/join/1865360) | [API 가이드](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 지원됨 | [등록](https://lighter.xyz) | [에이전트 지갑 가이드](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
---
|
||||
|
||||
## 🤖 지원 AI 모델
|
||||
|
||||
| AI 모델 | 상태 | API 키 받기 |
|
||||
|---------|------|-------------|
|
||||
| **DeepSeek** | ✅ 지원됨 | [API 키 받기](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ 지원됨 | [API 키 받기](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 지원됨 | [API 키 받기](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 지원됨 | [API 키 받기](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 지원됨 | [API 키 받기](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 지원됨 | [API 키 받기](https://console.x.ai) |
|
||||
| **Kimi** | ✅ 지원됨 | [API 키 받기](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## ✨ 현재 구현 - 암호화폐 시장
|
||||
|
||||
NOFX는 현재 다음과 같은 검증된 기능으로 **암호화폐 시장에서 완전히 운영**되고 있습니다:
|
||||
@@ -183,38 +217,6 @@ NOFX는 현대적이고 모듈화된 아키텍처로 구축되었습니다:
|
||||
|
||||
---
|
||||
|
||||
## 🏦 지원 거래소 (DEX/CEX 튜토리얼)
|
||||
|
||||
### CEX (중앙화 거래소)
|
||||
|
||||
| 거래소 | 상태 | 등록 (수수료 할인) | API 설정 |
|
||||
|--------|------|-------------------|----------|
|
||||
| **Binance** | ✅ 지원됨 | [등록](https://www.binance.com/join?ref=NOFXKOREA) | [API 가이드](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 지원됨 | [등록](https://partner.bybit.com/b/83856) | [API 가이드](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 지원됨 | [등록](https://www.okx.com/join/1865360) | [API 가이드](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 지원됨 | [등록](https://lighter.xyz) | [에이전트 지갑 가이드](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
### 🤖 지원 AI 모델
|
||||
|
||||
| AI 모델 | 상태 | API 키 받기 |
|
||||
|---------|------|-------------|
|
||||
| **DeepSeek** | ✅ 지원됨 | [API 키 받기](https://platform.deepseek.com) |
|
||||
| **Qwen** | ✅ 지원됨 | [API 키 받기](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 지원됨 | [API 키 받기](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 지원됨 | [API 키 받기](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 지원됨 | [API 키 받기](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 지원됨 | [API 키 받기](https://console.x.ai) |
|
||||
| **Kimi** | ✅ 지원됨 | [API 키 받기](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## 🚀 빠른 시작
|
||||
|
||||
### 🐳 옵션 A: Docker 원클릭 배포 (가장 쉬움 - 초보자 권장!)
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
- [🚀 通用AI交易操作系统](#-通用ai交易操作系统)
|
||||
- [👥 开发者社区](#-开发者社区)
|
||||
- [📸 系统截图](#-系统截图)
|
||||
- [🏦 支持的交易所(DEX/CEX教程)](#-支持的交易所dexcex教程)
|
||||
- [🤖 支持的AI模型](#-支持的ai模型)
|
||||
- [✨ 当前实现](#-当前实现---加密货币市场)
|
||||
- [🔮 路线图](#-路线图---通用市场扩展)
|
||||
- [🏗️ 技术架构](#️-技术架构)
|
||||
- [🏦 支持的交易所(DEX/CEX教程)](#-支持的交易所dexcex教程)
|
||||
- [🤖 支持的AI模型](#-支持的ai模型)
|
||||
- [🚀 快速开始](#-快速开始)
|
||||
- [📖 AI决策流程](#-ai决策流程)
|
||||
- [🧠 AI自我学习示例](#-ai自我学习示例)
|
||||
@@ -85,6 +85,40 @@
|
||||
|
||||
---
|
||||
|
||||
## 🏦 支持的交易所(DEX/CEX教程)
|
||||
|
||||
### CEX(中心化交易所)
|
||||
|
||||
| 交易所 | 状态 | 注册(手续费优惠) | API设置 |
|
||||
|--------|------|-------------------|---------|
|
||||
| **Binance** | ✅ 已支持 | [注册](https://www.binance.com/join?ref=NOFXCHI) | [API指南](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 已支持 | [注册](https://partner.bybit.com/b/83856) | [API指南](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 已支持 | [注册](https://www.okx.com/join/1865360) | [API指南](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 已支持 | [注册](https://lighter.xyz) | [代理钱包指南](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
---
|
||||
|
||||
## 🤖 支持的AI模型
|
||||
|
||||
| AI模型 | 状态 | 获取API密钥 |
|
||||
|--------|------|-------------|
|
||||
| **DeepSeek** | ✅ 已支持 | [获取API密钥](https://platform.deepseek.com) |
|
||||
| **Qwen (通义千问)** | ✅ 已支持 | [获取API密钥](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 已支持 | [获取API密钥](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 已支持 | [获取API密钥](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 已支持 | [获取API密钥](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 已支持 | [获取API密钥](https://console.x.ai) |
|
||||
| **Kimi (月之暗面)** | ✅ 已支持 | [获取API密钥](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## ✨ 当前实现 - 加密货币市场
|
||||
|
||||
NOFX 目前已在**加密货币市场全面运行**,具备以下经过验证的能力:
|
||||
@@ -182,38 +216,6 @@ NOFX 采用现代化的模块化架构:
|
||||
|
||||
---
|
||||
|
||||
## 🏦 支持的交易所(DEX/CEX教程)
|
||||
|
||||
### CEX(中心化交易所)
|
||||
|
||||
| 交易所 | 状态 | 注册(手续费优惠) | API设置 |
|
||||
|--------|------|-------------------|---------|
|
||||
| **Binance** | ✅ 已支持 | [注册](https://www.binance.com/join?ref=NOFXCHI) | [API指南](../../getting-started/binance-api.md) |
|
||||
| **Bybit** | ✅ 已支持 | [注册](https://partner.bybit.com/b/83856) | [API指南](../../getting-started/bybit-api.md) |
|
||||
| **OKX** | ✅ 已支持 | [注册](https://www.okx.com/join/1865360) | [API指南](../../getting-started/okx-api.md) |
|
||||
|
||||
### 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) |
|
||||
| **Lighter** | ✅ 已支持 | [注册](https://lighter.xyz) | [代理钱包指南](../../getting-started/lighter-agent-wallet.md) |
|
||||
|
||||
### 🤖 支持的AI模型
|
||||
|
||||
| AI模型 | 状态 | 获取API密钥 |
|
||||
|--------|------|-------------|
|
||||
| **DeepSeek** | ✅ 已支持 | [获取API密钥](https://platform.deepseek.com) |
|
||||
| **Qwen (通义千问)** | ✅ 已支持 | [获取API密钥](https://dashscope.console.aliyun.com) |
|
||||
| **OpenAI (GPT)** | ✅ 已支持 | [获取API密钥](https://platform.openai.com) |
|
||||
| **Claude** | ✅ 已支持 | [获取API密钥](https://console.anthropic.com) |
|
||||
| **Gemini** | ✅ 已支持 | [获取API密钥](https://aistudio.google.com) |
|
||||
| **Grok** | ✅ 已支持 | [获取API密钥](https://console.x.ai) |
|
||||
| **Kimi (月之暗面)** | ✅ 已支持 | [获取API密钥](https://platform.moonshot.cn) |
|
||||
|
||||
---
|
||||
|
||||
## 🚀 快速开始
|
||||
|
||||
### 🐳 方式A:Docker 一键部署(最简单 - 新手推荐!)
|
||||
|
||||
Reference in New Issue
Block a user