[A bunch of ideas in 15mins]
A Cardano to Bitcoin Lighting Pipe
… a payment protocol built on bitcoin intended to enable fast transactions among participating nodes and has been proposed as a solution to the bitcoin scalability problem.

Can we go from Cardano to BLN?
(timeout, lock, payer, payee)payee; Before timeout; Has
secretpayer; After timeouthash(secret) == lockT and lockT - delta and locksubs) funds owedAn embarrassingly simple L2
amount = int
signature = bytestring .size 64
iou = #6.121( [ amount, signature ] )
tag = bytestring
message = #6.121( [ tag, amount ] )
Not IOUs, but cheques + squashes
cheque_body = [index, amount, timeout, lock]
cheque = [cheque_body, signature]
excludes = [* index]
squash_body = [amount, index, excludes]
squash = [squash_body, signature]
unlocked = [cheque_body, signature, secret]
receipt = [squash, [*unlocked]]
required_signers)