diff --git a/README.md b/README.md index 5768080f1..c686a9bbc 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ ## Overview -Passivbot is a trading bot written in Python to automate trading on exchanges. -The philosophy behind the bot is to have a bot that you can simply run and forget about. -The goal is to make the bot make 1% profit daily, where the compound interest will strongly increase -profit over time. +Passivbot is a trading bot written in Python to automate trading on exchanges. +The philosophy behind the bot is to have a bot that you can simply run and forget about. +It is observed that prices in a market will fluctuate up and down, creating opportunities for capitalizing on the noise. +The bot's purpose is to automate the harvest. Passivbot operates on futures markets based on trading ticks provided via websocket, and can run completely autonomously.