Skip to content

Commit 5794258

Browse files
committed
added base pay
1 parent 87f27de commit 5794258

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/mini-apps/features/wallet.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Enable sponsored gas transactions where your Mini App pays gas fees for users.
3939
Verify your Mini App works with Base Accounts that have zero ETH balance.
4040
</Check>
4141

42-
Learn More: [Paymaster Service Reference](https://docs.base.org/base-account/reference/core/capabilities/paymaster-service)
42+
Learn More: [Paymaster Service](https://docs.base.org/base-account/reference/core/capabilities/paymaster-service)
4343
</Step>
4444

4545
<Step title="Optimize Transaction Patterns">
@@ -63,7 +63,6 @@ Learn More: [Batch Transactions Guide](https://docs.base.org/base-account/guides
6363
|---------|-------------|------------------|
6464
| Atomic Batch | Combines multiple transactions into one | Multi-step workflows require only one user confirmation |
6565
| Paymaster Service | App pays gas fees, not user | Users can transact without owning ETH |
66-
| Auxiliary Funds | Users spend Coinbase balance directly | Access to funds beyond on-chain wallet balance |
6766
| Passkey Authentication | Uses device biometrics instead of private keys | Faster, more secure user authentication |
6867

6968
## Implementation Examples
@@ -165,11 +164,12 @@ For detailed implementation of Base Account features:
165164
Authenticate Users Guide
166165
</Card>
167166
168-
<Card title="Accept Payments Without ETH" href="https://docs.base.org/base-account/guides/accept-payments">
169-
Accept Payments Guide
167+
<Card title="Base Pay Guide" href="https://docs.base.org/base-account/guides/accept-payments">
168+
Base Pay Guide
170169
</Card>
171170
172171
<Card title="Sign and Verify Signatures" href="https://docs.base.org/base-account/guides/sign-and-verify-typed-data">
173172
Sign and Verify Typed Data Guide
174173
</Card>
175-
</CardGroup>
174+
</CardGroup>
175+

0 commit comments

Comments
 (0)