Skip to content

Commit 369d96e

Browse files
authored
CCIP Solana lock release Pool (#2994)
* update * update * update * update * update
1 parent 1087363 commit 369d96e

File tree

6 files changed

+3265
-341
lines changed

6 files changed

+3265
-341
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.

0 commit comments

Comments
 (0)