Tracked process governance #137
Labels
layer:core
Regarding the core protocol (cost tracking, transactional fabric, etc)
project:paper
tag:economics
Regarding economics: dynamics, costs, incentives, etc
tag:governance
Having to do with governance in general (global,companies, resources, etc)
type:discussion
Discussion or ideas for future direction, input welcome (don't be shy)
Milestone
This issue extends #140
In our cost tracking, we currently catalog
labor
,labor_hours
, andresources
. However, in the context of ecology which is core to the project, cataloging the processes that transform or transport resources is essential. Either we should add another section forprocesses
or somehow lump it in withresources
.The tricky thing here is that although resources can be tracked in numeric units (10g iron, 5L oil, etc), finding standard units for processes might not make sense.
ValueFlows handles this by crawling back the tree, but in the case of global production networks, traversing this immense network every time we wish to derive the information for price calculation would be infeasible. This is why we bundle ongoing costs in a feed-forward, semi-aggregate manner. It allows us to carry the pertinant information forward as it flows through the system. We need some way of doing this with resource/process pairs.
So, like #17, we will want to catalog various processes that can transform resources and allow some amount of assignment of cost to thos processes in whatever quantities they are engaged in. Because we may be tracking resource origins (ie, lumber from X forest in Oregon, or iron from Y mine in northern MN), it might make sense to also attach process information here as well, and price resource-process pairs by the units the resource uses. Thus, some resources might have a flat price attached to them, like lumber. However, if we burn the lumber to create a fire that is used in the creation of another resource (far fetched, but just an example), then the 10kg lumber becomes 10kg burned lumber, which could have both the cost of the lumber + the cost of burning 10kg lumber.
The same mechanisms as resource tracking would have to occur here: the bloc burning the lumber assigned the cost of the burned lumber to whatever resource is output from that process. When another company orders that resource, the burning bloc gets a refund for the cost of the burn (almost as if they had mined a resource). This promotes tracking the burn process accurately.
The text was updated successfully, but these errors were encountered: