I like some aspects of a project I'd like to build with Cosmos can it be done?

I was looking at some recently posted whitepapers, and I found one that I thought was really interesting. It’s overly complicated, but the minting feature was unlike anything I’ve ever seen, and I’d like to try to incorporate it into my own coin, and AI seems to suggest this could be done via Cosmos SDK. I’d like to get a second opinion before I dive headfirst into what will be a long and tedious project for me. The project goes a lot further than I care to go. I like the 3-way reward split idea, the escrow hold, and the public/private transactions idea. Much of it is beyond the scope of what I need/want out of it. I don’t need ZK-Liveness Proof, Node Sharding, Juries, etc. Any feedback regarding feasibility is appreciated.

The project is the MoziHayek/Nomos-Protocol on GitHub Whitepaper 1.6v

I think parts of this could be built on cosmos if you approach it as a custom appchain instead of trying to add it to an existing chain. The three way reward split and escrow logic should be doable with a custom cosmos sdk module since the sdk is made for this kind of application logic. The harder part would probably be the public and private transaction model because real privacy usually needs heavier cryptography and that is not something cosmos provides out of the box. If the goal is mainly to experiment with the economic model from nomos then cosmos could be a good place to prototype it but I would start with reward split and escrow first and only add privacy later

2 Likes