-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amount Organization #84
Comments
I think the next steps are so that the starting comment of this issue
|
Regarding agreement, I don't know if it's the best way to progress, but I suppose any plan is better than no plan. |
I think "stable base" doesn't quite capture it, since this is a straw man. To me our conversation was more about about defining the boundaries of the design space, using extreme examples. The other side is cost/weight optimal: assuming no fees, or more realistically fee market is efficient (unpredictable) the cost optimal strategy is to always spend all of the wallet's UTXOs whenever a payment needs to be made, so that after every payment the entire balance is consolidated to just a single UTXO (so the only way to grow the wallet's UTXO pool is to receive new coins which will be consolidated on the next payment). Between these two extremes we can imagine strategies that optimize for a healthier balance instead of privacy at all costs or smallest blockspace requirement. Weakening the simplifying assumptions about fees, standardness etc further constrains this space, but fortunately solutions present themselves to these real world issues when trying to provide a more balanced approach. Going through these in a systematic way is precisely the reason why I wanted to introduce these straw men examples. For example for the standard denominations in use I think the choice is not just a binary choice between powers of two and powers of ten, and I have many opinions about how fees should be structured (both the mechanism design/incentive model, and the practical considerations). Anyway the point of this is that we can just use powers of two or powers of ten in the discussions interchangiably depending on which is clearer in the context of the discussion, since we're still in straw man territory it realy doesn't matter right now (in math speak, "assume x without loss of generality"). The next step I would like to take is to start building from the privacy optimal side with cost/weight optimizations that are equivalent in terms of privacy, and first remove our simplifying assumptions, and then revisit the questions of starndard denominations, incentives, prepaid fee tokens, etc. |
Motivation
In this issue I would like to gain consensus slowly on the amount organization by establishing a stable base and expanding it with various ideas.
Objectives
Question: What about the changes in sends?
Changes can be considered as received coins.
Step by Step Protocol
1. Maximum Privacy
From here on, up until noted otherwise
isStandard
checks are non-existents (dust limit, max tx size, max mempool chain, max input number, etc..)Our objectives with maximum privacy could be achieved by
Issue: Costs
An immediate issue we must resolve is that this scheme would operate with millions of inputs and outputs.
2. Introducing Standard Denominations
There are numerous ways standard denominations could be introduced to resolve our issue with the cost. It's most reasonable to introduce standard denominations those can be decomposed with each other, so for example using prime numbers would be a bad idea.
Design Decision to be made:
In this case, our scheme would look like this:
The text was updated successfully, but these errors were encountered: