Member-only story
I made an AI crypto trading bot to help me manage my cryptocurrency portfolio
I’ve always been passionate about automating manual tasks, which led me to develop a fresh concept for portfolio management. Having worked on bots and crypto trading bot platforms like Aesir for several years, I wanted to create a tool positioned between manual and algorithmic trading.
I came up with Cryptocurrency GPT — an AI assistant designed to streamline your trading experience, enabling you to use natural language to access account information, place trades, close orders, and more.
Here’s a demonstration of how it works:
Right now, the tool expects a simple text prompt inside a box, and because it’s connected to Binance, TradingView and Brave APIs it can do a bunch of things such as:
- Manage your crypto portfolio and account
- Plot charts for your for pretty much any coin or asset
- Support you in researching coins and crypto projects
To build this tool, I used Astro, TypeScript and Javascript, and the tool can easily run on your local machine, and will create a simple UI you can interact with on localhost:3000. The tool is Open Source and available on GitHub.