Logos Collective Weekly Summary

Week 28, 2026 (July 13, 2026)

1
Teams Reporting
10+
PRs & Updates

Note: Only AnonComms has reported so far this week. Other team sections will be added as updates land.

Key Highlights

AnonComms

LIONESS-based Sphinx payload encryption implemented for the libp2p mix protocol, preserving message integrity end-to-end.

AnonComms

Payment streams on-chain spec published as a LIP and end-to-end Store integration demo presented at Townhall.

AnonComms

Doc packet published for sending sender-anonymous messages over the testnet-0.2 mix network via Logos Chat, routed sender-unlinkably through a 3-hop mixnet.

AnonComms

Zerokit v3.0.0 rearchitecture progresses — PR12 and PR13 merged into develop/v3.0.0; PR14 covering docs and cleanup in flight.

AnonComms

RLN module ported to the Logos Core Rust SDK; Keycard device key explored as an authentication method for acquiring RLN membership.

Establish libp2p mixnet

^

Modify Sphinx payload encryption to preserve payload integrity

  • Test by integrating with Logos Delivery

Specify and implement extended DoS and exit node abuse protection for libp2p mix

  • Fixed the clientMode implementation so the chat app no longer advertises itself as a mix node
  • Researched non-RLN alternatives for DoS protection (Tor guards/PoW, Loopix and Nym gateway rate limiting, Nomos Blend's Proof-of-Quota + Proof-of-Selection)
  • Investigated a candidate sender-side quota + provable-selection design; identified a SURB header bloat issue similar to sender-generated RLN
  • Address any other errors/issues observed
  • Write up the RLN-vs-alternatives comparison as a research note; unblock and rebase the stake-weighted RLN spec

Develop service incentivisation

^

Specify on-chain component for payment protocol

  • Merged LIP PR 299, adding an on-chain component section and overall improvements to the LIP-155 payment streams spec
  • Published the on-chain specification for the payment protocol as a LIP
  • Further updates depend on upcoming milestones (TBD)

Implement MVP payment protocol

  • Further work depends on upcoming milestones

Deliver de-MLS for p2p group messaging

^

Integrate de-MLS into Logos Chat

  • Implemented the WallClock service
  • Covered the recovery path for when one steward goes offline
  • Run libchat and perform manual testing
  • Work on the initial state design idea

Implement RLN membership allocation service

^

Specify and implement RLN membership allocation service

  • Ported the RLN module to the Logos Core Rust SDK
  • Updated the Logos Delivery/Chat RLN simulation
  • Experimented with using a Keycard device key as an authentication method for acquiring membership
  • Integrate Keycard with the simulation
  • Draft specs for the RLN membership management module

Create a basic capability discovery module

^

Integrate and dogfood capability discovery in Logos Delivery

  • Tested service discovery in collaboration with the DST team
  • Opened a PR fixing IP-similarity scoring for IPv6 — nim-libp2p PR 2805
  • Merged the service table bootstrap PR
  • Address review comments on the IPv6 PR
  • Dogfood the new libp2p version

Maintain and expand the Zerokit library

^

Rearchitecture Zerokit to support enum-based runtime configuration

  • Continue addressing PR14 comments and merge to master

Develop a decentralised oracle for LEZ

^

Specifying oracle mechanism

  • Explored alternative design approaches for the oracle mechanism
  • Consolidate on the appropriate approach and move forward