zeus-research-frontier

Scopes research and roadmap work for the Zeus self-custodial Lightning wallet repository.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/aswin-dev-debug/Ai-Finance-analyzer --skill zeus-research-frontier-aswin-dev-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeus-research-frontier
Source: https://github.com/aswin-dev-debug/Ai-Finance-analyzer/tree/main/lib/zeus-contrib/zeus/.claude/skills/zeus-research-frontier
Command: npx skills add https://github.com/aswin-dev-debug/Ai-Finance-analyzer --skill zeus-research-frontier-aswin-dev-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing what to build next in a large Lightning wallet codebase is hard: stalled branches, disabled UI, dead dispatch methods, and unverified novelty claims scatter across the repo. This Skill consolidates the maintainer-endorsed research directions, concrete file-level starting points, and the proof standards required before making any public claim about Zeus. ## Core Features & Use Cases - Four endorsed research directions: self-custodial UX parity (LSPS7, JIT channels, NWC background delivery), protocol leadership (BOLT12 offers, Cashu NUT-15, BIP-321), multi-backend robustness across 7 backends, and privacy leadership (Tor gaps, TLS defaults, stealth mode). - File-level entry points: each direction lists exact files, grep commands, and known issues such as the fenced LSPS7 refund UI in views/LSPS7/index.tsx and the unimplemented payLightningInvoiceStreaming dispatch. - Novelty claim governance: proof obligations for public claims including prior-art surveys, third-party reproducibility, verifiable builds, and the no-oversell rule tied to supports* capability gates. - Use Case: A contributor wants to pick up stalled work on the bip-321 branch. The Skill identifies the branch commit, the files it touches, and the concrete rebase-and-retest steps, plus which related skills govern storage or payment-path changes. ## Quick Start Ask the assistant to load the zeus-research-frontier skill and recommend which research direction or stalled thread to pick up next in the Zeus repository.

Frequently Asked Questions about zeus-research-frontier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide what to work on next in the Zeus Lightning wallet repo?

Load this Skill to review the four maintainer-endorsed research directions: self-custodial UX parity, protocol leadership, multi-backend robustness, and privacy leadership. Each direction lists concrete first steps with exact file paths and grep commands to verify current state.

How do I pick up stalled Zeus branches like bip-321 or android-16kb-page-size?

The Skill documents each stalled thread with its commit hash, date, and touched files. For bip-321, the pickup path is rebasing commit 3c1210922 onto master and re-testing the receive flow in views/Receive.tsx.

Can Zeus publicly claim to be first at a Lightning wallet feature?

Only after meeting standing proof obligations: a dated prior-art survey, third-party reproducibility from a tagged release, and confirmation that a supports* gate returns true on a shipping backend. Disabled code and stalled branches count as in progress, never as supported.

When should I not use this research scoping skill?

Do not use it for methodology on turning ideas into accepted changes, concrete analysis recipes, storage migrations, or domain theory on BOLT12 and Cashu. Those belong to sibling skills like zeus-research-methodology, zeus-proof-and-analysis-toolkit, and zeus-lightning-reference.

What privacy gaps exist in Zeus Tor support?

Verified gaps include WebSocket streams in backends/LND.ts bypassing Tor, three unfetched .onion LNURL TODO sites, TLS cert verification defaulting to false in SettingsStore, and CLINK refusing .onion relays. Each gap has grep commands for re-verification.