- At the moment, the bot processes requests in a **synchronous** mode, which in the future will lead to **incorrect** data processing. - **Main goal**: rewrite synchronous bot code to asynchronous - _Alternative option_: write state-machine, but this option is too complicated