Making cryptocurrency as safe and easy as online banking through intelligent automation.
Transform crypto from "scary and complex" to "safe and simple" - enabling the next 100 million people to safely use DeFi.
- $3.8B+ lost annually to crypto hacks and scams
- 99% of people find crypto too complex to use safely
- No protection from market manipulation
AI-powered platform that makes crypto safe and simple through four core features:
Real-time scam detection & risk scoring for wallets, transactions, and smart contracts
Converts complex DeFi terms to plain English that anyone can understand
Detects manipulation & whale movements to protect retail investors
AI grades smart contracts A-F for safety with comprehensive vulnerability analysis
- Prevent 80%+ of crypto losses
- Enable mainstream crypto adoption
- Protect retail investors from scams
- Frontend: Next.js 15.5.0, React 19, TypeScript, Tailwind CSS
- Blockchain: BNB Chain (BSC) integration with real-time data
- APIs: BSCScan, Binance, Custom AI endpoints
- UI/UX: Framer Motion, Aceternity UI components
- Clone the repository
git clone https://github.com/kanishkmandrelia/CryptoGuard-AI.git
cd CryptoGuard-AI- Install dependencies
npm install- Set up environment variables
# Create .env.local file with:
BSCSCAN_API_KEY=your_bscscan_api_key
NEXT_PUBLIC_BINANCE_API_URL=https://api.binance.com
# For Smart Translator AI features (optional):
GEMINI_API_KEY=your_gemini_api_key_here💡 Get Gemini API Key: Visit Google AI Studio for free access to the Gemini 1.5 Flash model.
- Run the development server
npm run dev- Open your browser Navigate to http://localhost:3000
| Feature | Status | Description |
|---|---|---|
| ✅ AI Security Scanner | Live | Real-time BNB Chain analysis with BSCScan integration |
| ✅ Smart Translator | Live | AI-powered DeFi terminology translation with Gemini AI |
| 🔄 Contract Auditor | In Progress | Smart contract grading system |
| 🔄 Market Guardian | In Progress | Whale movement & manipulation detection |
- $2T+ crypto market needs better security
- 100M+ potential users blocked by complexity
- Clear revenue: Freemium + B2B partnerships
- Solves #1 barrier to crypto adoption (safety + complexity)
- First AI-powered crypto protection platform
- Network effects make it stronger over time
Bottom Line: Makes cryptocurrency as safe and easy as online banking through intelligent automation.
- Real-time BNB price monitoring
- Live gas price tracking
- Current block number updates
- Network health status
- Wallet risk analysis
- Transaction threat detection
- Smart contract vulnerability assessment
- Real-time scam database integration
- AI-Powered: Uses Google Gemini API for intelligent translations
- Dual Modes: Text analysis and single term lookup
- BSC-Focused: Specialized examples from BNB Chain ecosystem
- Risk Assessment: Categorizes terms by risk level and category
- Fallback System: Works offline with comprehensive crypto dictionary
- Real-time: Instant translations of complex DeFi terminology
Test the Translator: Visit
/test-translatorto try different scenarios
- AI Security Scanner with real-time data
- BNB Chain integration
- Live network monitoring
- Smart Translator with Gemini AI integration
- Complete contract auditor implementation
- Smart Translator for DeFi terms
- Mobile-responsive optimization
- User onboarding flow
- Market Guardian with whale tracking
- Predictive threat analysis
- Multi-chain expansion
- Freemium tier implementation
- B2B partnership integrations
- Premium analytics dashboard
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
- Live Demo: [Coming Soon]
- Documentation: Smart Translator Backend Guide
- API Reference: [Coming Soon]
Endpoint: POST /api/translator/analyze
Request:
{
"text": "I want to provide liquidity but worried about impermanent loss",
"mode": "text" // or "term"
}Response:
{
"translations": [
{
"term": "Impermanent Loss",
"simpleDef": "Easy explanation...",
"technicalDef": "Technical definition...",
"example": "Real BSC example...",
"category": "DeFi",
"riskLevel": "Medium",
"relatedTerms": ["yield farming", "liquidity provider"]
}
],
"source": "AI-powered"
}🚀 Join us in making crypto safe for everyone!