Skip to content

Commit 83ecc07

Browse files
committed
docs: server-wallets-access-key
1 parent a6e5b3f commit 83ecc07

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/pages/recipes/programmatic-wallet-creation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This recipe shows how to programmatically create a smart wallet: you’ll genera
4040
<Step title="Generate an access key">
4141
Server wallets enable backend applications to programmatically control wallets using access keys, without requiring interactive authentication. This is perfect for automated systems, batch operations, or when you need to sign transactions from your backend.
4242

43+
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication.
4344
**How server wallets work:**
4445
- You generate a secure access key that never leaves your server
4546
- Alchemy derives a public key from your access key for authentication
@@ -59,7 +60,7 @@ This recipe shows how to programmatically create a smart wallet: you’ll genera
5960
<Warning>
6061
**Critical: Save your access key securely!**
6162

62-
This access key is required to control your server wallet and cannot be recovered if lost. Make sure to store it in a secure location.
63+
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered it if lost. Make sure to store it in a secure location.
6364
</Warning>
6465

6566
</Step>

docs/pages/signer/authentication/server-wallets.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Get your **API key** by creating a new app in your [Alchemy Dashboard](https://d
2222

2323
Generate a secure access key for authentication. This key will never be sent to our servers - we'll derive a public key from it when interacting with Alchemy.
2424

25+
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication.
26+
2527
<Warning>
2628
**Critical: Save your access key securely!**
2729

28-
This access key is required to control your server wallet and cannot be recovered if lost. Make sure to store it in a secure location.
30+
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered it if lost. Make sure to store it in a secure location.
2931

3032
</Warning>
3133

0 commit comments

Comments
 (0)