Skip to content

Commit c969584

Browse files
committed
improve fetch wallet info section a bit
1 parent f847517 commit c969584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/blog/2025-10-29-web-monetization-open-payments-part-1-connecting-wallet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Let’s go through each of these steps:
7979

8080
### Fetch Wallet Information
8181

82-
The first step is fetching your wallet's core details, based on the wallet address you provide in the pop-up. The wallet address server provides us with a response that defines two critical endpoints: the authorization server (where to ask for payment authorization) and the resource server (where to send the money from). It also includes details about your wallet, such as its currency (e.g., USD, EUR) and its asset scale for precise calculations.
82+
The first step is to retrieve your wallet's essential details based on the wallet address entered in the connect wallet form in the pop-up. The wallet address server provides us with a response that defines two critical endpoints: the authorization server (where to ask for payment authorization) and the resource server (where to send the money from). It also includes details about your wallet, such as its currency (e.g., USD, EUR) and its asset scale for precise calculations.
8383

8484
### Budget and Pay Rate
8585

@@ -102,7 +102,7 @@ Next, we need to create the `outgoing-payment` grant itself. This grant authoriz
102102
This grant has an upper _limit_ on the total amount the extension can debit from your account, which we refer to as the budget. It is crucial to understand that no money is debited from your wallet at this stage; the grant is merely a permission to spend _up to_ the specified budget amount.\
103103
In case your account balance temporarily falls below your budget, payments will fail. The extension can seamlessly resume spending from the same grant once you add new funds.
104104

105-
You can choose to set your budget for automatic monthly replenishment. When you enable this option during wallet connection, the extension creates a recurring grant by adding an interval parameter to the grant request. This grant will automatically reset your spending limit each month, allowing you to spend up to your chosen amount without requiring a new approval each time your previous funds are utilized. Remember, the monthly limit is just an upper boundary; any remaining budget at the end of the cycle will stay in your wallet.
105+
You can choose to set your budget for automatic monthly replenishment. When you enable this option during wallet connection, the extension creates a recurring grant by adding an interval parameter to the grant request. This grant will automatically reset your spending limit each month, allowing you to spend up to your chosen amount without requiring a new approval each time your previous funds are utilized. Remember, the monthly limit is just an upper boundary; any remaining budget at the end of the cycle will stay in your wallet.\
106106
If you choose to opt out of this monthly renewal option, the grant will eventually run out of funds, and you will need to manually approve a new grant to continue receiving payments.
107107

108108
The grant request effectively includes following parameters:

0 commit comments

Comments
 (0)