Skip to content

Commit 3af34d7

Browse files
committed
format
1 parent db00fde commit 3af34d7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/content/ccip/concepts/cross-chain-token/svm/integration-guide.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Before starting integration, ensure you meet these requirements:
2525
- **Token Compatibility**: Your token must meet [compatibility requirements](/ccip/concepts/cross-chain-token/svm/tokens#compatibility)
2626
- **Decimal Planning**: Plan [decimal configuration](/ccip/concepts/cross-chain-token/svm/tokens#decimal-planning) across all target blockchains
2727
- **Pool Type Selection**: Choose the appropriate token pool type for your use case:
28-
2928
- **[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.
3029

3130
- **[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:
9594
**Pool Deployment Options:**
9695

9796
1. **[Self-Serve Mode](/ccip/concepts/cross-chain-token/svm/token-pools#approach-1-self-serve-mode-recommended) (Recommended)**
98-
9997
- Use Chainlink-deployed standard pool programs
10098
- Initialize your pool using [`initialize`](/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool#initialize) instruction
10199
- Automatic governance-controlled upgrades
102100
- Lowest operational overhead
103101

104102
2. **[Self-Deployed Standard Pools](/ccip/concepts/cross-chain-token/svm/token-pools#approach-2-self-deployed-standard-pools)**
105-
106103
- Deploy standard pool programs yourself
107104
- Control upgrade authority and timing
108105
- Initialize your own pools
@@ -164,7 +161,6 @@ Once you've determined your path, follow these implementation steps:
164161
Choose your deployment approach:
165162

166163
- **Self-serve mode**: Initialize pool from existing Chainlink-deployed programs
167-
168164
- **If you can sign as mint authority**: Use the [`initialize`](/ccip/api-reference/svm/v0.1.1/burn-mint-token-pool#initialize) instruction directly
169165
- **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
170166

@@ -210,7 +206,6 @@ See [Mint Authority Management](/ccip/concepts/cross-chain-token/svm/token-pools
210206
After determining your integration path:
211207

212208
1. **Review Detailed Documentation**:
213-
214209
- [Architecture](/ccip/concepts/cross-chain-token/svm/architecture): Understand component interactions
215210
- [Tokens](/ccip/concepts/cross-chain-token/svm/tokens): Token requirements and compatibility
216211
- [Token Pools](/ccip/concepts/cross-chain-token/svm/token-pools): Pool implementation details

src/content/ccip/tutorials/svm/cross-chain-tokens/direct-mint-authority.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ designed for **development and testing environments only**.
6060

6161
- **Solana**: Complete mint authority
6262
transfer to Pool Signer PDA (SPL tokens allow only one mint authority) **For production deployments**:
63-
6463
- Learn more about [Production Multisig Tutorial](/ccip/tutorials/svm/cross-chain-tokens/production-multisig-tutorial) - Enterprise-grade dual-layer governance
6564
- Learn more about [Mint Authority Management](/ccip/concepts/cross-chain-token/svm/token-pools#mint-authority-management) for detailed security considerations.
6665

0 commit comments

Comments
 (0)