## Inspiration
Krypnova was born during one of the most difficult periods of my life.
I lost my money and my business after becoming the victim of a scam. I had to close the company, move to another city, and start my life again from zero with almost no money.
I began searching for work, but I was repeatedly rejected—sometimes because I was considered overqualified and sometimes without receiving any explanation. To support myself and pay my bills, I started driving for Uber and working through delivery applications.
Those platforms helped me survive, but they left very little margin to rebuild my future. I felt that working more hours alone would not be enough. I needed to learn something new and find another way forward.
I had always been interested in cryptocurrencies and the stock market. I occasionally purchased a stock or a cryptocurrency, but I did not truly understand how the market worked.
As I searched for information, I found many people selling courses. Some of them can teach valuable concepts and basic market knowledge, but after learning the fundamentals, a new trader is often still left alone.
Powerful tools such as TradingView exist, but they can feel overwhelming to someone without experience. A beginner may not know where to start, what information matters, which buttons to press, or how to interpret the indicators.
There are also trading bots that provide buy and sell signals, but many of them do not explain why a decision was made. The result may be positive or negative, but the user does not necessarily understand what happened. These systems also do not always adapt to each person's financial situation, objectives, experience, and tolerance for risk.
That was when I began imagining Krypnova: an intelligent platform that could analyze the market, explain its reasoning, adapt to the individual user, and learn from both successful and unsuccessful decisions.
How I started building it
I had no programming experience.
I asked ChatGPT to help me build the idea, and what began as a simple question became a year-long process of experimentation, mistakes, learning, rebuilding, and continuing when things did not work.
Step by step, I learned how Python works, how to connect an API, how to create and connect a database, how to process market information, and how the different parts of an application communicate with one another.
I did not begin as an engineer. I began as a person with a problem, a vision, and the willingness to learn.
Over time, I built Exion AI, the intelligence engine behind Krypnova. It combines multiple forms of market analysis and machine-learning models, including XGBoost, LSTM, CNN, PPO, and DQN-based components. These models are being trained and evaluated as part of a hybrid system rather than depending on a single prediction model.
What Krypnova does
Krypnova is an explainable AI market-intelligence and risk-management platform designed to help people better understand cryptocurrencies, stocks, and other financial markets.
Instead of only displaying a BUY or SELL signal, the goal is for Exion AI to explain:
- What it sees in the market
- Why an opportunity may or may not be valid
- What risks are present
- How liquidity, volatility, spreads, fees, and market conditions affect the decision
- Whether the opportunity fits the user's experience and risk profile
- When the safest decision is to wait or reject a trade
Krypnova is not being built to promise guaranteed profits or eliminate financial losses. It is being built to give users more information, stronger risk controls, and a clearer understanding of the decisions they are considering.
Challenges
The greatest challenge was building a complex system while learning software development at the same time.
Every stage introduced a new problem: collecting reliable market data, connecting exchanges, storing information, training models, controlling risk, testing strategies, managing execution costs, and making the system understandable to someone who is not a professional trader.
I also learned that generating a market signal is not enough. An opportunity can look attractive while having poor liquidity, a wide spread, excessive transaction fees, or an unfavorable relationship between potential risk and reward.
For that reason, Krypnova is being designed to evaluate not only when an opportunity may exist, but also when a trade should not be taken.
What I learned
I learned that artificial intelligence can do more than generate answers. It can give someone without a technical background the opportunity to learn, build, and turn an idea into a working product.
I also learned that progress does not always come from already knowing what to do. Sometimes it comes from being willing to fail, understand the mistake, and try again.
After approximately one year of trial and error, Krypnova now has a functional prototype.
It may never earn me a single dollar. However, building it already gave me something extremely valuable: a project to believe in, a new set of skills, and proof that losing everything did not mean that my story was over.
What's next
The next step is to continue training and evaluating the models, strengthen the platform's risk controls, improve the user experience, and test Krypnova with real users in a controlled beta environment.
My long-term vision is to make advanced market intelligence easier to understand and more accessible to people who want to participate in financial markets but do not know where to begin.
Built With
- chatgpt
- codex
- fastapi
- keras
- openai
- postgresql
- python
- react
- scikit-learn
- tensorflow
- xgboost
Log in or sign up for Devpost to join the conversation.