diff --git a/astro.config.mjs b/astro.config.mjs index a3c3256..bf5e1c9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -43,6 +43,7 @@ export default defineConfig({ { label: "Wallet Stake Permission", slug: "explanations/system/wallet-stake-permission" }, { label: "Stream Permissions", slug: "explanations/system/stream-permissions" }, { label: "Capability Permissions", slug: "explanations/system/capability-permissions" }, + { label: "Wallet Permission", slug: "explanations/system/wallet-stake-permission" }, ], }, { @@ -91,6 +92,7 @@ export default defineConfig({ { label: "Create Stream Permission", slug: "how-to-guides/system/create-stream-permission" }, { label: "Create Wallet Stake Permission", slug: "how-to-guides/system/create-wallet-stake-permission" }, { label: "Manage Permissions", slug: "how-to-guides/system/manage-permissions" }, + { label: "Create Wallet Permission", slug: "how-to-guides/system/create-wallet-stake-permission" }, ], }, { diff --git a/src/content/docs/explanations/system/wallet-stake-permission.mdx b/src/content/docs/explanations/system/wallet-stake-permission.mdx index 58a06e2..8c3cd08 100644 --- a/src/content/docs/explanations/system/wallet-stake-permission.mdx +++ b/src/content/docs/explanations/system/wallet-stake-permission.mdx @@ -1,6 +1,8 @@ --- -title: Wallet Stake Permission -description: Understanding secure wallet staking permissions and delegation. + +title: Wallet Permission +description: Understanding secure wallet permissions and delegation. + --- import { @@ -17,7 +19,9 @@ The Wallet Permission Scope will enable granular delegation of all wallet operat **Cold-Hot Key Behavior** -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. + +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. + **Tool for Key Security** @@ -37,5 +41,5 @@ It's not a perfect security feature and as standard practice it will eventually - **[Staking](https://docs.torus.network/explanations/holders/staking/)** - Understanding staking mechanics and rewards diff --git a/src/content/docs/explanations/table-of-contents.mdx b/src/content/docs/explanations/table-of-contents.mdx index 70808ac..43678e9 100644 --- a/src/content/docs/explanations/table-of-contents.mdx +++ b/src/content/docs/explanations/table-of-contents.mdx @@ -28,6 +28,7 @@ Core system components and mechanisms: - [Wallet Stake Permission](https://docs.torus.network/explanations/system/wallet-stake-permission/) — Secure cold-hot wallet staking delegation - [Stream Permissions](https://docs.torus.network/explanations/system/emission-permissions/) — How emissions are allocated and controlled - [Capability Permissions](https://docs.torus.network/explanations/system/capability-permissions/) — Fine-grained access control for agent endpoints +- [Wallet Permission](https://docs.torus.network/explanations/system/wallet-stake-permission/) — Secure cold-hot wallet staking delegation --- diff --git a/src/content/docs/how-to-guides/system/create-wallet-stake-permission.mdx b/src/content/docs/how-to-guides/system/create-wallet-stake-permission.mdx index 41ee08e..f1474f2 100644 --- a/src/content/docs/how-to-guides/system/create-wallet-stake-permission.mdx +++ b/src/content/docs/how-to-guides/system/create-wallet-stake-permission.mdx @@ -1,6 +1,6 @@ --- -title: Create Wallet Stake Permission -description: Step-by-step guide to creating wallet stake permissions to delegate staking operations while keeping your keys secure. +title: Create Wallet Permission +description: Step-by-step guide to creating wallet permissions to delegate staking operations while keeping your keys secure. --- import { @@ -12,18 +12,20 @@ import { import RedText from '/src/components/RedText.astro'; -In this guide, we'll walk through how to create wallet stake permissions in the Torus Portal. -Wallet stake permissions enable cold-hot wallet behavior, allowing you to delegate staking operations + +In this guide, we'll walk through how to create wallet permissions in the Torus Portal. +Wallet permissions enable cold-hot wallet behavior, allowing you to delegate staking operations to more accessible accounts while keeping your primary keys securely stored offline. -## Why Create Wallet Stake Permission? +## Why Create Wallet Permission? You want to maintain high security for your primary wallet while still being able to manage staking operations efficiently. -Wallet stake permissions let you delegate staking management to hot wallets without exposing your principal funds to transfer risks. +Wallet permissions let you delegate staking management to hot wallets without exposing your principal funds to transfer risks. #### What we will accomplish -- [Create wallet stake permission](#create-wallet-stake-permission) +- [Create wallet permission](#create-wallet-permission) + 4. **Submit and Sign Transaction** - Click **Create Wallet Stake Permission**. + + Click **Create Wallet Permission**. Open SubWallet and sign the transaction. 5. **All Done** - You've successfully created the wallet stake permission. + You've successfully created the wallet permission. + The receiving account can now manage your staking operations within the limits you've set. ## What's Next? -Now that you've created wallet stake permission, you might want to: + +Now that you've created wallet permission, you might want to: + - **Monitor your delegations**: Track delegation status in the [Manage Permissions tab](https://portal.torus.network/permissions/manage-permission) - **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: - [Twitter](https://x.com/torus_network) — Updates and ecosystem news \ No newline at end of file diff --git a/src/content/docs/how-to-guides/table-of-contents.mdx b/src/content/docs/how-to-guides/table-of-contents.mdx index bc19142..e691417 100644 --- a/src/content/docs/how-to-guides/table-of-contents.mdx +++ b/src/content/docs/how-to-guides/table-of-contents.mdx @@ -28,6 +28,7 @@ If you're managing permissions and system-level coordination: - [Create Stream Permission](https://docs.torus.network/how-to-guides/system/create-stream-permission/) — Share token emission streams with other agents - [Create Wallet Stake Permission](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) — Enable secure cold-hot wallet staking delegation - [Manage Permissions](https://docs.torus.network/how-to-guides/system/manage-permissions/) — View, edit, and revoke existing permission delegations +- [Create Wallet Permission](https://docs.torus.network/how-to-guides/system/create-wallet-stake-permission/) — Enable secure cold-hot wallet staking delegation ---