diff --git a/README.md b/README.md
index 397591d..6726b98 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ PlebDevs is an open-source platform that combines educational content, community
- Free content available to all (viewable on any Nostr client) and zappable
- Premium content purchasable with Lightning or through a PlebDevs subscription
- Subscription options:
- - Pay-as-you-go: 70,000 sats - One-time payment for one month of access
- - Recurring: 70,000 sats/month - Automatic renewal via Nostr Wallet Connect
+ - Pay-as-you-go: 50,000 sats - One-time payment for one month of access
+ - Recurring: 50,000 sats/month - Automatic renewal via Nostr Wallet Connect
- ⭐️ **Subscription Benefits**:
- Full access to all paid content
- 1:1 calendar for tutoring/help
diff --git a/src/components/bitcoinConnect/SubscriptionPaymentButton.js b/src/components/bitcoinConnect/SubscriptionPaymentButton.js
index 1c78083..d0ad66f 100644
--- a/src/components/bitcoinConnect/SubscriptionPaymentButton.js
+++ b/src/components/bitcoinConnect/SubscriptionPaymentButton.js
@@ -27,7 +27,7 @@ const SubscriptionPaymentButtons = ({ onSuccess, onError, onRecurringSubscriptio
const router = useRouter();
const lnAddress = process.env.NEXT_PUBLIC_LIGHTNING_ADDRESS;
- const amount = 70000;
+ const amount = 50000;
useEffect(() => {
initializeBitcoinConnect();
@@ -92,7 +92,7 @@ const SubscriptionPaymentButtons = ({ onSuccess, onError, onRecurringSubscriptio
const initNwcOptions = {
name: "plebdevs.com",
requestMethods: ['pay_invoice'],
- maxAmount: 70000,
+ maxAmount: 50000,
editable: false,
budgetRenewal: 'monthly',
expiresAt: yearFromNow,
@@ -257,7 +257,7 @@ const SubscriptionPaymentButtons = ({ onSuccess, onError, onRecurringSubscriptio
Manually enter NWC URL
- *make sure you set a budget of at least 70000 sats and set budget renewal to monthly + *make sure you set a budget of at least 50000 sats and set budget renewal to monthly {The subscription is 70,000 sats per month.
+The subscription is 50,000 sats per month.