{"cip_id":"0056","title":"Canton Network Token Standard","status":"Final","counts":{"sibling_cips":10,"forum_posts":26,"forum_topics":21,"mailing_messages":76,"mailing_threads":43,"github_items":74,"blog_posts":16,"youtube_videos":1,"total":203},"sibling_cips":[{"id":"PR-209","cip_number":null,"title":"Canton Naming — registry for .canton names","status":"Draft","reason":"mentioned-in-content"},{"id":"PR-204","cip_number":null,"title":"Canton Network Credentials Standard","status":"Early Draft","reason":"mentioned-in-content"},{"id":"PR-171","cip_number":null,"title":"CIP: Canton Party Name Resolution Standard","status":"In Review","reason":"mentioned-in-content"},{"id":"PR-245","cip_number":null,"title":"File Governance for Multi-Party Contracts","status":"Draft","reason":"mentioned-in-content"},{"id":"0078","cip_number":78,"title":"Canton Coin Fee Removal","status":"Final","reason":"mentioned-in-content"},{"id":"0086","cip_number":86,"title":"ERC-20 Middleware and Distributed Indexer for Canton Network","status":"Approved","reason":"mentioned-in-content"},{"id":"0094","cip_number":94,"title":"Add Blockdaemon as a Super Validator (weight 5.0)","status":"Approved","reason":"mentioned-in-content"},{"id":"0107","cip_number":107,"title":"24h Submission Delay for End-User CC Transactions","status":"Final","reason":"mentioned-in-content"},{"id":"0112","cip_number":112,"title":"Canton Network Token Standard V2 - Improvements for Privacy, Performance and Traditional Accounting","status":"Approved","reason":"mentioned-in-content"},{"id":"0113","cip_number":113,"title":"Add Further Asset Management as a Super Validator (Weight 8.0)","status":"Approved","reason":"mentioned-in-content"}],"forum_posts":[{"id":25554,"topic_id":9082,"topic_title":"Testing CIP-56 on LocalNet","post_number":4,"username":"berestovskyy","created_at":"2026-09-01T14:44:05.897Z","snippet":"Thanks for the suggestions! By testing, I meant an integration test covering CIP-56 token transfers with and without pre-approval via the DA registry. Amulet doesn’t use the DA registry though.","topic_url":"https://forum.canton.network/t/testing-cip-56-on-localnet/9082"},{"id":25550,"topic_id":9082,"topic_title":"Testing CIP-56 on LocalNet","post_number":3,"username":"Simon_Meier","created_at":"2026-08-31T14:54:49.319Z","snippet":"And if you need a token that implements CIP-56 then use the Amulet token from your LocalNet, which BTW also implements CIP-112 in case you need to test TSv2 workflows.","topic_url":"https://forum.canton.network/t/testing-cip-56-on-localnet/9082"},{"id":25543,"topic_id":9082,"topic_title":"Testing CIP-56 on LocalNet","post_number":2,"username":"kevmuko","created_at":"2026-08-31T06:45:52.773Z","snippet":"Could you clarify by what you mean by testing? You can use the token-standard CLI that’s bundled in the splice repo to simulate transfers of your CIP-56 token. github.com splice/token-standard/cli at ","topic_url":"https://forum.canton.network/t/testing-cip-56-on-localnet/9082"},{"id":25531,"topic_id":9082,"topic_title":"Testing CIP-56 on LocalNet","post_number":1,"username":"berestovskyy","created_at":"2026-08-25T16:44:40.953Z","snippet":"Hi folks, What is the recommended way to test CIP-56 tokens on a LocalNet?","topic_url":"https://forum.canton.network/t/testing-cip-56-on-localnet/9082"},{"id":25464,"topic_id":9059,"topic_title":"[Feedback welcome] OpenZeppelin’s Daml development stack is public and open for review","post_number":1,"username":"Pepe_Blasco","created_at":"2026-08-12T14:48:59.180Z","snippet":"Hi Canton community, The first repos of OpenZeppelin’s open-source Daml development stack for Canton are now public, and we’re looking for your feedback. Test it, read the designs, and let us know how","topic_url":"https://forum.canton.network/t/feedback-welcome-openzeppelin-s-daml-development-stack-is-public-and-open-for-review/9059"},{"id":25457,"topic_id":9056,"topic_title":"Registry URLs discovery","post_number":1,"username":"berestovskyy","created_at":"2026-08-11T12:51:22.139Z","snippet":"Hey folks, Quick question: Is the CIP-56 Off-Ledger API Discovery currently implemented, or is it planned to be? We aren’t seeing any CNS admin party keys on either the devnet or the testnet.","topic_url":"https://forum.canton.network/t/registry-urls-discovery/9056"},{"id":25435,"topic_id":9046,"topic_title":"Decoupling Application DAR Dependencies from Splice Amulet Upgrades","post_number":3,"username":"Federico_Rodriguez","created_at":"2026-08-07T16:29:34.961Z","snippet":"… ding your questions: Is there a recommended way for an application DAR to depend only on the stable CIP-0056 Token Standard interfaces while still creating, locking and later unlocking a holding? Yes, if the  …","topic_url":"https://forum.canton.network/t/decoupling-application-dar-dependencies-from-splice-amulet-upgrades/9046"},{"id":25428,"topic_id":9047,"topic_title":"Load & performance testing for Canton apps — early results benchmarking a Token Standard registry","post_number":1,"username":"Dfrnw","created_at":"2026-08-06T15:17:46.984Z","snippet":"… is is useful to anyone. Benchmarking OpenZeppelin’s Canton token template Measured through the real CIP-0056 interface choice `TransferFactory_Transfer`: ~15 transfers/second, p50 ~400 ms, p99 ~1.2 s Stops sc …","topic_url":"https://forum.canton.network/t/load-performance-testing-for-canton-apps-early-results-benchmarking-a-token-standard-registry/9047"},{"id":25420,"topic_id":9046,"topic_title":"Decoupling Application DAR Dependencies from Splice Amulet Upgrades","post_number":1,"username":"devaskardex","created_at":"2026-08-06T05:57:19.800Z","snippet":"… upgrades. Questions: Is there a recommended way for an application DAR to depend only on the stable CIP-0056 Token Standard interfaces while still creating, locking and later unlocking a holding? HoldingV1/Ho …","topic_url":"https://forum.canton.network/t/decoupling-application-dar-dependencies-from-splice-amulet-upgrades/9046"},{"id":25369,"topic_id":8976,"topic_title":"[Dev Fund] daml-fuzz — property-based fuzzing for Daml (working PoC, 8/8 mutation score) — seeking a Daml Tooling SIG champion","post_number":3,"username":"Dfrnw","created_at":"2026-07-29T06:31:11.746Z","snippet":"…  (one command with a local sandbox, or against a running participant). I’ve also run it against the CIP-0056 Token Standard to evaluate on current standards, not just toy contracts. Thanks again.","topic_url":"https://forum.canton.network/t/dev-fund-daml-fuzz-property-based-fuzzing-for-daml-working-poc-8-8-mutation-score-seeking-a-daml-tooling-sig-champion/8976"},{"id":25329,"topic_id":9006,"topic_title":"Introducing the Canton Wallet Directory — add your wallet","post_number":1,"username":"Dave","created_at":"2026-07-24T13:41:39.456Z","snippet":"… ined directory of wallet capabilities across the Canton Network: which wallets support Canton Coin, CIP-0056 assets, dApp connectivity, pre-approvals, and more — each claim linked to the evidence behind it. V …","topic_url":"https://forum.canton.network/t/introducing-the-canton-wallet-directory-add-your-wallet/9006"},{"id":25317,"topic_id":8992,"topic_title":"Deterministic Settlement Confirmation Blocker","post_number":2,"username":"feros.khan","created_at":"2026-07-23T20:28:07.200Z","snippet":"… ment logic remains unactivated, keeping our node from entering the settlement corridor. We have our CIP-0056-compliant package ( canton-network-token-standard-kro-cer-token v0.4.0) prepared and can securely s …","topic_url":"https://forum.canton.network/t/deterministic-settlement-confirmation-blocker/8992"},{"id":24986,"topic_id":8815,"topic_title":"DevNet faucets","post_number":4,"username":"berestovskyy","created_at":"2026-06-29T07:27:36.266Z","snippet":"To be specific, coin registries and transfer pre-approvals are different for CC vs CIP-56 tokens.","topic_url":"https://forum.canton.network/t/devnet-faucets/8815"},{"id":24985,"topic_id":8815,"topic_title":"DevNet faucets","post_number":3,"username":"berestovskyy","created_at":"2026-06-29T07:24:55.542Z","snippet":"Thanks for the hint @Jatin_Pandya_cf . Sure, I have minted CCs, there is an API for that. Now I need a CIP-56 token, as (unfortunately) CC and CIP-56 tokens are still quite different.","topic_url":"https://forum.canton.network/t/devnet-faucets/8815"},{"id":24975,"topic_id":8816,"topic_title":"Current Best Practices","post_number":1,"username":"berestovskyy","created_at":"2026-06-26T07:44:04.718Z","snippet":"Hey folks, We want to ensure our proposed architecture aligns with current best practices. Our requirements are modest: Provision external parties with unique root namespaces. Hold and transfer CC and","topic_url":"https://forum.canton.network/t/current-best-practices/8816"},{"id":24955,"topic_id":8808,"topic_title":"Is Allocation the recommended path for concurrent payments, or is TransferCommand still preferred? Is sequential-nonce a known/accepted limitation, or is migration expected?","post_number":1,"username":"Daniel_FTP","created_at":"2026-06-22T11:58:50.155Z","snippet":"…  global counter. Refs: - AllocationV1.daml - AllocationInstructionV1.daml - AmuletAllocation.daml - cip-0056.md Context: github discussion","topic_url":"https://forum.canton.network/t/is-allocation-the-recommended-path-for-concurrent-payments-or-is-transfercommand-still-preferred-is-sequential-nonce-a-known-accepted-limitation-or-is-migration-expected/8808"},{"id":24919,"topic_id":8796,"topic_title":"Woof - two Dev Fund proposals: EVM-side compliance & risk infrastructure for Canton (seeking feedback + Champion)","post_number":1,"username":"woof-software","created_at":"2026-06-17T11:52:04.553Z","snippet":"Two open Dev Fund proposals from Woof - EVM-side compliance and risk infrastructure for Canton Hi all - woof.software is preparing two submissions to the Canton Protocol Development Fund. The pack is ","topic_url":"https://forum.canton.network/t/woof-two-dev-fund-proposals-evm-side-compliance-risk-infrastructure-for-canton-seeking-feedback-champion/8796"},{"id":24538,"topic_id":8367,"topic_title":"Daml Smart contracts need auditing like Solidity?","post_number":6,"username":"AdrianK","created_at":"2026-04-26T20:11:58.599Z","snippet":"Hey NYCNewman, Would you know if the DAML Utility or CIP-56 Standard have been audited at all?","topic_url":"https://forum.canton.network/t/daml-smart-contracts-need-auditing-like-solidity/8367"},{"id":24529,"topic_id":8593,"topic_title":"DAML Utility and CIP-56 Audits","post_number":1,"username":"AdrianK","created_at":"2026-04-24T16:22:22.547Z","snippet":"My team is preparing to launch a CIP-56 token. Would there be a trust center from Halborn or other auditors showing that the DAML utility was audited and covers our generated token’s configuration? Al","topic_url":"https://forum.canton.network/t/daml-utility-and-cip-56-audits/8593"},{"id":24402,"topic_id":8522,"topic_title":"Determine whether this is a fake deposit","post_number":2,"username":"bernhard","created_at":"2026-04-13T15:15:32.889Z","snippet":"… our JSON for easier readability, hope you don’t mind. The JSON doesn’t have the interface views for CIP-0056 so one cannot use a standardized method to infer whether it’s “real”. Generally the way to do it is …","topic_url":"https://forum.canton.network/t/determine-whether-this-is-a-fake-deposit/8522"}],"forum_topics":[{"id":9082,"title":"Testing CIP-56 on LocalNet","posts_count":5,"last_post_at":"2026-09-02T07:55:08.918Z"},{"id":8593,"title":"DAML Utility and CIP-56 Audits","posts_count":3,"last_post_at":"2026-04-28T06:34:07.625Z"}],"mailing_messages":[{"id":"grants-discuss-80","thread_id":"120628143","thread_title":"Load & performance testing for Canton apps — early results benchmarking a Token Standard registry","group_slug":"grants-discuss","author":"dfronow","sent_at":"2026-08-28T12:31:08.000Z","url":"https://lists.sync.global/g/grants-discuss/message/80","subject":"Load & performance testing for Canton apps — early results benchmarking a Token Standard registry","snippet":"…  size is a real measurement on any participant. I had been discarding it. Comparing two independent CIP-0056 registries executing the same standard transfer minimal reference registry, direct completion 11,73 …","cip_id_match":false},{"id":"cip-discuss-832","thread_id":"120914630","thread_title":"CIP-TBD: authority metadata for non-human parties (five optional CIP-0056 keys)","group_slug":"cip-discuss","author":"NodeAxis AI","sent_at":"2026-08-25T01:32:54.000Z","url":"https://lists.sync.global/g/cip-discuss/message/832","subject":"CIP-TBD: authority metadata for non-human parties (five optional CIP-0056 keys)","snippet":"… ds to know has to ask off ledger. The proposal. Five optional metadata keys, carried in the records CIP-0056 already provides. Two at party level (how a party is operated; who is accountable for it) and three …","cip_id_match":true},{"id":"grants-discuss-73","thread_id":"120738466","thread_title":"Seeking scope feedback and a Champion: Canton failure transcript interchange","group_slug":"grants-discuss","author":"Kacper","sent_at":"2026-08-13T18:32:27.000Z","url":"https://lists.sync.global/g/grants-discuss/message/73","subject":"Seeking scope feedback and a Champion: Canton failure transcript interchange","snippet":"… nicalizer, redaction validator, and six to ten synthetic fixtures for the observable handoff of one CIP-0056 V1 transfer-instruction failure through the synchronous CIP-0103 provider path. It would record onl …","cip_id_match":false},{"id":"globalSyncForum-228","thread_id":"120718723","thread_title":"[Feedback welcome] OpenZeppelin’s Daml development stack is public and open for review","group_slug":"globalSyncForum","author":"Pepe Blasco | Openzeppelin","sent_at":"2026-08-12T14:49:07.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/228","subject":"[Feedback welcome] OpenZeppelin’s Daml development stack is public and open for review","snippet":"Hi Canton community, The first repos of OpenZeppelin's open-source Daml development stack for Canton are now public, and we're looking for your feedback. Test it, read the designs, and let us know how","cip_id_match":false},{"id":"tokenomics-announce-371","thread_id":"120718031","thread_title":"Validator Operator Batch Approvals: Ambatukan, Anchorage Digital, Cantumi, CarRide, CC Reward Shop, Certora, Crypto Kasih, Hugo MetFun, IndexAPI, Jual Jersey, Lo:Tech, POST TRADE Ltd, Quorvia, RBC CM LLC, Relevance View, SatsTerminal, Transcend Street.","group_slug":"tokenomics-announce","author":"Pedro Neves","sent_at":"2026-08-12T14:05:26.000Z","url":"https://lists.sync.global/g/tokenomics-announce/message/371","subject":"Validator Operator Batch Approvals: Ambatukan, Anchorage Digital, Cantumi, CarRide, CC Reward Shop, Certora, Crypto Kasih, Hugo MetFun, IndexAPI, Jual Jersey, Lo:Tech, POST TRADE Ltd, Quorvia, RBC CM LLC, Relevance View, SatsTerminal, Transcend Street.","snippet":"Validator Approval Congratulations on having your validator approved! We're very excited to have you spin up your validator node and join us online. Please find the next steps below. Feel free to reac","cip_id_match":false},{"id":"grants-discuss-63","thread_id":"120628143","thread_title":"Load & performance testing for Canton apps — early results benchmarking a Token Standard registry","group_slug":"grants-discuss","author":"dfronow","sent_at":"2026-08-06T15:15:50.000Z","url":"https://lists.sync.global/g/grants-discuss/message/63","subject":"Load & performance testing for Canton apps — early results benchmarking a Token Standard registry","snippet":"… is is useful to anyone. Benchmarking OpenZeppelin's Canton token template Measured through the real CIP-0056 interface choice `TransferFactory_Transfer`: - ~15 transfers/second, p50 ~400 ms, p99 ~1.2 s - Stop …","cip_id_match":false},{"id":"globalSyncForum-219","thread_id":"120499743","thread_title":"KRO Pilot: Proof of Concept Successfully Closed!","group_slug":"globalSyncForum","author":"lexy","sent_at":"2026-07-29T07:59:49.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/219","subject":"KRO Pilot: Proof of Concept Successfully Closed!","snippet":"… liquidity partners to evaluate full policy integration with KRO. Uniform Operations: A standardized CIP-0056 DAML workflow designed to seamlessly process and enforce settlement grade transactions across the n …","cip_id_match":false},{"id":"globalSyncForum-216","thread_id":"120490773","thread_title":"Security Layer of Canton: MPC wallet in TG + open security research","group_slug":"globalSyncForum","author":"Said Efendiev","sent_at":"2026-07-28T20:33:24.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/216","subject":"Security Layer of Canton: MPC wallet in TG + open security research","snippet":"… ID & nicknames — send to a @usernames without long address; - DvP flows and implementing standards: CIP-0056, CIP-0103, CIP-0104 and other Canton standards. How we protect users: - Transaction Preview — see e …","cip_id_match":false},{"id":"globalSyncForum-210","thread_id":"120379846","thread_title":"Break Commercial Bread With K-R-O","group_slug":"globalSyncForum","author":"lexy","sent_at":"2026-07-21T20:44:57.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/210","subject":"Break Commercial Bread With K-R-O","snippet":"… lly light rollout of senior‑secured commercial property interests, tokenized as RWAs and wrapped in CIP-0056 markers to validate technical soundness before scaling broader volume. Anyone can verify the live l …","cip_id_match":false},{"id":"grants-discuss-48","thread_id":"119660775","thread_title":"Feedback - two Dev Fund proposals from NODEJUMPER","group_slug":"grants-discuss","author":"two Dev Fund proposals from NODEJUMPER","sent_at":"2026-06-05T11:57:22.000Z","url":"https://lists.sync.global/g/grants-discuss/message/48","subject":"Feedback - two Dev Fund proposals from NODEJUMPER","snippet":"Hi, We're a NODEJUMPER team, and we've submitted two Dev Fund proposals. We'd really value feedback from this list, and for the second one we're also looking for a champion. 1. ISO 20022 ↔ Canton Sett","cip_id_match":false},{"id":"780","thread_id":"119606781","thread_title":"CIP-TBD: Onboard Alchemy to Canton, Outcome-Linked SV Weight (Max 3)","group_slug":"cip-discuss","author":"Amanda Martin","sent_at":"2026-06-02T04:40:00.000Z","url":"https://lists.sync.global/g/cip-discuss/message/780","subject":"Abstract","snippet":"Onboard Alchemy to Canton, Outcome-Linked SV Weight (Max 3) Number CIP XXXX Layer Governance / Ecosystem Title Onboard Alchemy to Canton, Outcome-Linked SV Weight (Max 3) Author(s) Jacob McCrum, Surag","cip_id_match":false},{"id":"773","thread_id":"119501455","thread_title":"CIP-TBD: Rewards Locking Module - Luke Farrell","group_slug":"cip-discuss","author":"Luke Farrell","sent_at":"2026-05-26T19:00:00.000Z","url":"https://lists.sync.global/g/cip-discuss/message/773","subject":"Rewards Locking Module","snippet":"… atibility This CIP defines locking governance state that lives alongside, but is distinct from, the CIP-0056 Canton Network Token Standard. Token-standard operations on Amulet are expected to continue to work …","cip_id_match":false},{"id":"globalSyncForum-162","thread_id":"119443146","thread_title":"Spraay Batch Payments — UTXO-optimized multi-recipient transfers + AI agent tooling for Canton","group_slug":"globalSyncForum","author":"hello","sent_at":"2026-05-22T15:58:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/162","subject":"Spraay Batch Payments — UTXO-optimized multi-recipient transfers + AI agent tooling for Canton","snippet":"…  Spraay Protocol. I've just shipped a Canton-native batch payment orchestration layer that uses the CIP-0056 Token Standard and wanted to share it with the community. The problem: Canton has no batch payment  …","cip_id_match":false},{"id":"globalSyncForum-158","thread_id":"119391776","thread_title":"CIP-56 Tokens in Canton Applications — Practical USDCx Integration Notes","group_slug":"globalSyncForum","author":"Murat Inceer","sent_at":"2026-05-20T02:56:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/158","subject":null,"snippet":"Hi Simon, hi Sergei, Thank you both for the valuable technical feedback. I really appreciate it. Simon — your point about CC / Amulet fully implementing the CIP-56 APIs is especially important. In the","cip_id_match":true},{"id":"globalSyncForum-156","thread_id":"119391776","thread_title":"CIP-56 Tokens in Canton Applications — Practical USDCx Integration Notes","group_slug":"globalSyncForum","author":"Sergei Ganebnyi","sent_at":"2026-05-19T18:24:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/156","subject":null,"snippet":"Hi Murat, There is one distinction missing in the article that may be important when developing a wallet — namely, handling transfer preapproval. The presence of a preapproval for the transfer receive","cip_id_match":true},{"id":"globalSyncForum-155","thread_id":"119391776","thread_title":"CIP-56 Tokens in Canton Applications — Practical USDCx Integration Notes","group_slug":"globalSyncForum","author":"Simon Meier","sent_at":"2026-05-19T15:12:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/155","subject":null,"snippet":"Thanks Murat, for sharing this detailed and thoughtful write-up. It is a technically accurate and valuable guide for other wallet builders. Here are a few points that I've noticed while reading the qu","cip_id_match":true},{"id":"globalSyncForum-154","thread_id":"119391776","thread_title":"CIP-56 Tokens in Canton Applications — Practical USDCx Integration Notes","group_slug":"globalSyncForum","author":"Murat Inceer","sent_at":"2026-05-19T14:44:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/154","subject":null,"snippet":"Hi everyone, I wanted to share a practical article we published after working through a real CIP-56 / USDCx integration case in Rapid Wallet: https://medium.com/@rapidchainio/using-cip-56-tokens-in-ca","cip_id_match":true},{"id":"740","thread_id":"119300154","thread_title":"CIP-TBD: Canton Access and Privacy Standard (CAPS)","group_slug":"cip-discuss","author":"vignesh.iyer","sent_at":"2026-05-13T16:40:00.000Z","url":"https://lists.sync.global/g/cip-discuss/message/740","subject":"Abstract","snippet":"The RedStone Oracle team would like to formally propose Canton Access and Privacy Standard (CAPS) a push oracle architecture redesigned from first principles for Canton’s privacy model. CIP-TBD: Canto","cip_id_match":false},{"id":"grants-discuss-28","thread_id":"119146483","thread_title":"Aramid Secrets — composable Daml credential primitive (Apache 2.0); SIG fit + Tech & Ops champion sought","group_slug":"grants-discuss","author":"cns","sent_at":"2026-05-04T16:44:00.000Z","url":"https://lists.sync.global/g/grants-discuss/message/28","subject":"Aramid Secrets — composable Daml credential primitive (Apache 2.0); SIG fit + Tech & Ops champion sought","snippet":"Hi all, Posting per Dr. Amanda Martin's suggestion that proposals seeking a Tech & Ops champion engage this list first. I'm Curtis Guider (independent builder, no prior Daml — production Cloudflare / ","cip_id_match":false},{"id":"grants-discuss-27","thread_id":"119143139","thread_title":"New proposal: Payment Dispute & Refund Authorization Primitive [Avro Digital, 3M CC, financial-workflows-composability]","group_slug":"grants-discuss","author":"sam","sent_at":"2026-05-04T14:06:00.000Z","url":"https://lists.sync.global/g/grants-discuss/message/27","subject":null,"snippet":"… ll/293 - Ships an open-source dispute and refund-authorization primitive for Canton — composes with CIP-0056 / CIP-0103, no CIP changes proposed - Ask: 3,000,000 CC over 5 months, 3 milestones - SIG label: fi …","cip_id_match":false},{"id":"grants-discuss-23","thread_id":"119072505","thread_title":"[Proposal Draft] Jubilee — Privacy-Native NFT Marketplace & CIP-56 Reference Implementation","group_slug":"grants-discuss","author":"Utku","sent_at":"2026-04-29T21:44:00.000Z","url":"https://lists.sync.global/g/grants-discuss/message/23","subject":null,"snippet":"Hi all, I'm Utku from the Jubilee team. We've just submitted a Draft proposal to the Canton Development Fund: an NFT-focused CIP-56 reference implementation paired with a privacy-native marketplace, f","cip_id_match":true},{"id":"globalSyncForum-125","thread_id":"119016071","thread_title":"Network Integrity at Risk: Incentivized Spam vs Real Usage","group_slug":"globalSyncForum","author":"Eric Saraniecki","sent_at":"2026-04-26T14:51:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/125","subject":null,"snippet":"… ps, your cost to the use the network is constant. The $/mb rate is calibrated to try to keep CC and CIP-0056 transfers at roughly $1 per transfer Nonetheless, it is important that activity in the network be i …","cip_id_match":false},{"id":"globalSyncForum-120","thread_id":"118992335","thread_title":"Wintip Launch Readiness & Product Update","group_slug":"globalSyncForum","author":"winsnip","sent_at":"2026-04-24T18:07:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/message/120","subject":null,"snippet":"…  creators in Indonesia From a technical and ecosystem alignment perspective: Wintip has adopted the CIP-0056 standard to ensure structured, scalable, and interoperable on-chain operations We are actively prep …","cip_id_match":false},{"id":"grants-discuss-15","thread_id":"118988437","thread_title":"Follow-up (Canton issuer validation request)","group_slug":"grants-discuss","author":"Maranda Harris","sent_at":"2026-04-24T14:30:00.000Z","url":"https://lists.sync.global/g/grants-discuss/message/15","subject":null,"snippet":"… n Canton, given the network’s privacy-first and multi-party execution model. For teams working with CIP-0056 tokens, stablecoin issuance, or DvP / settlement workflows on Canton: Would enforcing compliance di …","cip_id_match":false},{"id":"grants-discuss-14","thread_id":"118955106","thread_title":"TokenProof — on-ledger compliance enforcement primitive for CIP-0056 token workflows (working PoC)","group_slug":"grants-discuss","author":"Maranda Harris","sent_at":"2026-04-22T19:44:00.000Z","url":"https://lists.sync.global/g/grants-discuss/message/14","subject":"What’s live (repo below)","snippet":"Thanks Wayne - appreciate you taking a look Happy to provide anything useful for the internal discussion. Also, glad to jump on a call if helpful. Thanks, Maranda","cip_id_match":true}],"mailing_threads":[{"id":"110627661","title":"CIP-0056 Canton Network Token Standards","group_slug":"cip-discuss","message_count":13,"last_post_at":"2026-08-25T01:32:54.000Z","url":"https://lists.sync.global/g/cip-discuss/topic/cip_0056_canton_network_token/110627661"},{"id":"119391776","title":"CIP-56 Tokens in Canton Applications — Practical USDCx Integration Notes","group_slug":"globalSyncForum","message_count":4,"last_post_at":"2026-05-20T02:56:00.000Z","url":"https://lists.sync.global/g/globalSyncForum/topic/cip_56_tokens_in_canton/119391776"},{"id":"119072505","title":"[Proposal Draft] Jubilee — Privacy-Native NFT Marketplace & CIP-56 Reference Implementation","group_slug":"grants-discuss","message_count":1,"last_post_at":"2026-04-29T21:44:00.000Z","url":"https://lists.sync.global/g/grants-discuss/topic/proposal_draft_jubilee/119072505"},{"id":"118955106","title":"TokenProof — on-ledger compliance enforcement primitive for CIP-0056 token workflows (working PoC)","group_slug":"grants-discuss","message_count":3,"last_post_at":"2026-04-22T19:44:00.000Z","url":"https://lists.sync.global/g/grants-discuss/topic/tokenproof_on_ledger/118955106"},{"id":"113908932","title":"[mainnet] Vote Request to enable Daml Models from CIP 47 & CIP 56","group_slug":"supervalidator-announce","message_count":1,"last_post_at":"2025-06-30T14:33:00.000Z","url":"https://lists.sync.global/g/supervalidator-announce/topic/mainnet_vote_request_to/113908932"},{"id":"113599103","title":"Vote to Enable Daml Models from CIP 47 and CIP 56 on TestNet","group_slug":"supervalidator-announce","message_count":1,"last_post_at":"2025-06-12T00:31:00.000Z","url":"https://lists.sync.global/g/supervalidator-announce/topic/vote_to_enable_daml_models/113599103"},{"id":"112004244","title":"CIP 0056: Canton Network Token Standard","group_slug":"cip-announce","message_count":1,"last_post_at":"2025-03-31T13:52:00.000Z","url":"https://lists.sync.global/g/cip-announce/topic/cip_0056_canton_network/112004244"},{"id":"111806234","title":"CIP-0056 Canton Network Token Standards","group_slug":"cip-vote","message_count":5,"last_post_at":"2025-03-29T20:41:00.000Z","url":"https://lists.sync.global/g/cip-vote/topic/cip_0056_canton_network_token/111806234"},{"id":"120914630","title":"CIP-TBD: authority metadata for non-human parties (five optional CIP-0056 keys)","group_slug":"cip-discuss","message_count":0,"last_post_at":null,"url":"https://lists.sync.global/g/cip-discuss/topic/cip_tbd_authority_metadata/120914630"}],"github_items":[{"id":"canton-foundation/canton-dev-fund#751","type":"pr","repo":"canton-foundation/canton-dev-fund","number":751,"title":"Proposal: Canton C++ SDK","state":"open","author":"olliten","created_at":"2026-08-31T16:29:52Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/751","snippet":"… The Canton C++ SDK** gives C++ applications typed access to commands, ledger state, update streams, CIP-0056 and CIP-0112 token workflows, interactive submission with a pluggable signer interface, and typed P …"},{"id":"canton-foundation/canton-dev-fund#721","type":"issue","repo":"canton-foundation/canton-dev-fund","number":721,"title":"PR #688 — Milestone 3: Token Standard (CIP-56 V1 + CIP-0112 V2), External Signing, PQS Client, Conformance & Security Review","state":"open","author":"github-actions[bot]","created_at":"2026-08-27T14:31:40.000Z","url":"https://github.com/canton-foundation/canton-dev-fund/issues/721","snippet":"Parent: #718 PR: https://github.com/canton-foundation/canton-dev-fund/pull/688 - **Estimated delivery:** Month 4.5 · **Hard deadline:** 6 months from grant approval. - **Estimated effort:** ~70 person"},{"id":"canton-foundation/canton-dev-fund#664","type":"pr","repo":"canton-foundation/canton-dev-fund","number":664,"title":"docs: Add proposal for Canton DeFi composability standards","state":"closed","author":"arno-burnuk-talwex","created_at":"2026-08-24T20:47:22.000Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/664","snippet":"This pull request adds a comprehensive development fund proposal for establishing core DeFi composability standards on the Canton platform. The proposal outlines the design, specification, and referen"},{"id":"canton-foundation/canton-dev-fund#634","type":"pr","repo":"canton-foundation/canton-dev-fund","number":634,"title":"Proposal: Canton NFT Standard","state":"open","author":"bbznyc","created_at":"2026-08-12T18:47:41.000Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/634","snippet":"… posal funds a DAML NFT standard for Canton: a new CIP defining an NFT profile on Token Standard V2 (CIP-0056 / CIP-0112). The profile adds stable per-item identity, collection uniqueness, per-item metadata, p …"},{"id":"canton-foundation/canton-dev-fund#633","type":"pr","repo":"canton-foundation/canton-dev-fund","number":633,"title":"Proposal: Canton NFT Standard","state":"closed","author":"bbznyc","created_at":"2026-08-12T18:38:47.000Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/633","snippet":"… posal funds a DAML NFT standard for Canton: a new CIP defining an NFT profile on Token Standard V2 (CIP-0056 / CIP-0112). The profile adds stable per-item identity, collection uniqueness, per-item metadata, p …"},{"id":"canton-foundation/canton-dev-fund#621","type":"pr","repo":"canton-foundation/canton-dev-fund","number":621,"title":"Proposal: Compliance Middleware SDK for EVM Developers on Zenith","state":"open","author":"Noosphere-314","created_at":"2026-08-06T16:07:13.000Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/621","snippet":"## Development Fund Proposal Submission **Proposal file:** [proposals/woof-compliance-middleware-sdk.md](https://github.com/woof-software/canton-dev-fund/blob/proposal-compliance-middleware-sdk/propos"},{"id":"canton-foundation/wallets#9","type":"pr","repo":"canton-foundation/wallets","number":9,"title":"Restructure wallet directory sections","state":"closed","author":"davidrichards-da","created_at":"2026-07-31T08:52:08Z","url":"https://github.com/canton-foundation/wallets/pull/9","snippet":"… t for transfers to omnibus accounts\" and moved it from Interoperability into Token Standard (it's a CIP-0056 concern) Split \"Validator hosting (self-hosted / BYOV)\" into three separate features — Bring-Your-O …"},{"id":"canton-foundation/wallets#6","type":"pr","repo":"canton-foundation/wallets","number":6,"title":"Adding Walley to the wallet directory","state":"closed","author":"kevmuko","created_at":"2026-07-27T19:33:35Z","url":"https://github.com/canton-foundation/wallets/pull/6","snippet":"… wallet application ### Summary Adds Walley (https://walley.cc), a self-custodial browser wallet for CIP-0056 tokens on Canton MainNet, operated by K2F Labs. Signing keys are derived in the browser from a WebA …"},{"id":"canton-foundation/wallets#5","type":"pr","repo":"canton-foundation/wallets","number":5,"title":"Add Askardex Wallet to directory","state":"closed","author":"askardex","created_at":"2026-07-25T02:20:21Z","url":"https://github.com/canton-foundation/wallets/pull/5","snippet":"… ures claimed - CC support (transfers and holding) — with mainnet update ID - Pre-approvals for CC - CIP-0056 token transfer: USDCx, CBTC, CETH, HANDL — each backed by a mainnet transaction update ID on Canton …"},{"id":"canton-foundation/wallets#4","type":"pr","repo":"canton-foundation/wallets","number":4,"title":"Add Send wallet to the Wallet Directory","state":"closed","author":"SendPeter","created_at":"2026-07-24T20:36:42Z","url":"https://github.com/canton-foundation/wallets/pull/4","snippet":"… to the Wallet Directory with self-attested feature support: CC transfers/holding, CC pre-approvals, CIP-0056 transfer + allocation, CIP-112 v2, CIP-0103 dApp API, WalletConnect, memo tags, key recovery, hardw …"},{"id":"canton-foundation/wallets#3","type":"pr","repo":"canton-foundation/wallets","number":3,"title":"Add Dfns to the wallet directory","state":"closed","author":"adriendfns","created_at":"2026-07-24T15:35:17Z","url":"https://github.com/canton-foundation/wallets/pull/3","snippet":"… -a-service platform) to the wallet directory, self-attesting Canton Coin support, CC pre-approvals, CIP-0056 transfers, WalletConnect, memo tags, the Wallet Gateway signing driver, clear signing, and enterpri …"},{"id":"canton-foundation/canton-dev-fund#577","type":"pr","repo":"canton-foundation/canton-dev-fund","number":577,"title":"Proposal: Canton <-> EVM Merkle Attestation Bridge","state":"open","author":"yamimaio","created_at":"2026-07-18T01:19:14Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/577","snippet":"## Development Fund Proposal Submission **Proposal file:** [/proposals/2026-07-o1Labs-canton-evm-merkle-attestation-bridge.md(../blob/main/proposals/2026-07-o1Labs-canton-evm-merkle-attestation-bridge"},{"id":"canton-foundation/canton-dev-fund#564","type":"issue","repo":"canton-foundation/canton-dev-fund","number":564,"title":"OpenZeppelin Canton Ecosystem Stack #262 - Milestone 1: Token Foundation and dApp Framework","state":"open","author":"pedrodneves","created_at":"2026-07-16T11:45:54Z","url":"https://github.com/canton-foundation/canton-dev-fund/issues/564","snippet":"## Milestone 1: Token Foundation and dApp Framework | Field | Value | | :---- | :---- | | **Estimated Delivery** | Quarter 1: May to July 2026 | | **Focus** | Foundational library components and Refer"},{"id":"canton-foundation/canton-dev-fund#556","type":"issue","repo":"canton-foundation/canton-dev-fund","number":556,"title":"Rust SDK for Canton Network #407 - Milestone 3: Token Standard (CIP-56 V1 + CIP-0112 V2), External Signing, PQS Client, Conformance & Security Review","state":"open","author":"pedrodneves","created_at":"2026-07-15T11:08:12Z","url":"https://github.com/canton-foundation/canton-dev-fund/issues/556","snippet":"### Milestone 3: Token Standard (CIP-56 V1 + CIP-0112 V2), External Signing, PQS Client, Conformance & Security Review - **Estimated delivery:** Month 4.5 · **Hard deadline:** 6 months from grant appr"},{"id":"canton-foundation/canton-dev-fund#528","type":"pr","repo":"canton-foundation/canton-dev-fund","number":528,"title":"Proposal: Atomix, Open-Source Order-Book Exchange Infrastructure for Canton","state":"closed","author":"kevmuko","created_at":"2026-07-13T17:27:48Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/528","snippet":"## Development Fund Proposal Submission **Proposal file:** `/proposals/2026-07-K2FLabs-atomix-dex-infrastructure.md` --- ## Summary Atomix is a non-custodial order-book exchange stack for CIP-56 token"},{"id":"canton-foundation/canton-dev-fund#524","type":"pr","repo":"canton-foundation/canton-dev-fund","number":524,"title":"Proposal: Upstreaming and Integrating the K2F Labs' Rust SDK for Canton","state":"closed","author":"kevmuko","created_at":"2026-07-10T17:25:53Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/524","snippet":"## Development Fund Proposal Submission **Proposal file:** `/proposals/2026-07-K2FLabs-rust-sdk-upstreaming-integration.md` --- ## Summary K2F Labs has operated production applications on Canton mainn"},{"id":"canton-network/wallet#2105","type":"issue","repo":"canton-network/wallet","number":2105,"title":"CIP-0056 sample test token infrastructure","state":"open","author":"mateuszpiatkowski-da","created_at":"2026-07-09T15:16:24Z","url":"https://github.com/canton-network/wallet/issues/2105","snippet":"Refer to https://docs.google.com/document/d/1jgRIAZMcP7IX6qggyWuql11N0HkzRdc7v4F0OuBJDxs/edit?tab=t.0 for details."},{"id":"canton-network/cf-docs#988","type":"pr","repo":"canton-network/cf-docs","number":988,"title":"Consolidate duplicated authored sections into single canonical source","state":"closed","author":"8bitpal","created_at":"2026-07-06T12:36:02Z","url":"https://github.com/canton-network/cf-docs/pull/988","snippet":"… inking to `privacy-model.mdx` as the canonical deep-dive instead. - **m6-upgrade-compatibility.mdx, cip-0056.mdx, configuration-reference.mdx, monitoring-setup.mdx, global-synchronizer/understand/overview.mdx …"},{"id":"canton-foundation/accountability#3","type":"pr","repo":"canton-foundation/accountability","number":3,"title":"Reinstatement Request: Alpend","state":"open","author":"akashgaurav","created_at":"2026-06-29T18:28:06Z","url":"https://github.com/canton-foundation/accountability/pull/3","snippet":"… his Pull Request submits Alpend's Featured App reinstatement request following its pause related to CIP-0056 compliance. The request includes the basis of the pause, corrective measures undertaken, evidence o …"},{"id":"canton-foundation/canton-dev-fund#484","type":"pr","repo":"canton-foundation/canton-dev-fund","number":484,"title":"Proposal: AI Agent Interoperability for Institutions","state":"open","author":"YashBit","created_at":"2026-06-24T06:29:24Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/484","snippet":"Development Fund Proposal Submission Proposal file: /proposals/proposal-agentic-ai-interoperability.md Summary Defines a Canton-native protocol enabling institutional AI agents to advertise capabiliti"},{"id":"canton-network/cf-docs#835","type":"pr","repo":"canton-network/cf-docs","number":835,"title":"Fix inaccuracies identified in documentation review pass","state":"closed","author":"8bitpal","created_at":"2026-06-19T18:36:39Z","url":"https://github.com/canton-network/cf-docs/pull/835","snippet":"… n `TransferPreapproval_Send`, not a field on the contract. - **`cips-introduction.mdx`**: Fixed the CIP-0056 API list. Correct six APIs are: Token Metadata, Holding, TransferInstruction, Allocation, Allocatio …"},{"id":"canton-foundation/canton-dev-fund#478","type":"issue","repo":"canton-foundation/canton-dev-fund","number":478,"title":"PartyLayer — Open-Source Wallet Abstraction Layer for Canton #9 - Milestone 3 — Production Hardening, Canton-Specific Patterns, Observability & Mobile","state":"closed","author":"pedrodneves","created_at":"2026-06-18T14:05:17Z","url":"https://github.com/canton-foundation/canton-dev-fund/issues/478","snippet":"… Multi-party transaction flow patterns (multi-confirmer workflows, atomic settlement coordination) * CIP-0056 token standard interaction helpers (holdings queries, transfer instruction submission, allocation f …"},{"id":"canton-foundation/canton-dev-fund#453","type":"pr","repo":"canton-foundation/canton-dev-fund","number":453,"title":"Proposal: CIP-56/ERC-20 Middleware","state":"open","author":"Eunoia-cym","created_at":"2026-06-11T14:37:00Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/453","snippet":"## Development Fund Proposal Submission **Proposal file:** /proposals/2026-06-Eunoia-cip56-erc20-middleware.md **SIG Label:** token-asset-standards **Champion:** Canton Foundation --- ## Summary MetaM"},{"id":"canton-foundation/canton-dev-fund#440","type":"pr","repo":"canton-foundation/canton-dev-fund","number":440,"title":"Proposal: CIP-56/ERC-20 Middleware","state":"closed","author":"Eunoia-cym","created_at":"2026-06-09T18:50:21Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/440","snippet":"## Development Fund Proposal Submission **Proposal file:** /proposals/2026-06-Eunoia-cip56-erc20-middleware.md --- ## Summary MetaMask-compatible middleware exposing an Ethereum JSON-RPC facade over C"},{"id":"canton-foundation/canton-dev-fund#408","type":"pr","repo":"canton-foundation/canton-dev-fund","number":408,"title":"Proposal: CIP-56/ERC-20 Middleware","state":"closed","author":"salindne","created_at":"2026-06-02T12:21:51Z","url":"https://github.com/canton-foundation/canton-dev-fund/pull/408","snippet":"…  is welcome. - **CIP-0112 (Token Standard V2) interaction:** the proposal is built against ratified CIP-0056 and includes an explicit V2 migration plan with per-layer reuse estimates and a contingency clause  …"}],"blog_posts":[{"id":"cantonnews-canton-clarifies-featured-app-rewards-for-multi-asset-transactions","title":"Canton Clarifies Featured App Rewards for Multi-Asset Transactions","excerpt":"Canton’s Tokenomics Committee has clarified how Featured App reward weight is calculated when a transaction includes more than one Featured Asset. Ordinary transactions share the available weight across those assets, while approved delivery-versus-payment venues use a separate calculation when both sides of an exchange settle together.","published_at":"2026-08-22T09:59:53.655Z","url":"https://cantonnews.org/canton-clarifies-featured-app-rewards-for-multi-asset-transactions","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-certik-maps-the-full-security-model-behind-canton-assets","title":"CertiK Maps the Full Security Model Behind Canton Assets","excerpt":"CertiK’s new guide explains how CIP-56 gives Canton assets a common interface, while implementation, client transaction construction and interpretation, and operational permissions collectively shape their security. The piece focuses on the security boundaries that institutions and developers should assess.","published_at":"2026-08-13T03:09:42.379Z","url":"https://cantonnews.org/certik-maps-the-full-security-model-behind-canton-assets","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-openzeppelin-opens-its-canton-development-stack-to-public-review","title":"OpenZeppelin Opens Its Canton Development Stack to Public Review","excerpt":"OpenZeppelin has made early Daml components and reference architectures for Canton public, including CIP-112 token and settlement tooling. The materials invite developer testing, feedback and further implementation work.","published_at":"2026-08-13T02:41:08.337Z","url":"https://cantonnews.org/openzeppelin-opens-its-canton-development-stack-to-public-review","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-zenith-demonstrates-canton-evm-atomic-swap-on-test-network","title":"Zenith Demonstrates Canton-EVM Atomic Swap on Test Network","excerpt":"Zenith has demonstrated an atomic swap between a CIP-56 asset on Canton and an ERC-20 asset on Zenith as work continues toward EVM integration with Canton MainNet.","published_at":"2026-08-07T01:26:11.637Z","url":"https://cantonnews.org/zenith-demonstrates-canton-evm-atomic-swap-on-test-network","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-moonsong-labs-joins-canton-ecosystem-as-deployment-partner","title":"Moonsong Labs Joins Canton Ecosystem as Deployment Partner","excerpt":"Moonsong Labs has joined the Canton Network ecosystem as a Service Provider and released a free Canton Readiness Guide. Its Canton practice supports institutions with Daml development, node setup, compliant asset workflows, and Global Synchronizer integration.","published_at":"2026-06-24T01:10:03.926Z","url":"https://cantonnews.org/moonsong-labs-joins-canton-ecosystem-as-deployment-partner","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-kraken-adds-usdcx-deposits-and-withdrawals-on-canton-network","title":"Kraken Adds USDCx Deposits and Withdrawals on Canton Network","excerpt":"Kraken has enabled USDCx deposits and withdrawals on Canton Network, with spot trading to follow once liquidity thresholds are reached, as the exchange signals broader Canton ecosystem support ahead.","published_at":"2026-06-11T21:22:40.264Z","url":"https://cantonnews.org/kraken-adds-usdcx-deposits-and-withdrawals-on-canton-network","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-partylayer-integrates-walletconnect-to-expand-canton-wallet-connectivity","title":"PartyLayer Integrates WalletConnect to Expand Canton Wallet Connectivity","excerpt":"PartyLayer has integrated WalletConnect into its open-source wallet connectivity and developer experience layer for Canton dApps, giving developers an additional connection path alongside its existing multi-wallet support, CIP-0103-aligned interface, React tooling, and registry-based wallet discovery.","published_at":"2026-06-09T11:07:02.638Z","url":"https://cantonnews.org/partylayer-integrates-walletconnect-to-expand-canton-wallet-connectivity","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-gate-enables-usdcx-deposits-and-withdrawals-on-canton-network-adds-150-000-cc-incentive-campaign","title":"Gate Enables USDCx Deposits and Withdrawals on Canton Network, Adds $150,000 CC Incentive Campaign","excerpt":"Gate has enabled USDCx deposits and withdrawals on Canton Network and launched a $150,000 CC incentive campaign spanning spot trading, deposit challenges, and fixed-term savings products.","published_at":"2026-05-25T13:20:11.986Z","url":"https://cantonnews.org/gate-enables-usdcx-deposits-and-withdrawals-on-canton-network-adds-150-000-cc-incentive-campaign","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"cantonnews-oneswap-launches-as-canton-network-s-first-permissionless-dex","title":"OneSwap Launches as Canton Network's First Permissionless DEX","excerpt":"OneSwap, built by Draper Associates and Coinbase Ventures-backed Sats Terminal, has launched as a permissionless AMM on the Canton Network, opening CC, USDCx, and tokenized Bitcoin trading to retail users on institutional settlement infrastructure.","published_at":"2026-05-25T12:35:25.255Z","url":"https://cantonnews.org/oneswap-launches-as-canton-network-s-first-permissionless-dex","tags":"third-party,aggregator","source_label":"aggregator"},{"id":"www-canton-network-blog-scaling-canton-apps-with-a-standard-for-wallet-and-app-interoperability","title":"Scaling Canton Apps with a Standard for Wallet and App Interoperability","excerpt":"Learn more about how Canton’s Standard for Apps and Wallets unlocks interoperability on the network.","published_at":"2026-02-19T12:59:59.000Z","url":"https://www.canton.network/blog/scaling-canton-apps-with-a-standard-for-wallet-and-app-interoperability","tags":"blog,interoperability","source_label":"blog"},{"id":"www-canton-network-blog-usdcx-now-live-on-canton-unlocking-private-and-composable-usdc-backed-settlement","title":"USDCx Now Live on Canton Unlocking Private and Composable USDC-Backed Settlement","excerpt":"USDCx is now live on Canton, enabling private, interoperable, institutional-grade digital-dollar settlement. Learn more about the use cases that USDCx unlocks.","published_at":"2025-12-04T12:55:00.000Z","url":"https://www.canton.network/blog/usdcx-now-live-on-canton-unlocking-private-and-composable-usdc-backed-settlement","tags":"blog","source_label":"blog"},{"id":"da-release-canton-3.4-release-notes-for-splice-0.5.0","title":"Canton 3.4 Release Notes for Splice 0.5.0","excerpt":"Splice 0.5.0 includes Canton 3.4.  This is the release note documentation for Canton 3.4.","published_at":"2025-11-11T00:00:00.000Z","url":"https://blog.digitalasset.com/developers/release-notes/canton-3.4-release-notes-for-splice-0.5.0","tags":"da-release-notes","source_label":"blog"},{"id":"a-guide-to-wallets-exchanges-and-custody-providers","title":"A Guide to Wallets, Exchanges, and Custody Providers","excerpt":"Explore the Canton wallet ecosystem, which offers users the freedom to choose how they manage their assets - from self-custodial to fully custodial options, enterprise-grade to retail wallets, and hot or cold key storage.","published_at":"2025-11-07T19:27:54.000Z","url":"https://www.canton.network/blog/a-guide-to-wallets-exchanges-and-custody-providers","tags":"blog,canton coin","source_label":"blog"},{"id":"www-canton-network-blog-5-developer-pathways-for-canton-builders","title":"5 Developer Pathways for Canton Builders","excerpt":"Discover five developer pathways to start building on Canton Network, powering global finance with composable, regulatory-grade applications.","published_at":"2025-10-30T13:20:04.000Z","url":"https://www.canton.network/blog/5-developer-pathways-for-canton-builders","tags":"blog,ecosystem","source_label":"blog"},{"id":"the-ultimate-guide-to-canton-networks-ecosystem","title":"The Ultimate Guide to Canton Network’s Ecosystem","excerpt":"Discover why institutions and crypto capital markets are converging on Canton Network","published_at":"2025-10-29T13:02:22.000Z","url":"https://www.canton.network/blog/the-ultimate-guide-to-canton-networks-ecosystem","tags":"blog,ecosystem","source_label":"blog"},{"id":"www-canton-network-blog-what-is-cip-56-a-guide-to-cantons-token-standard","title":"What is CIP-56? A Guide to Canton’s Token Standard","excerpt":"Explore CIP-56, Canton’s token standard enabling private, compliant, and composable on-chain workflows for institutional finance.","published_at":"2025-10-02T18:07:37.000Z","url":"https://www.canton.network/blog/what-is-cip-56-a-guide-to-cantons-token-standard","tags":"blog,tokenization","source_label":"blog"}],"youtube_videos":[{"id":"cVmtWkDiYas","title":"Vibe Coding on Canton with CF Claude: MCP + Daml Skill","channel_name":"Canton Foundation","published_at":"2026-07-21T00:00:00.000Z","url":"https://www.youtube.com/watch?v=cVmtWkDiYas","snippet":"Hey everybody, Satenda side de team at Canon Foundation and in this part of the CF developer series video, we will be demoing how to use the Canon Foundation MCP and the newly released Canon Foundatio"}],"derivedAt":"2026-09-06T05:16:59.777Z","source":"derived from cips + forum_posts + mailing_messages + github_items + blog_posts + youtube_videos","canonical":"https://ccpedia.xyz/cips/0056/citations"}