Now that payments are in place, we are going to work on:
- CEP-19 for ephemeral gift wraps:
and
- CEP-17 for servers relay list:
Both CEPs are quite minimal but yet beneficial for the ecosystem. CEP-19 provides better privacy guarantees, as servers and clients will be able to use ephemeral gift wraps for encrypted communications. Currently, they use regular gift wraps, which are regular events, and even if the events inside are ephemeral, they are wrapped in a regular envelope. CEP-17 defines how servers can announce relay lists (NIP-65) to improve discoverability.
Simple but powerful! LG!🚀
After this iteration we will come back to CEP-15 introducing common tool schemas, which is a bigger one

GitHub
Issues · ContextVM/contextvm-docs
ContextVM documentation and specification. Alternative link: https://contextvm.github.io/contextvm-docs/ - Issues · ContextVM/contextvm-docs
GitHub
Issues · ContextVM/contextvm-docs
ContextVM documentation and specification. Alternative link: https://contextvm.github.io/contextvm-docs/ - Issues · ContextVM/contextvm-docs
GitHub
[CEP-15] Common Tool Schemas · Issue #15 · ContextVM/contextvm-docs
Preamble Title: Common Tool Schemas Authors: ContextVM-org Status: Draft Abstract This CEP establishes a standard for defining and discovering comm...
Docs: 
With this new payment processor, our SDK now supports three payment processors based on Lightning BOLT11: NWC, LNbits, and now ZAPS⚡ To use it, simply update to the latest contextvm SDK.
The only consideration regarding this payment method is that ZAPS can be faked by the provider of your LN address. If you trust the provider of the configured Lightning address, there is no problem, it could even be your own node. However, if you don’t trust the provider, the ZAP receipt alone is not sufficient to prove settlement. This is not a new issue; it has been discussed and is already covered in an appendix in nip-57
Hope you enjoy!⚡️⚡️⚡️
The code: