Accounting

The accounting mechanism is similar to the scoring mechanism but instead of forming a consensus on the scoring of each subnet node, an accountant submits the current state of the subnet.

Validator

At the start of each epoch, a blockchain validator will choose a subnet accountant (for each subnet) at random. This subnet accountant must submit each peer's scoring.

The subnet must always be listening for this to know which subnet node is responsible for submitting the data on that epoch.

Note:

Rewards are not given to accountants. If a subnet wants to give rewards to successful accountant submissions, it can do so by including it within the scoring mechanism.

Submission

Each subnet must submit validation data to the blockchain per epoch of the scoring of each peer.

The blockchain accepts arbitrary data as long as the subnet nodes agree on the data. This data can be anything, a unique subnet CID, an IPFS CID, plain data, etc.

Each subnet must have a way to decode this data in the subnet so other subnet nodes can verify it.

Last updated