Inspiration Many young people and students enter crypto without understanding risk, loss, or basic financial safety. A few bad trades can hurt their savings, confidence, and mental health. I wanted to use AI not to push people to trade more, but to help them slow down, see their real risk, and build safer money habits.

What it does

Blockchain Account Manager connects to a crypto wallet and shows assets, recent transactions, and a simple price chart. When a user types a new order (price and amount), the AI “risk coach” explains in clear language how risky this trade looks for their wallet. It turns everyday trading into a small moment of financial education, so people can make safer and more informed decisions.

How we built it

We built the frontend with HTML, CSS, and JavaScript to keep it fast and easy to use in any browser. ethers.js connects to EVM-compatible wallets and reads balances and on-chain history. A small Node.js + Express backend sends anonymized order and wallet context to an LLM API, which returns short risk explanations. The price chart is rendered with Lightweight Charts to give basic market context without overwhelming the user.

Challenges we ran into

A big challenge was turning complex ideas like risk, concentration, and volatility into short sentences normal users can understand. We had to carefully design prompts so that the AI gives calm, neutral, and educational guidance instead of hype or predictions. We also needed to balance how much information we show, so the tool helps people, not scare or confuse them.

Accomplishments that we're proud of

We are proud that the app uses real wallet data to give personalized risk education, not just generic tips. It works end-to-end: connect a wallet, see your real positions, simulate a trade, and instantly get an AI explanation of the risk. We are also happy that the design stays clean and accessible, making financial literacy feel less intimidating.

What we learned

We learned that AI can be a strong force for “slowing people down” and helping them think before they act with their money. We saw how important it is to design AI guidance that is safe, responsible, and focused on user wellbeing, not profit. On the technical side, we learned how to combine web, web3, and AI tools into a small but practical solution.

What's next for Blockchain Account Manager

Next, we want to add more “AI for Good” features, like gentle alerts when a user is over-concentrated in one asset or trading too often. We also plan to work with students and young investors to test the tool, collect feedback, and add educational tips based on real needs. Long term, we want this to be a trusted companion that helps people build healthier financial behaviors, not just another trading app.

Built With

Share this project:

Updates