You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/ccip/concepts/cross-chain-token/svm/integration-guide.mdx
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ Before starting integration, ensure you meet these requirements:
25
25
-**Token Compatibility**: Your token must meet [compatibility requirements](/ccip/concepts/cross-chain-token/svm/tokens#compatibility)
26
26
-**Decimal Planning**: Plan [decimal configuration](/ccip/concepts/cross-chain-token/svm/tokens#decimal-planning) across all target blockchains
27
27
-**Pool Type Selection**: Choose the appropriate token pool type for your use case:
28
-
29
28
-**[BurnMint Pools](/ccip/concepts/cross-chain-token/svm/token-pools#burnmint-token-pool)**: Burn tokens on source, mint on destination. Requires transferring mint authority to pool. Best for tokens designed to have variable supply across chains.
30
29
31
30
-**[LockRelease Pools](/ccip/concepts/cross-chain-token/svm/token-pools#lockrelease-token-pool)**: Lock tokens on source, release on destination. No mint authority transfer required. Requires liquidity management. Best for retaining mint authority control or capped-supply tokens.
@@ -95,14 +94,12 @@ Based on your mint authority control, follow the appropriate integration path:
- Initialize your pool using [`initialize`](/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool#initialize) instruction
101
99
- Automatic governance-controlled upgrades
102
100
- Lowest operational overhead
103
101
104
102
2.**[Self-Deployed Standard Pools](/ccip/concepts/cross-chain-token/svm/token-pools#approach-2-self-deployed-standard-pools)**
105
-
106
103
- Deploy standard pool programs yourself
107
104
- Control upgrade authority and timing
108
105
- Initialize your own pools
@@ -164,7 +161,6 @@ Once you've determined your path, follow these implementation steps:
164
161
Choose your deployment approach:
165
162
166
163
-**Self-serve mode**: Initialize pool from existing Chainlink-deployed programs
167
-
168
164
-**If you can sign as mint authority**: Use the [`initialize`](/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool#initialize) instruction directly
169
165
-**If you cannot sign as mint authority** (mint authority is `None`, held by SPL token multisig, or controlled by another party): Submit [registration request](https://chain.link/ccip-contact?v=Tokens:%20Token%20admin%20registration) for assisted initialization
170
166
@@ -210,7 +206,6 @@ See [Mint Authority Management](/ccip/concepts/cross-chain-token/svm/token-pools
Copy file name to clipboardExpand all lines: src/content/ccip/tutorials/svm/cross-chain-tokens/direct-mint-authority.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ designed for **development and testing environments only**.
60
60
61
61
-**Solana**: Complete mint authority
62
62
transfer to Pool Signer PDA (SPL tokens allow only one mint authority) **For production deployments**:
63
-
64
63
- Learn more about [Production Multisig Tutorial](/ccip/tutorials/svm/cross-chain-tokens/production-multisig-tutorial) - Enterprise-grade dual-layer governance
65
64
- Learn more about [Mint Authority Management](/ccip/concepts/cross-chain-token/svm/token-pools#mint-authority-management) for detailed security considerations.
0 commit comments