.. _module-splice-dso-amuletprice-58480: Splice.DSO.AmuletPrice ====================== Templates and code for the SVs to agree on a amulet price using median\-based voting\. Every sv can change its desired amulet price at any time they like provided they wait at least one tick duration (2\.5 minutes by default) between changes\. New ``OpenMiningRounds`` are always openened with the median of the amulet prices voted for by the SVs\. Templates --------- .. _type-splice-dso-amuletprice-amuletpricevote-96658: **template** `AmuletPriceVote `_ A vote by an SV for their desired amulet price\. Signatory\: dso .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - dso - `Party `_ - * - sv - `Party `_ - * - amuletPrice - `Optional `_ `Decimal `_ - Set to None for new svs, but defined thereafter\. * - lastUpdatedAt - `Time `_ - The last time this price was updated\. Tracked to limit svs from changing their vote more than once per tick\. + **Choice** Archive Controller\: dso Returns\: () (no fields) Functions --------- .. _function-splice-dso-amuletprice-fetchmedianamuletprice-30507: `fetchMedianAmuletPrice `_ \: `Party `_ \-\> \[`Party `_\] \-\> \[`ContractId `_ `AmuletPriceVote `_\] \-\> `Update `_ `Decimal `_ .. _function-splice-dso-amuletprice-median-98146: `median `_ \: \[`Decimal `_\] \-\> `Decimal `_ See https\://en\.wikipedia\.org/wiki/Median