Skip to content

Commit d6d5c3e

Browse files
committed
Lightning Address
1 parent 9a44cbd commit d6d5c3e

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

docs/lightning-address/fees.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
3+
---
4+
5+
# ZEUS PAY Fees
6+
7+
Our self-custodial lightning address incurs the following fees:
8+
9+
| Amount sent to you | Fee |
10+
| ----------------------------------------- | ------------- |
11+
| <= 20 sats | 50% |
12+
| <= 2500 sats | 10% |
13+
| > 2500 sats | 250 sats |
14+
15+
# Why so much?
16+
17+
You're paying not only for us to host the infrastructure and process payments, but to hold the payments up to 24 hours; there's a real cost to keeping those sats in transit and using an HTLC slot on our channel.
18+
19+
Learn about [how Zaplocker payments work](https://github.com/supertestnet/zaplocker#how-it-works).

docs/lightning-address/intro.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
3+
---
4+
5+
# ZEUS PAY self-custodial lightning addresses
6+
7+
In ZEUS v0.8.0 we are offering up a self-custodial lightning address that we're calling ZEUS PAY. This is the first ever offering of a self-custodial lightning address in a mobile app.
8+
9+
ZEUS PAY leverages user-generated preimage hashes, hodl invoices, and the Zaplocker Nostr attestation scheme to allow users who may not be online 24/7 to receive payments to a static lightning address. Users just need to log in to their ZEUS wallets within 24 hours to claim the payments, otherwise they will be returned to the sender.
10+
11+
We hope that more wallets adopt this scheme to improve the UX for their users. But even without any updates, ZEUS PAY can easily receive payments from all lightning-enabled Bitcoin wallets today.
12+
13+
Furthermore, ZEUS PAY can function as an onboarding method. Users have the ability to automatically request new channels from our LSP, OLYMPUS by ZEUS, with the service.
14+
15+
We think this is a fantastic solution for service workers, nomads, dissidents, and others to accept tips and donations without sacrificing custody. We eagerly look forward to all the new people that are onboarded to Bitcoin with this new functionality.
16+
17+
ZEUS PAY is available, not only just to embedded node users, but also remote LND users.
18+
19+
Learn about [how Zaplocker payments work](https://github.com/supertestnet/zaplocker#how-it-works).

docusaurus.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ const config = {
7070
position: 'left',
7171
label: 'Lightning Service Provider',
7272
},
73+
{
74+
type: 'doc',
75+
docId: 'lightning-address/intro',
76+
position: 'left',
77+
label: 'Lightning Address',
78+
},
7379
{
7480
type: 'doc',
7581
docId: 'pos/overview',

sidebars.js

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ const sidebars = {
6969
'lsp/fees',
7070
'lsp/api',
7171
],
72+
lightningAddress: [
73+
'lightning-address/intro',
74+
'lightning-address/fees',
75+
],
7276
pos: [
7377
'pos/overview',
7478
'pos/setup',

0 commit comments

Comments
 (0)