ChainInsight merges Web3 with AI to revolutionize crypto investing through a multi-agent system. Our platform features ten specialized AI agents—modeled after legendary investors like Warren Buffett and Catherine Wood—that analyze on-chain data, calculate intrinsic values, assess market sentiment, and manage risk.
This collaborative AI framework delivers tailored investment recommendations across diversified crypto assets, making sophisticated investment strategies accessible to everyday users through a simple, functional interface. ChainInsight eliminates decision paralysis by providing clear, data-driven insights that help investors multiply their wealth in the complex crypto ecosystem.
- Multi-Agent AI System: Ten specialized AI agents with different investment philosophies
- On-Chain Data Analysis: Real-time analysis of blockchain transactions and trends
- Intrinsic Value Calculation: Fundamental valuation of crypto assets
- Market Sentiment Analysis: AI-powered social media and news sentiment tracking
- Risk Management: Personalized risk assessment and portfolio optimization
- User-Friendly Interface: Simple dashboard with clear investment recommendations
- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- Framer Motion for animations
- Recharts for data visualization
- Deployed on Vercel
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy this application is to use Vercel, the platform from the creators of Next.js.
- Push your code to a GitHub repository
- Go to Vercel and sign up or log in
- Click "New Project" and import your repository
- Keep the default settings and click "Deploy"
Vercel will automatically build and deploy your application, providing you with a URL to access it.
- Home: Landing page showcasing ChainInsight's features
- Dashboard: Main user interface with portfolio overview and AI insights
- Insights: Detailed AI-generated investment recommendations
- About: Information about ChainInsight and the team
- Assets: Crypto asset analysis and details
- Implement user authentication
- Connect to real crypto market data APIs
- Develop the backend AI agent system
- Add portfolio management features
- Implement notifications for new insights
MIT