-
Notifications
You must be signed in to change notification settings - Fork 1
Resource plan #58
Copy link
Copy link
Closed
Labels
layer:coreRegarding the core protocol (cost tracking, transactional fabric, etc)Regarding the core protocol (cost tracking, transactional fabric, etc)tag:economicsRegarding economics: dynamics, costs, incentives, etcRegarding economics: dynamics, costs, incentives, etctag:governanceHaving to do with governance in general (global,companies, resources, etc)Having to do with governance in general (global,companies, resources, etc)type:discussionDiscussion or ideas for future direction, input welcome (don't be shy)Discussion or ideas for future direction, input welcome (don't be shy)
Milestone
Metadata
Metadata
Assignees
Labels
layer:coreRegarding the core protocol (cost tracking, transactional fabric, etc)Regarding the core protocol (cost tracking, transactional fabric, etc)tag:economicsRegarding economics: dynamics, costs, incentives, etcRegarding economics: dynamics, costs, incentives, etctag:governanceHaving to do with governance in general (global,companies, resources, etc)Having to do with governance in general (global,companies, resources, etc)type:discussionDiscussion or ideas for future direction, input welcome (don't be shy)Discussion or ideas for future direction, input welcome (don't be shy)
Type
Fields
Give feedbackNo fields configured for issues without a type.
When members complete work, they get credits in exchange (yes, exchange, sorry Marx). This is fine for a labor-based economy, but once the system starts tracking resources then the members need a way to pay for the costs of the resources.
The loose idea here is that each product has a resource content for each tracked resource, and that resource content has a standard unit (like grams for iron, liters for crude oil, etc). Now for each tracked resource, we effectively set a per-unit price that is added to the final price of every product.
For instance, if a chair had 15₡ (credits) worth of labor imbued in it, but also used 3kg wood and 4g steel, then the base cost as a price is 15₡, but we need to price in the resources too: wood might be 0.006₡/g and steel 0.04₡/g. Our target price if someone were to buy the chair in-network is now
15 + (3000 * 0.006) + (4 * 0.04) = 33.16.So the resource plan is the ability to set a per-unit price (in credits ₡) on each tracked resource.
Notes: