Telegram bot designed to help users make smarter investment decisions when buying or selling cryptocurrencies.
TradePilot is a Telegram bot designed to help users make smarter investment decisions when buying or selling cryptocurrencies. By analyzing current market data and sentiment, TradePilot offers context-aware advice before executing any trade. If the market conditions are unfavorable, the bot notifies the user and halts the trade unless the user explicitly confirms.
In today's fast-paced crypto markets, making quick, well-informed decisions is crucial. TradePilot is built to be your co-pilot in the world of digital asset trading. When a user sends a buy or sell command via Telegram, TradePilot first examines the market conditions and sentiment. If the market signals are weak or negative, the bot will warn the user rather than executing a potentially risky trade. This helps users avoid poor entry or exit points and manage risk more effectively.
No doubt AI and blockchain are the perfect marriage, if implemented correctly. An AI agent gets superpowers when having access to a crypto wallet and to the vast amount of protocols that reside in the blockchain.
I used the super powerful Eliza framework that allowed me in just a couple of days to build a Telegram bot that interacts with users in natural language, makes a complete market and token analysis based on the operation(Buy/Sell) requested by the user, and executes swaps if the market conditions are the appropriate, helping retail investors making better and informed investing decisions.
I used the Eliza framework for creating TradePilot. I created a plugin with the bot functionality using the plugin-coinmarketcap as the starting point, and added the Tavily SDK implementation to create a full context of what is happening in the markets mixing real time token data from CoinmarketCap with latest news about the markets from Tavily. I'm also using the plugin-evm for starting the token swaps. The bot is using also the Telegram client to interact with users through Telegram in natural language.