This is an experiment, not a product, and it is not part of
the paid services on this site. It is published here so it can be tried on a
real phone.
It runs on XRPL devnet only. It does not touch mainnet
and cannot move real XRP. The Batch amendment it depends on is not
active on mainnet until 29 September 2026.
No cryptographer has reviewed it. The protocol is
built from standard pieces — X25519, Ed25519, XChaCha20-Poly1305, a
Double Ratchet — but assembling standard pieces correctly is exactly
where this kind of software usually fails. Assume it is broken in some
way nobody has found yet.
Do not use it for anything that matters. Not for
anything private, and not for anything you would be harmed by losing.
It is a debug build, signed with a debug key. Android
will warn you that it comes from an unknown source. That warning is
correct and you should not learn to ignore it.
What it does do: messages are split across several payments inside one
all-or-nothing Batch transaction, scattered over a shared pool of accounts
that every user reads, so the server answering those queries learns who is
online but not who talks to whom. Message contents are end-to-end encrypted
with forward secrecy.