Social Lounge Started Jun 8, 2026 8:52 PM

Solving Monero's Multi-Sig Usability Problem - WIP Paper + Looking for Collaborators

5 replies - 807 views - 3 thanks - 1 tippers - 4 watchers

Jun 8, 2026 8:52 PM Last edited Jun 8, 2026 8:53 PM
#1
Multi-Sig Wallet UX

Henlo frens,

I'm working on solving the multi-sig usability problem for Monero.

Here is the technical design document so far - request for comments:

https://konkin.io/_docs/plenum_idea.html

Is anyone here interested in joining the cause?
I'll code it with rust - comments and fellow coders welcome !

3 thanks - 1 tippers - 4 watchers

Replies

Page 1 of 1 - 5 total
Jun 8, 2026 9:24 PM
#2

great initiative there
am not knowledgable about any of that, but i remember reading that so far the multi-sig experience is a massive pain for normal users, like it been clunky or somethin

from a brief reading, paper looks good too, and i remember seeing you on monero.jobs (with actual dev knowledges, which is not because working on unrelated AI tools that it would be that, those are different things)

so hopefully knowledgable contributors could look into it and do the contribution thing there
cheers, thanks on the initiative and the thread
:thumbup:

1 thanks - Otherfren - 0 tippers
Jun 9, 2026 8:17 AM
#3

Went through the paper, sounds good.

When's the CCS campaign going up ?

1 thanks - Otherfren - 1 tippers
Jun 10, 2026 9:15 PM
#4

@H1XMR CCS is actually a good idea, but only for the audit. I'll handle the rest on my own, for now.
Here are my working documents so far: (reviewed by claude fable-5)

I'll vibe-code a polished UI first for you and anyone else who wants to criticize it.
Let me cook for a few weeks.

1 thanks - SpinningCat - 1 tippers
Jul 14, 2026 12:44 PM
#5

User deleted reply.

This reply was deleted by its author.
Aug 9, 2026 10:50 PM Edited Aug 9, 2026 10:51 PM
#6

Update:
I’ve been working on this project since my last post and have already changed the technology and architecture twice.

To have a proper multi-sig wallet, you need more than just a wallet: you need group communication that is both technical and social.

If you have a permanent chat room, questions arise:

  • How exactly are the users communicating?
  • Do they use an already existing technology?
  • If it’s peer-to-peer, how do their wallets discover each other?
  • How is the identity of users handled?
  • Is the group anonymous/Is metadata leaked?
  • How is the state of the thing backed up? You can’t store everything in a seed key.

The project became more of a collaboration suite than just a wallet.

There are already collaboration suites, even cool agentic ones like Jack Dorsey's buzz.xyz — which I like, but its architecture is centralized and aimed at a corporate audience instead of cypherpunks.

So I decided to add more features to my idea and design a collaboration suite that is privacy-first and agentic-friendly (use local models only).
The multisig wallet will basically be a plugin after everything else is ready.

The new project is called https://moltrepublic.ai
You can check out the code here: https://github.com/otherfren/moltrepublic

The state is rough alpha. What works:

  • User identities (deterministic seed)
  • Membership and founding ritual
  • Chat/communication (Nostr/Marmot + Tor)
  • Automated (social) backups and restore from seed
  • Threshold governance (like 2-of-3 multisig to change naming and settings of the DAO)

I’m currently working on a multisig wiki for agentic cooperation and task coordination within the DAO.
Once this is production-ready, stable, and (mostly) bug-free, I’ll have a solid base to implement the last piece: the actual multi-sig wallet.

The wallet will be the toughest part, and I could use help with that.

Is anyone interested in joining my quest?
I need testers as well, feel free to pull the latest version and run it!

0 thanks - 0 tippers

Post A Reply

You must be logged in to reply. Login or register.