Please describe your proposed solution
The goal is to enable individuals and businesses operating on Cardano to receive notifications when transactions in their favour happen, e.g. to a specific address.
The new service will allow a user to subscribe to a defined blockchain search. An agent will be launched which continuously searches the blockchain and new blocks for matches to the user's search criteria.
If the agent finds matches to the search, then it will communicate these results to the user.
At first only email will be implemented as communication channel. At a later stage a number of additional communication channels can be implemented, e.g. bots on chat systems. For business users such notifications can be delivered through defined interfaces like webhooks, Kafka streams or message bus connections.