Coordifier - A watchtower plugin for your node that continuously audits coordinators for honesty, stability, and liquidity #14793
Kruwed
started this conversation in
Ideas for future
Replies: 1 comment
|
See also: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Requires a full node, Tor, and access to Nostr. Here is a rough draft of the spec.
Honesty:
-No endpoint collision advertised [Pass/Fail]
-No new inputs in blame rounds [Pass/Fail]
-No coins that don't exist [Pass/Fail]
-No invisible rounds [Pass/Fail]
-No duplicate rounds [Partially deniable]
-No spent coins [Partially deniable]
-Fidelity bonds [Extra reputation]
Stability:
-Success rate [Input registration attempts | Signing attempts]
-Time in mempool [Target 10 mins]
-Number of inputs dropped during registration [Completely deniable]
-Value of inputs dropped between rounds [Completely deniable]
Liquidity:
-Round size [Numeric scale]
-Round value [Numeric scale]
-Input anon score [Numeric scale]
-Output anon score [Numeric scale]
-Remixed inputs [Numeric scale]
-Remixed inputs [% value]
-Whale change outputs [% value]
-Payment outputs [% value]
Cost:
-Total mining fees paid [Cost of Sybil attacker]
-Bitcoin days destroyed [Liquidity of Sybil attacker]
-Overcharged mining fees [Wasteful coordinator]
-Discarded dust [Contributions from altruistic coordinators]
-Claimed dust [Coordinator's opportunity cost]
All reactions