ADV
Confirmed
ADV2
Confirmed
ADV3
Confirmed
Confirmed performance is the percentage of blocks confirmed on chain against leader slots (not including stolen or ghosted blocks). Confirmed performance is reduced by missing and invalid blocks which are nominally caused by the operator.
We track a large number of metrics to ensure that the ADAvault pools are reliably minting blocks including:
- leader slots,
- the ideal number of leader slots per epoch, based on pool stake,
- luck, which is the percentage of leader slots to ideal;
- and lastly, the actual blocks confirmed on chain.
Leader slots are assigned to the Cardano node by a Verifiably Random Function (VRF). The VRF will always average over time to 100% luck but there can be significant short term variance, particularly when pools are smaller.
ADV performance
The graph shows leader slots assigned, ideal allocation based on stake, luck (percentage leader against ideal); and lastly, the actual blocks which were confirmed on the blockchain. We show tabular data below for the last 20 epochs.
Epoch | Lead | Ideal | Luck | Confirm | MGSI* |
* M=Missed, G=Ghosted, S=Stolen, I=Invalid (see below for more details).
There were stolen and ghosted blocks in some Epochs where an assigned block was minted by another pool. This is a standard part of the Ouroboros Praos protocol with the decision based on the pool VRF key. See discussion on implementation here https://github.com/input-output-hk/ouroboros-network/issues/2014
ADV2 performance
ADV2 shows a similar overall performance profile as ADV which is expected given the pool has similar stake and runs on an equivalent hardware and software stack. Again, please note the ghosted and stolen blocks which become more likely as a pool gets closer to 100% saturation.
Epoch | Lead | Ideal | Luck | Confirm | MGSI |
ADV3 performance
Historical slot leader allocation for ADV3 has been more variable as the pool was smaller, average luck is consistent with the larger pools but with greater variance across epochs. There have also been less stolen and ghosted blocks as the potential for VRF collisions with other pools is proportionately smaller. However ADV3 has now grown to roughly the same size as the other pools and we expect overall performance to converge.
Epoch | Lead | Ideal | Luck | Confirm | MGSI |
Key to headings
Leader: Number of slots scheduled to lead and mint block
Ideal: Expected number of leader slots based on active stake
Luck: The percentage of leader slots assigned vs ideal
Confirm: Number of blocks created and subsequently validated on-chain
Invalid: Node attempted but failed to create block (for unknown reasons)
Missed: Scheduled at slot but no record of it in cncli DB and no other pool has made a block for this slot
Ghosted: Block created but marked as orphaned and no other pool has made a valid block for this slot, possibly due to height battle or block propagation issue
Stolen: Another pool has a valid block registered on-chain for the same slot, possibly due to VRF contention and more than one pool assigned to the slot
Historic performance data is refreshed hourly, there will be some lag against the real time statistics for block production in the current epoch.
Monitoring
ADAvault uses Prometheus and Grafana to monitor the infrastructure that we operate, and collect data from node instances. Delegators have complete transparency on pool operation and performance, with access to a subset of the same real time monitoring dashboard as our Ops team.

Resource utilisation for memory network and CPU is low, and there is significant capacity on the existing hardware for blockchain growth as smart contracts adoption increases. Performance tuning is carried out periodically for releases with a number of improvements recently implemented for time synchronisation and file systems (xfs from ext4).
Stake pool operational availability remains near 100% and the Cardano node software has proven to be very stable. We always allow for a comprehensive soak test on the passive nodes when compiling new releases.
Latency
ADAvault has very low latency measurements for connectivity to peers. This is important as it increases the likelihood that the blocks minted by the stake pools are adopted on chain. Real time details are available from PoolTool.io who measure propagation delays across all registered pools.


The important latency number is not the average (or median) at ~300ms, but the mode (or most frequently occurring latency) which is ~100ms. The reason the average is less relevant is that it is skewed by the very infrequent long tail which could be reduced by connecting to close geographical peers, but has the side effect of making the network weaker and reducing global block propagation.
For comparison it takes approximately 200ms to send a ping request half way around the world. Therefore we can see that 100ms for the mode is towards the lower theoretical bound for latency.
We regularly review global peer connectivity, and are confident the pools have excellent performance characteristics for reliable block production.