The Lightning Network (LN) promises scalable Bitcoin payments with stronger off-chain privacy. On the other hand, Standard channel funding transactions exhibit a distinctive on-chain structure that makes them easily recognizable, allowing adversaries to detect LN activity and associate channels with specific wallet clusters. This structural linkability exposes LN users to deanonymization through clustering heuristics and graph-based transaction analysis. This paper proposes a practical extension of PayJoin to the LN channel funding process, transforming the conventional single-funded channel open into a dual-input, collaboratively constructed partially signed Bitcoin transaction (PSBT). By allowing both channel participants to contribute inputs during channel creation, the resulting on-chain transaction becomes statistically and structurally indistinguishable from an ordinary Bitcoin payment. We implement and evaluate the proposed approach through repeated testnet experiments using Bitcoin Core and LND, comparing standard single-funded channels with the proposed PayJoin-funded channels. Through our evaluation of privacy metrics and clustering resistance, we demonstrate that PayJoin-based channel funding significantly reduces the on-chain identifiability, providing measurable anonymity gains over standard channel-opening methods. These results confirm that PayJoin-assisted channel funding provides a deployable and effective enhancement to Lightning’s on-chain privacy without modifying the underlying LN protocol. |