Skip to content

Commit d3168d7

Browse files
Sipherrad2520
andauthored
Update name from wallet stake permission to Wallet permission (#40)
* Add Wallet Stake Permission explanations and create guide for setting it up in Torus Portal to improve documentation clarity * Clarify wallet stake permission details and add create guide to enhance documentation and user understanding in Torus Portal * Update wallet-stake-permission.mdx * Update wallet-stake-permission.mdx * Rename "Wallet Stake Permission" to "Wallet Permission" across documentation for consistency and clarity in user guidance --------- Co-authored-by: rad2520 <[email protected]>
1 parent 558e3db commit d3168d7

File tree

5 files changed

+32
-16
lines changed

5 files changed

+32
-16
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default defineConfig({
4343
{ label: "Wallet Stake Permission", slug: "explanations/system/wallet-stake-permission" },
4444
{ label: "Stream Permissions", slug: "explanations/system/stream-permissions" },
4545
{ label: "Capability Permissions", slug: "explanations/system/capability-permissions" },
46+
{ label: "Wallet Permission", slug: "explanations/system/wallet-stake-permission" },
4647
],
4748
},
4849
{
@@ -91,6 +92,7 @@ export default defineConfig({
9192
{ label: "Create Stream Permission", slug: "how-to-guides/system/create-stream-permission" },
9293
{ label: "Create Wallet Stake Permission", slug: "how-to-guides/system/create-wallet-stake-permission" },
9394
{ label: "Manage Permissions", slug: "how-to-guides/system/manage-permissions" },
95+
{ label: "Create Wallet Permission", slug: "how-to-guides/system/create-wallet-stake-permission" },
9496
],
9597
},
9698
{

src/content/docs/explanations/system/wallet-stake-permission.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: Wallet Stake Permission
3-
description: Understanding secure wallet staking permissions and delegation.
2+
3+
title: Wallet Permission
4+
description: Understanding secure wallet permissions and delegation.
5+
46
---
57

68
import {
@@ -17,7 +19,9 @@ The Wallet Permission Scope will enable granular delegation of all wallet operat
1719

1820
**Cold-Hot Key Behavior**
1921

20-
The Wallet Stake Permission enables cold-hot wallet behavior, where high-value secured keys can delegate stake operations to less secure keys utilized only for active protocol participation.
22+
23+
The Wallet Permission enables cold-hot wallet behavior, where high-value secured keys can delegate stake operations to less secure keys utilized only for active protocol participation.
24+
2125

2226
**Tool for Key Security**
2327

@@ -37,5 +41,5 @@ It's not a perfect security feature and as standard practice it will eventually
3741
- **[Staking](https://docs.torus.network/explanations/holders/staking/)** - Understanding staking mechanics and rewards
3842

3943
<Aside type="tip" title="Ready to Set Up Wallet Delegation?">
40-
Follow our [step-by-step guide to create wallet stake permissions](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) for practical implementation instructions.
44+
Follow our [step-by-step guide to create wallet permissions](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) for practical implementation instructions.
4145
</Aside>

src/content/docs/explanations/table-of-contents.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Core system components and mechanisms:
2828
- [Wallet Stake Permission](https://docs.torus.network/explanations/system/wallet-stake-permission/) — Secure cold-hot wallet staking delegation
2929
- [Stream Permissions](https://docs.torus.network/explanations/system/emission-permissions/) — How emissions are allocated and controlled
3030
- [Capability Permissions](https://docs.torus.network/explanations/system/capability-permissions/) — Fine-grained access control for agent endpoints
31+
- [Wallet Permission](https://docs.torus.network/explanations/system/wallet-stake-permission/) — Secure cold-hot wallet staking delegation
3132

3233
---
3334

src/content/docs/how-to-guides/system/create-wallet-stake-permission.mdx

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create Wallet Stake Permission
3-
description: Step-by-step guide to creating wallet stake permissions to delegate staking operations while keeping your keys secure.
2+
title: Create Wallet Permission
3+
description: Step-by-step guide to creating wallet permissions to delegate staking operations while keeping your keys secure.
44
---
55

66
import {
@@ -12,18 +12,20 @@ import {
1212

1313
import RedText from '/src/components/RedText.astro';
1414

15-
In this guide, we'll walk through how to create wallet stake permissions in the Torus Portal.
16-
Wallet stake permissions enable cold-hot wallet behavior, allowing you to delegate staking operations
15+
16+
In this guide, we'll walk through how to create wallet permissions in the Torus Portal.
17+
Wallet permissions enable cold-hot wallet behavior, allowing you to delegate staking operations
1718
to more accessible accounts while keeping your primary keys securely stored offline.
1819

19-
## Why Create Wallet Stake Permission?
20+
## Why Create Wallet Permission?
2021

2122
You want to maintain high security for your primary wallet while still being able to manage staking operations efficiently.
22-
Wallet stake permissions let you delegate staking management to hot wallets without exposing your principal funds to transfer risks.
23+
Wallet permissions let you delegate staking management to hot wallets without exposing your principal funds to transfer risks.
2324

2425
#### What we will accomplish
2526

26-
- [Create wallet stake permission](#create-wallet-stake-permission)
27+
- [Create wallet permission](#create-wallet-permission)
28+
2729

2830
<Aside>
2931
⏱️ **Estimated time to complete this guide: 3 minutes**
@@ -44,7 +46,9 @@ Wallet stake permissions let you delegate staking management to hot wallets with
4446
</Card>
4547
</CardGrid>
4648

47-
## Create Wallet Stake Permission
49+
50+
## Create Wallet Permission
51+
4852

4953
<Steps>
5054

@@ -85,18 +89,22 @@ Wallet stake permissions let you delegate staking management to hot wallets with
8589
</Aside>
8690

8791
4. **Submit and Sign Transaction**
88-
Click <RedText variant="light">**Create Wallet Stake Permission**</RedText>.
92+
93+
Click <RedText variant="light">**Create Wallet Permission**</RedText>.
8994
Open SubWallet and <RedText variant="light">sign the transaction</RedText>.
9095

9196
5. **All Done**
92-
You've successfully created the wallet stake permission.
97+
You've successfully created the wallet permission.
98+
9399
The receiving account can now manage your staking operations within the limits you've set.
94100

95101
</Steps>
96102

97103
## What's Next?
98104

99-
Now that you've created wallet stake permission, you might want to:
105+
106+
Now that you've created wallet permission, you might want to:
107+
100108

101109
- **Monitor your delegations**: Track delegation status in the [Manage Permissions tab](https://portal.torus.network/permissions/manage-permission)
102110
- **Optimize your stakes**: Work with your hot wallet to [manage staking positions](https://docs.torus.network/how-to-guides/holders/stake-your-torus/) efficiently
@@ -108,5 +116,5 @@ Connect with the community:
108116
- [Twitter](https://x.com/torus_network) — Updates and ecosystem news
109117

110118
<Aside type="tip" title="Want to Learn More?">
111-
Learn about [wallet stake permission concepts](https://docs.torus.network/explanations/system/wallet-stake-permission/) and the security benefits of cold-hot wallet architecture.
119+
Learn about [wallet permission concepts](https://docs.torus.network/explanations/system/wallet-stake-permission/) and the security benefits of cold-hot wallet architecture.
112120
</Aside>

src/content/docs/how-to-guides/table-of-contents.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ If you're managing permissions and system-level coordination:
2828
- [Create Stream Permission](https://docs.torus.network/how-to-guides/system/create-stream-permission/) — Share token emission streams with other agents
2929
- [Create Wallet Stake Permission](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) — Enable secure cold-hot wallet staking delegation
3030
- [Manage Permissions](https://docs.torus.network/how-to-guides/system/manage-permissions/) — View, edit, and revoke existing permission delegations
31+
- [Create Wallet Permission](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) — Enable secure cold-hot wallet staking delegation
3132

3233
---
3334

0 commit comments

Comments
 (0)