ValueCell is a community-driven, multi-agent platform for financial applications.
- ✓Open-source license (Apache-2.0)
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
{
"mcpServers": {
"valuecell": {
"command": "node",
"args": ["/path/to/valuecell/dist/index.js"]
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).<placeholder> values with your API keys or paths.Resumen de Subagents
<p align="center">
<img src="assets/valuecell.png" style="width: 100%; height: auto;">
</p>
<div align="center" style="line-height: 2;">
<a href="https://www.python.org/downloads" target="_blank">
<img src="https://img.shields.io/badge/python-3.12+-blue.svg"
alt="Python version"></a>
<a href="LICENSE" target="_blank">
<img src="https://img.shields.io/badge/license-Apache2.0-red.svg"
alt="License: Apache2.0"></a>
<br>
<a href="https://discord.com/invite/84Kex3GGAh" target="_blank">
<img src="https://img.shields.io/discord/1399603591471435907?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb"
alt="chat on Discord"></a>
<a href="https://twitter.com/intent/follow?screen_name=valuecell" target="_blank">
<img src="https://img.shields.io/twitter/follow/valuecell?logo=X&color=%20%23f5f5f5"
alt="follow on X(Twitter)"></a>
<a href="https://www.linkedin.com/company/valuecell/" target="_blank">
<img src="https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff"
alt="follow on LinkedIn"></a>
<a href="https://www.facebook.com/people/ValueCell/61581410516790/" target="_blank">
<img src="https://custom-icon-badges.demolab.com/badge/Facebook-1877F2?logo=facebook-white&logoColor=fff"
alt="follow on Facebook"></a>
<a href="https://www.youtube.com/watch?v=C3tfHyGY9YE" target="_blank">
<img src="https://img.shields.io/badge/Watch%20on-YouTube-red?logo=youtube"
alt="Watch on YouTube"></a>
</div>
<div align="center">
<a href="README.md" style="color: gray;">English</a>
<a href="README.zh.md" style="color: auto;">中文(简体)</a>
<a href="README.zh_Hant.md" style="color: auto;">中文(繁體)</a>
<a href="README.ja.md" style="color: auto;">日本語</a>
</div>
# ValueCell
## Our Product Launched 🔥🔥🔥
**ValueCell now provides A-share deep research, market analysis and requires no deployment—access directly at [valuecell.ai](https://valuecell.ai).**
## Description
ValueCell is a community-driven, multi-agent platform for financial applications. Our mission is to build the world's largest decentralized financial agent community.
It provides a team of TOP investment Agents to help you with stock selection, research, tracking, and even trading.
The system keeps all your sensitive information stored locally on your device, ensuring core data security.
Welcome to join our Discord community to share feedback and issues you encounter, and invite more developers to contribute 🔥🔥🔥
>Note: ValueCell team members will never proactively contact community participants. This project is for technical exchange only. Investing involves risk. ⚠️
# Screenshot
[](https://www.youtube.com/watch?v=C3tfHyGY9YE)
<p align="center">
<img src="assets/product/AutoTradingAgent.png" style="width: 100%; height: auto;">
</p>
<p align="center">
<img src="assets/product/Model_Configuration.png" style="width: 100%; height: auto;">
</p>
# Key Features
<p align="center">
<img src="assets/architecture.png" style="width: 100%; height: auto;">
</p>
## Multi-Agent System
- **DeepResearch Agent**: Automatically retrieve and analyze fundamental documents to generate accurate data insights and interpretable summaries
- **Strategy Agent**: Supports multiple crypto assets and multi-strategy smart trading, automatically executing your strategies
- **News Retrieval Agent**: Supports personalized scheduled news delivery to track key information in real time
- **Others**: More agents are in planning...
## Flexible Integrations
- **Multiple LLM Providers**: Support OpenRouter, SiliconFlow,Azure,Openai-compatible,Google,OpenAI and DeepSeek
- **Popular Market Data**: Cover US market, Crypto market, Hong Kong market, China market and more
- **Multi-Agent Framework Compatible**: Support Langchain, Agno by A2A Protocol for research and development integration
- **Exchange Connectivity**: Live routing to OKX and Binance, featuring built-in guardrails
# Quick Start
## New Users
To get started quickly, download the latest ValueCell application for MacOS or Windows from the [Releases page](https://github.com/ValueCell-ai/valuecell/releases) on GitHub.
After installation, please configure your preferred model provider before using ValueCell for the first time. Refer to the instructions in the application or documentation as needed.
### Live Trading
- Configure AI Models: Add your AI Model API Key through the web interface.
- Configure Exchanges: Set up Binance/HyperLiquid/OKX/Coinbase... API credentials
- Create Strategies: Combine AI model with exchange to create custom strategies
- Monitor & Control: Start/stop traders and monitor performance in real-time
- Note: Currently only supports contract trading (spot is implemented as 1X contracts), so please ensure your contract account has sufficient balance
#### Supported Exchanges
| Exchange | Notes | Status |
| --- | --- | --- |
| **Binance** | Only supports international site [binance.com](binance.com), not US site. Uses USDT-M futures (USDT-margined contracts). Ensure your futures account has sufficient USDT balance. Trading pair format: `BTC/USDT`. Note: Ensure perpetual contract account balance is not 0. When applying for API, add IP whitelist by searching `My IP` in search engine | ✅ Tested |
| **Hyperliquid** | Only supports USDC as margin currency. Uses your main wallet address + API wallet private key authentication (use [API tab](https://app.hyperliquid.xyz/API) to apply). Market orders are automatically converted to IoC limit orders. Trading pair format must be manually adjusted to `SYMBOL/USDC` (e.g., `WIF/USDC`). Configure with main wallet address + API wallet private key. Minimum 10U per trade | ✅ Tested |
| **OKX** | Requires API Key, Secret, and Passphrase (OKX account password) for authentication. Supports USDT-margined contracts. Trading pair format: `BTC/USDT` | ✅ Tested |
| Coinbase | Supports USDT-margined contracts. Coinbase International is not yet supported | 🟡 Partially Tested |
| Gate.io | Supports USDT-margined contracts. Requires API Key and Secret | 🟡 Partially Tested |
| MEXC | Supports USDT-margined contracts. Requires API Key and Secret | 🟡 Partially Tested |
| Blockchain | Supports USDT-margined contracts. Requires API Key, Secret | 🟡 Partially Tested |
**Legend**:
- ✅ **Tested**: Fully tested and verified in production environment
- 🟡 **Partially Tested**: Code implementation complete but not fully tested, may require debugging
- **Recommended**: Prioritize using fully tested exchanges (Binance, Hyperliquid, OKX)
### Notice
- Currently supports leverage trading only, so you need to ensure your Perps account has sufficient balance.
- You must keep your API secrets secure to avoid losing funds. The app stores secrets locally on your device and will not send them to any third party over the internet.
- To ensure your account safety, you need to reset your API keys regularly.
---
**Note**: Before running the application, ensure all prerequisites are installed and environment variables are properly configured. If it has been a long time since the last update, you can delete local data stores and start fresh:
- LanceDB directory (stored in your system application directory, same path as `.env`):
- macOS: `~/Library/Application Support/ValueCell/lancedb`
- Linux: `~/.config/valuecell/lancedb`
- Windows: `%APPDATA%\\ValueCell\\lancedb`
- Knowledge directory (stored in your system application directory, same path as `.env`):
- macOS: `~/Library/Application Support/ValueCell/.knowledge`
- Linux: `~/.config/valuecell/.knowledge`
- Windows: `%APPDATA%\\ValueCell\\.knowledge`
- SQLite database file (stored in your system application directory, same path as `.env`):
- macOS: `~/Library/Application Support/ValueCell/valuecell.db`
- Linux: `~/.config/valuecell/valuecell.db`
- Windows: `%APPDATA%\\ValueCell\\valuecell.db`
## Developers
We sincerely invite all developers to join our Discord discussion group, where we regularly share the community roadmap and upcoming contributor benefit plans.
Details on development processes and standards are provided below:[CONTRIBUTING.md](.github/CONTRIBUTING.md)
ValueCell is a Python-based application with a comprehensive web interface, supporting multi-platform deployment. Follow the configuration below to get started quickly.
## Clone Repository
```bash
git clone https://github.com/ValueCell-ai/valuecell.git
cd valuecell
```
## Running the Application
Launch the complete application (frontend, backend, and agents):
### Linux / Macos
```bash
bash start.sh
```
### Windows (PowerShell)
```powershell
.\start.ps1
```
### Accessing the Interface
- **Web UI**: Navigate to [http://localhost:1420](http://localhost:1420) in your browser
- **Logs**: View application logs directly in the terminal for detailed runtime information of backend services and individual agents
### Next Steps
Once the application is running, you can explore the web interface to interact with ValueCell's features and capabilities.
### Configuration
More detailed configuration information can be found at [CONFIGURATION_GUIDE](./docs/CONFIGURATION_GUIDE.md)
# Roadmap
## 🤖 Enhanced Agent Capabilities
### Trading Capabilities
- **Crypto**: Supports OKX、Binance and Hyperliquid exchanges, with more exchanges planned for integration...
- **Securities**: Gradually support AI securities trading
### Market Expansion
- **European Markets**: Add support for FTSE, DAX, CAC 40, and other European exchanges
- **Asian Markets**: Expand coverage to Nikkei and emerging Asian markets
- **Commodity Markets**: Oil, Gold, Silver, Agricultural products analysis
- **Forex Markets**: Major currency pairs and cross-currency analysis
### Asset DiversifLo que la gente pregunta sobre valuecell
¿Qué es ValueCell-ai/valuecell?
+
ValueCell-ai/valuecell es subagents para el ecosistema de Claude AI. ValueCell is a community-driven, multi-agent platform for financial applications. Tiene 10.4k estrellas en GitHub y se actualizó por última vez 1mo ago.
¿Cómo se instala valuecell?
+
Puedes instalar valuecell clonando el repositorio (https://github.com/ValueCell-ai/valuecell) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ValueCell-ai/valuecell?
+
Nuestro agente de seguridad ha analizado ValueCell-ai/valuecell y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ValueCell-ai/valuecell?
+
ValueCell-ai/valuecell es mantenido por ValueCell-ai. La última actividad registrada en GitHub es de 1mo ago, con 57 issues abiertos.
¿Hay alternativas a valuecell?
+
Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.
Despliega valuecell en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/valuecell-ai-valuecell)<a href="https://claudewave.com/repo/valuecell-ai-valuecell"><img src="https://claudewave.com/api/badge/valuecell-ai-valuecell" alt="Featured on ClaudeWave — ValueCell-ai/valuecell" width="320" height="64" /></a>Más Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Production-ready platform for agentic workflow development.
The agent engineering platform
The agent that grows with you
The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.