Budget: 27000 UAH Deadline: 18 days
Good day.
I have reviewed the task. This is not about a regular parser, but about a low-latency event radar in Solana: connecting to multiple nodes, merging streams without duplicates, raw parsing of transactions and instructions, and quick impact detection without relying on external aggregators.
I can take this on in Python as a separate ingestion/processing pipeline:
connecting to multiple streams,
normalization and deduplication of transactions,
extracting necessary swap/liquidity events,
calculating impact in real-time,
filtering by specified thresholds,
outputting signals in the required format.
I would like to highlight an important technical point: requirements such as high coverage and very low latency need to be fixed through a specific architecture in the first phase, rather than promising "in general" terms. In this project, it is critically important to immediately determine:
which specific sources of the stream we are using,
which DEX/types of instructions we cover in the first version,
how we calculate squeeze/impact,
and what format of the result is needed at the output.
I would suggest doing this in stages:
MVP core with ingest, deduplication, raw parsing, and basic detection;
refining filters and rules;
measuring latency/coverage on your infrastructure;
further optimization for real load.
On my part, I can provide a neat implementation with a proper code structure, logging, metrics, and the possibility of further expansion. If you already have a paid private node, this significantly simplifies the start.
Before starting, it is advisable to clarify 4 things:
which specific protocols/pools we support in the first version;
what we formally consider squeeze;
where exactly we send the result;
whether deployment in your environment is included, or I provide the ready code and launch instructions.
I am ready to discuss the MVP within technically clear boundaries without inflated promises.