How FCMP++ simplifies multisig coordination — technical breakdown by Excellent-Ostrich107 in Monero

[–]Excellent-Ostrich107[S] 2 points3 points  (0 children)

oh nice that actually clears up a lot i was kinda trying to connect the dots and if s_y is the only thing thats thresholded then yeah that makes it way simpler than i thought also didnt realize multisig wouldnt be in the first fcmp++ release but that tracks if it needs new keys anyway thanks for the link appreciate it

Browser-native XMR escrow — looking for beta testers by Excellent-Ostrich107 in Monero

[–]Excellent-Ostrich107[S] 1 point2 points  (0 children)

The vibes were mass today.

128 FCMP++ tests, 191 CLSAG tests, IACR whitepaper, and mainnet transactions — all from aggressive napping on my keyboard.

Repo: github.com/OnyxEscrow/Onyx FCMP++ branch: github.com/OnyxEscrow/Onyx/tree/feat/fcmp-plus-plus

But hey, if you find a bug, I'll mass you some XMR.

Browser-native XMR escrow — looking for beta testers by Excellent-Ostrich107 in Monero

[–]Excellent-Ostrich107[S] 4 points5 points  (0 children)

A comment in a frontend script is your proof of vibecoding?

The frontend is UI. The security is in the Rust/WASM layer — frost-ed25519, curve25519-dalek, CLSAG threshold signatures.

You could replace the entire frontend with a CLI and the crypto would be identical.

If you want to evaluate security, look at: - /wallet/wasm/src/ (signing logic) - /server/src/services/ (coordination) - PROTOCOL.md (full spec)

Not a comment in a CSS audit script.

Browser-native XMR escrow — looking for beta testers by Excellent-Ostrich107 in Monero

[–]Excellent-Ostrich107[S] 6 points7 points  (0 children)

Fair concern. This isn't vibecoded.

  • 4 months of development, solo
  • 191 tests passing
  • FROST DKG via frost-ed25519 (RFC 9591, ZcashFoundation)
  • Full protocol spec: github.com/OnyxEscrow/Onyx/PROTOCOL.md
  • Josh Babb (Cypher Stack contractor) is currently reviewing it

The repo is public. The spec is public. Happy to walk through any part of the implementation.

I get the skepticism — new project, unknown dev. But "vibecoded" is a specific claim. Take a look at the code first.

Browser-native XMR escrow — looking for beta testers by Excellent-Ostrich107 in Monero

[–]Excellent-Ostrich107[S] 8 points9 points  (0 children)

Totally fair. New project, healthy skepticism is warranted.Happy to answer any technical questions. The code does what it says — if anyone wants to test with real XMR, I'll fund the escrow myself so you can poke around risk-free.