Skip to content

Commit 7f2f08e

Browse files
committed
update
1 parent 7fdcbe5 commit 7f2f08e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,10 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
16881688
title: "BurnMint: Production Multisig Governance",
16891689
url: "ccip/tutorials/svm/cross-chain-tokens/production-multisig-tutorial",
16901690
},
1691+
{
1692+
title: "LockRelease: Production Governance",
1693+
url: "ccip/tutorials/svm/cross-chain-tokens/lock-release-multisig",
1694+
},
16911695
],
16921696
},
16931697
],

src/content/ccip/tutorials/svm/cross-chain-tokens/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ This tutorial demonstrates how to create tokens that can seamlessly transfer bet
2222

2323
This educational tutorial demonstrates how to learn SPL token multisig concepts for cross-chain tokens, providing foundational understanding of multisig architecture and distributed control while enabling autonomous CCIP operations. Ideal for understanding multisig concepts before implementing production systems.
2424

25-
## [Production Multisig Governance](/ccip/tutorials/svm/cross-chain-tokens/production-multisig-tutorial)
25+
## [BurnMint: Production Multisig Governance](/ccip/tutorials/svm/cross-chain-tokens/production-multisig-tutorial)
2626

2727
This production-grade tutorial demonstrates how to implement enterprise-ready cross-chain tokens with dual-layer multisig governance using Squads and SPL token multisig. Learn to create mainnet-suitable governance architecture that separates CCIP administration from mint authority control while maintaining autonomous cross-chain operations.
28+
29+
## [LockRelease: Production Governance](/ccip/tutorials/svm/cross-chain-tokens/lock-release-multisig)
30+
31+
This tutorial demonstrates the Lock and Mint token handling mechanism using LockRelease pools on Solana with Squads multisig governance. Learn to implement cross-chain tokens where the original mint authority is retained while enabling secure liquidity management and pool operations for production environments.

src/content/ccip/tutorials/svm/cross-chain-tokens/lock-release-multisig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
section: ccip
33
date: Last Modified
4-
title: "Cross-Chain Token Setup: Lock and Mint with Production Governance"
4+
title: "Cross-Chain Token Setup: LockRelease Pool with Squads Governance"
55
isIndex: false
66
metadata:
77
description: "Build enterprise-grade cross-chain SPL, Token-2022 tokens with production governance. Lock and Mint mechanism with LockRelease pool on Solana and BurnMint pool on Ethereum."

0 commit comments

Comments
 (0)