File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Enable sponsored gas transactions where your Mini App pays gas fees for users.
3939Verify 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:
165164Authenticate 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">
173172Sign and Verify Typed Data Guide
174173</Card>
175- </CardGroup>
174+ </CardGroup>
175+
You can’t perform that action at this time.
0 commit comments