Frequently Asked Questions
General Questions
Q: What is Naoko? A: Naoko is an AI-powered market analysis and automated trading platform that provides real-time insights and automated trading across multiple market types.
Q: Is Naoko free to use? A: The basic features are available, but some advanced features may require API keys or subscriptions.
Q: Can I use Naoko for live trading? A: The current implementation is a simulation. For live trading, you would need to integrate with actual exchange APIs and implement proper risk management.
Q: How accurate is the AI analysis? A: The AI uses Claude Sonnet 4.5, which provides sophisticated analysis, but all trading decisions should be verified with your own research.
Trading Bot Questions
Q: How often does the bot trade? A: The bot makes trading decisions every 30 seconds, but only executes trades when the AI determines it's appropriate.
Q: Can I customize the trading strategy? A: Currently, the strategy is AI-driven. Custom strategies are available in the Agent Builder (closed beta).
Q: What happens if the bot runs out of cash? A: The bot will reject trades that would result in negative cash. You may need to close existing positions to free up capital.
Q: Can I pause the trading bot? A: Currently, the bot runs continuously. You can reset it using the DELETE endpoint, which will stop new trades until the state is reloaded.
Technical Questions
Q: What databases are supported? A: Currently, only MongoDB is supported. The system uses MongoDB Atlas for cloud deployment.
Q: Can I self-host Naoko? A: Yes, you can deploy it to any platform that supports Next.js. Vercel is recommended for easiest deployment.
Q: How do I update Naoko? A: Pull the latest code from the repository and redeploy. Database migrations are handled automatically.
Q: What are the system requirements? A: Node.js 18+, MongoDB (or Atlas), and sufficient API quotas for external services.
API Questions
Q: Is there a public API? A: The API is currently for internal use. Public API access may be available in the future.
Q: What are the rate limits? A: Rate limits depend on your deployment and external API quotas. The system implements caching to minimize API calls.
Q: Can I integrate Naoko with my own application? A: Yes, you can use the API endpoints to integrate with your own applications.
Last updated

