-
Notifications
You must be signed in to change notification settings - Fork 0
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
Waku as sovereign chain #84
Comments
Completely agree with you thoughts on this and it makes sense to not depend on an external chain which has a huge state to sync and maintain for just running a node that does p2p communication.
Not sure how this would be gauranteed though. Maybe i am missing something here. |
Let me rephrase. I meant that if we introduce consensus in waku, not just for rln but for other (to be explored) things, the guarantees could be higher. Having consensus allows to better measure the actions that you want to reward/penalize. So these actions would be backed by onchain incentives rather than being just "best effort". Note that I'm referring to the "actions" beyond the current slashing with RLN. |
If a sovereign chain is used, what currency would be used for purchasing RLN membership? |
Some notes from the token economics perspective:
|
few thoughts:
Can we first quantify this somehow? i.e. Having sovereign chain has better guarantees than WN sync'ing with a cheap, MINA style state chain? |
If we see this as a potential path. Assuming that using Nomos is the final goal.
From a product/developer experience/user experience perspective, we still have open problems. Let's say a dapp dev has a smart contract on Arbitrum and we deployed RLN on OP. It means that users or dev need to interact with both chains already, with potential bridging issues/friction. |
Depends on many things, but most likely with our own chain, we would reuse everything, but deploy it in our chain instead. But ofc, the difficult thing is having our own chain. So by now, i would leave this idea as a thought, not affecting the current RLN plans. |
Another con of a sovereign chain is that it reduces the composability of Waku smart contracts. |
I've recently had a conversation with @jm-clius about "consensus" at various layers of Waku w.r.t. message reliability. I'd suggest we have a joint talk with the Nomos team about this at the upcoming All-Hands in Athens. A few notes:
|
Tangentially, can we not build some kind of L2 since nodes agree on ordering of messages by virtue of using RLN? |
Every decentralized protocol can be designed as:
Before the introduction of RLN, waku was an isolated protocol that didn't require any external interactions. But with the introduction of RLN as an smart contract deployed on an existing chain (Ethereum), it started becoming i). This issue discusses the possibility of waku becoming ii), its own sovereign chain with its own nodes, consensus, state, etc.
The current approach i) has the following pros:
But it has some cons:
Switching to ii) would be non-trivial, since it will imply:
Some unorganized thoughts:
The text was updated successfully, but these errors were encountered: