Skip to content

Commit 569d2c8

Browse files
committed
Clarify wallet stake permission details and add create guide to enhance documentation and user understanding in Torus Portal
1 parent 57120e2 commit 569d2c8

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
{ label: "Control Space", slug: "explanations/system/control-space" },
4141
{ label: "Permission System", slug: "explanations/system/permission-system" },
4242
{ label: "Recursive Delegation", slug: "explanations/system/recursive-delegation" },
43-
{ label: "Wallet Stake Permission", slug: "explanations/system/wallet-scope-delegation" },
43+
{ 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" },
4646
],

src/content/docs/explanations/system/wallet-scope-delegation.mdx renamed to src/content/docs/explanations/system/wallet-stake-permission.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ When a wallet permission delegation is active, the delegator can choose the leve
4646
- **[Staking](https://docs.torus.network/explanations/holders/staking/)** - Understanding staking mechanics and rewards
4747

4848
<Aside type="tip" title="Ready to Set Up Wallet Delegation?">
49-
Follow our [step-by-step guide to create wallet permissions](https://docs.torus.network/how-to-guides/system/create-wallet-permission/) for practical implementation instructions.
49+
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.
5050
</Aside>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Core system components and mechanisms:
2525
- [Control Space](https://docs.torus.network/explanations/system/control-space/) — Foundational permission and capability framework
2626
- [Permission System](https://docs.torus.network/explanations/system/permission-system/) — How agents interact and delegate authority
2727
- [Recursive Delegation](https://docs.torus.network/explanations/system/recursive-delegation/) — Specific capability delegation mechanisms
28+
- [Wallet Stake Permission](https://docs.torus.network/explanations/system/wallet-stake-permission/) — Secure cold-hot wallet staking delegation
2829
- [Stream Permissions](https://docs.torus.network/explanations/system/emission-permissions/) — How emissions are allocated and controlled
2930
- [Capability Permissions](https://docs.torus.network/explanations/system/capability-permissions/) — Fine-grained access control for agent endpoints
3031

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ Connect with the community:
108108
- [Twitter](https://x.com/torus_network) — Updates and ecosystem news
109109

110110
<Aside type="tip" title="Want to Learn More?">
111-
Learn about [wallet stake permission concepts](https://docs.torus.network/explanations/system/wallet-scope-delegation/) and the security benefits of cold-hot wallet architecture.
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.
112112
</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
@@ -26,6 +26,7 @@ If you're managing permissions and system-level coordination:
2626

2727
- [Create Capability Permission](https://docs.torus.network/how-to-guides/system/create-capability-permission/) — Delegate access to specific agent endpoints and services
2828
- [Create Stream Permission](https://docs.torus.network/how-to-guides/system/create-stream-permission/) — Share token emission streams with other agents
29+
- [Create Wallet Stake Permission](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) — Enable secure cold-hot wallet staking delegation
2930
- [Manage Permissions](https://docs.torus.network/how-to-guides/system/manage-permissions/) — View, edit, and revoke existing permission delegations
3031

3132
---

0 commit comments

Comments
 (0)