-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Utxo signals #4002
base: master
Are you sure you want to change the base?
Utxo signals #4002
Conversation
this looks really interesting. is this part of the new |
This is me just playing around with an idea. Basically you can send a piece of data into a network if you can sign for it with an existing UTXO. I think this could be an interesting primitive for bunch of different use cases. UTXOs could signal approval/disapproval for things, you could signal that you're willing to trade the UTXO, etc. All messages are authenticated with signatures and it's very easy to rate limit or exclude UTXOs based on metrics. |
This can be used for on-chain governance |
Love this idea!! If the signal stores current block height, it could be an indicator to know when something was signaled + also be utilized for rate limiting. i.e only allow signaling once every X blocks. |
Yes, that's one of the ways to rate limit. Since it's UTXO based you can set a plethora of options for rate limiting. |
bstr
for content (efficient nesting)