docs: Chain Fusion deep dives#213
Conversation
Move docs/concepts/chain-fusion.md → docs/concepts/chain-fusion/index.md and add six new sub-pages covering Bitcoin, Ethereum, Solana, Dogecoin, the Exchange Rate Canister, and chain-key tokens in depth. All 10 staging files under .migration/learn-hub/.../chain-fusion/ consumed and deleted. Cross-links updated in chain-key-cryptography.md, concepts/index.md, choose-your-path.md, and the four chain-fusion guide pages.
|
Review notes Structure, page organisation, and internal links all look good. One issue needs to be fixed before merge: Em-dashes (banned per CLAUDE.md, pervasive): Multiple new files use em-dashes in body text and as bullet/list description separators. Affected files and examples:
CLAUDE.md bans em-dashes in all content: body text, bullet descriptions, and link label text. Replace with colons, commas, or parentheses throughout. No other issues: |
Review feedback1. Em-dashes (banned project-wide)26 instances of
2. "on-chain" should be "onchain" (no hyphen)Two instances:
"Onchain" (no hyphen) is the established convention across this site. 3. Verify fiduciary subnet ID in
|
Content accuracy follow-upTwo content accuracy issues to address alongside the style fixes: 1.
|
…mals field - Replace all em-dashes across bitcoin.md, ethereum.md, chain-key-tokens.md, exchange-rate-canister.md, and index.md - Fix fiduciary subnet ID in bitcoin.md (vpeez-fez7a-iae is correct) - Fix on-chain -> onchain in exchange-rate-canister.md and index.md - Add decimals field to exchange-rate-canister.md response description
|
Feedback addressed:
|
…ers pages - Fix AccountIdentifier em-dash in token-ledgers.md - Revert chain-fusion/ subdirectory links to chain-fusion.md (flat page on main) until PR #213 merges; affects token-ledgers.md and concepts/index.md - Remove broken link to protocol/execution.md#deterministic-time-slicing in cycles.md until PR #209 merges
… pages Replace "chain-key tokens" with "chain-key digital assets" throughout prose. Replace "other blockchains" with "other chains/networks". Replace "cross-chain" with "crosschain". Replace "wrapped tokens" with "wrapped assets". Replace "blockchain address" with "network address". Fix "DAO-governed" to "community-governed". Update section headings and table column names to match.
marc0olo
left a comment
There was a problem hiding this comment.
please check existing comments and apply this on other pages in this PR.
… feedback - Revert title and all prose in chain-key-tokens.md from "chain-key digital assets" back to "chain-key tokens" (technical term must be preserved) - Use "assets" instead of "digital assets" where usage was excessive - Table headings: "Deployed assets" and "Asset" column (not "digital assets") - Apply same revert across ethereum.md, solana.md, dogecoin.md, index.md, chain-key-cryptography.md - bitcoin.md: add ICRC-1/ICRC-2 link on ledger description and remove "digital asset" qualifier
|
Feedback addressed:
|
Bitcoin concept (bitcoin.md): - Fix factual error: 6 confirmations -> 4 confirmations - Remove minter fee formula and UTXO consolidation sections (moved to protocol-canisters.md reference) - Remove inline operational parameters (KYT fee amount, min withdrawal, batch timing); link to reference instead - Add get_blockchain_info and bitcoin_get_block_headers to API section - Add cross-links to protocol-canisters.md and chain-key-canister-ids.md Ethereum concept (ethereum.md): - Remove duplicated Withdrawals paragraph (covered in chain-key-tokens.md) - Add link to EVM RPC canister reference Solana, Dogecoin, XRC, chain-key-tokens concepts: - Add cross-links to protocol-canisters.md sections and chain-key-canister-ids.md - Add Dogecoin guide link from dogecoin.md
|
Content/reference alignment applied based on three-layer audit (concepts, guides, references): Bitcoin concept (
Ethereum concept (
Solana, Dogecoin, XRC, chain-key-tokens:
Reference additions (separate PR #221):
|
… SOL RPC, and Dogecoin canister - Add get_blockchain_info to Bitcoin canister key endpoints - Add cycle costs table for all Bitcoin canister endpoints (from Bitcoin guide as authoritative source) - Add Dogecoin canister section with API endpoints (ID pending repo lookup) - Add withdrawal fee formula and UTXO consolidation info to ckBTC minter section (needs DeFi team verification) - Add SOL RPC canister section with canister ID, providers, and guide link - Add SOL RPC to quick reference table
Move plantuml diagrams from the Bitcoin guide to bitcoin.md (concept page), which is the correct layer per Diataxis: architecture diagrams belong in concept pages. The guide retains cross-reference links to the diagrams.
…fix EVM RPC link chain-key-tokens.md still had the 6 confirmations factual error that was fixed in bitcoin.md. The EVM RPC canister inline link text was also misleading (pointed to the Ethereum concept page, not the canister reference).
…t pages Move EVM RPC multi-provider diagram (ethereum), ckDOGE deposit/withdrawal diagrams (dogecoin), and SOL RPC + ckSOL deposit/withdrawal diagrams (solana) from their guide files to the corresponding concept pages. Guides now carry cross-reference links back to the concept page diagrams.
… reference layers index.md: - Replace 3 instances of "management canister" with "Bitcoin canister" for Bitcoin API - Add ICRC-2 section anchor to ledgers.md link ethereum.md: - Add cross-link to chain-key-canister-ids.md#cketh in Next steps exchange-rate-canister.md: - Remove cycle cost table (duplicated in protocol-canisters.md reference) - Replace with single-sentence summary and link to reference guides/bitcoin.mdx: - Fix em-dash in withdrawal prose (→ colon) - Replace banned learn.internetcomputer.org link with internal concept page link guides/dogecoin.md: - Fix "upcoming ckDOGE" → "ckDOGE" (mainnet live) - Standardize koinus → koinu (correct Dogecoin unit name) guides/ethereum.mdx: - Fix "--" range notation in prose (→ "to") guides/solana.mdx: - Add missing Chainstack provider to provider list - Fix "Public Node" → "PublicNode" (correct branding)
## Summary - Moves `docs/concepts/chain-fusion.md` → `docs/concepts/chain-fusion/index.md` (unchanged content, updated relative links) - Adds 6 new conceptual sub-pages under `docs/concepts/chain-fusion/`: - `bitcoin.md` — Bitcoin adapter, Bitcoin canister API, Bitcoin checker canister (SDN list), ckBTC architecture and flows - `ethereum.md` — HTTPS outcalls + chain-key ECDSA integration, EVM RPC canister architecture, ckETH/ckERC20 - `solana.md` — SOL RPC canister, Ed25519 threshold signing, ckSOL - `dogecoin.md` — Dogecoin adapter + canister (Bitcoin fork, same architecture) - `exchange-rate-canister.md` — XRC on uzr34, request/response format, cycle costs, median rate logic - `chain-key-tokens.md` — Architecture (minter/ledger/index/archive), minting flows, redemption flows, deployed tokens table - Deletes all 10 staging files from `.migration/learn-hub/how-does-icp-work/chain-fusion/` - Updates cross-links in `chain-key-cryptography.md`, `concepts/index.md`, `choose-your-path.md`, and the four chain-fusion guide pages ## Sync recommendation `informed by learn hub staging files — chain-fusion section`
…ers pages - Fix AccountIdentifier em-dash in token-ledgers.md - Revert chain-fusion/ subdirectory links to chain-fusion.md (flat page on main) until PR #213 merges; affects token-ledgers.md and concepts/index.md - Remove broken link to protocol/execution.md#deterministic-time-slicing in cycles.md until PR #209 merges
Summary
docs/concepts/chain-fusion.md→docs/concepts/chain-fusion/index.md(unchanged content, updated relative links)docs/concepts/chain-fusion/:bitcoin.md— Bitcoin adapter, Bitcoin canister API, Bitcoin checker canister (SDN list), ckBTC architecture and flowsethereum.md— HTTPS outcalls + chain-key ECDSA integration, EVM RPC canister architecture, ckETH/ckERC20solana.md— SOL RPC canister, Ed25519 threshold signing, ckSOLdogecoin.md— Dogecoin adapter + canister (Bitcoin fork, same architecture)exchange-rate-canister.md— XRC on uzr34, request/response format, cycle costs, median rate logicchain-key-tokens.md— Architecture (minter/ledger/index/archive), minting flows, redemption flows, deployed tokens table.migration/learn-hub/how-does-icp-work/chain-fusion/chain-key-cryptography.md,concepts/index.md,choose-your-path.md, and the four chain-fusion guide pagesSync recommendation
informed by learn hub staging files — chain-fusion section