Skip to content

ADA, Signers, And References

This section contains supporting transaction-body checks.

These queries are not the primary USDM balance proof, but they make the report harder to fool. They show the ADA side of the same network_compliance state movement, the signer distribution of the loaded transactions, and the reference-input shape of the lattice.

What Must Hold

The support checks should be coherent with the main state proof:

  • ADA produced at network_compliance minus spent ADA minus terminal ADA should have zero gap,
  • the largest ADA-producing outputs should explain the large state-rollover values,
  • required-signer counts should match the expected transaction-body shapes,
  • reused reference inputs should be visible as references, not confused with spend ancestry.

Query Roles

flowchart LR
  ada[ADA accounting]
  signers[Required signers]
  refs[Reference inputs]
  main[USDM/state proof]

  ada --> main
  signers --> main
  refs --> main