Computes the aggregate price a decentralized oracle network would publish from a set of individual submissions, and gives that print its own citable execution_hash. Four aggregation mechanisms are supported, each named by how it works rather than by any venue that runs it. Supply an optional prev_print_hash and a series of same-pair prints becomes a walkable chain; omit it and the output is byte-for-byte the unlinked print.
The demo values below are synthetic and already loaded, so you can press Run without entering anything of your own.
Two implementations that disagree on the stake-weighted median convention produce different execution_hash values on identical inputs. This node pins the frequency convention explicitly and rounds every emitted number to a fixed decimal count, so the artifact is reproducible rather than merely plausible.
A mark-price history is only citable if the prints are linked. Supply the previous print's execution_hash and this print cites it: the artifact's chain.parent_hashes and chain.parent_tool_ids populate, and the print reports itself as chained. Leave it blank and the wiring contributes nothing at all, so the artifact is byte-identical to one produced with no lineage support. The citation lives in policy_parameters, so it is inside the hash; the chain fields sit outside the hash preimage, so populating them never moves the number.
It does not fetch, verify, or attest any price. Every submission, weight, confidence, timestamp and submitter identifier is supplied by you and merely asserted. It models the aggregation step only: the commit-reveal phase that precedes aggregation in most real networks is not represented, so nothing here shows whether a submission was validly committed before it was revealed. The outlier penalty rate is an informative readout computed from the stated formula, not an assertion that any penalty was applied or by whom.
ART-561 consumes prints from this node: a basket valuation needs one rate per pair, and citing the print each rate came from is what makes the basket value auditable rather than merely stated. Cite this node's execution_hash, aggregated_price and aggregation_method when composing a basket or mark-price evidence pack.