# DYOR on Bitcoin Lighting Network
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2024-03-05]]
## Synopsis
### General
- [x] [[Awesome Bitcoin Lighting Network]]
### Proposals
- [x] [LNHANCE bips and implementation - Protocol Design - Delving Bitcoin](https://delvingbitcoin.org/t/lnhance-bips-and-implementation/376)
- [x] [Async payments proof-of-payment: a wishlist for researchers](https://lists.linuxfoundation.org/pipermail/lightning-dev/2023-January/003833.html)
### Cryptography
- [x] [Payment Points (PTLC) Series](https://suredbits.com/payment-points-part-1/)
- [x] [[Adaptor Signature]]
- [x] [Secp256k1 Key derivation](https://github.com/lightning/bolts/blob/master/03-transactions.md#key-derivation)
### Cross Chain
- [x] Yunwen Proposal
- [x] [[Li et al. - A review of blockchain cross‐chain technology (Annotations)]]
- [x] [[Guo et al. - Cross-Channel Scalable Off-Chain Channels Supporting Fair and Atomic Cross-Chain Operations (Annotations)]]
- [x] Perun Proposal
- [x] [[DYOR on Cross-Chain Channel Projects]]
- [x] [Giulio Malavolta et al. - Anonymous Multi-Hop Locks for Blockchain Scalability and Interoperability](zotero://select/items/ZLKRDT7U)
### Play Around
- [x] Research [Cross-chain_Virtual_Payment_Channel-Code](https://github.com/doitian/Cross-chain_Virtual_Payment_Channel-Code)
- [x] Try [[Bitcoin Schnorr Signature]] and [[Taproot]]
- [x] Read articles in [BlockstreamResearch/scriptless-scripts](https://github.com/BlockstreamResearch/scriptless-scripts)
- [x] Read code of a [FROST implementation](https://github.com/ZcashFoundation/frost)
### Bitcoin SDKs
- [Bitcoin Dev Kit (github.com)](https://github.com/bitcoindevkit)