Skip to content

feat: add bridged assets (SEND, cbBTC, USDC.B, FRXUSD.B) to the asset registry#2063

Draft
crisog wants to merge 1 commit into
canton-network:mainfrom
crisog:add-bridged-assets
Draft

feat: add bridged assets (SEND, cbBTC, USDC.B, FRXUSD.B) to the asset registry#2063
crisog wants to merge 1 commit into
canton-network:mainfrom
crisog:add-bridged-assets

Conversation

@crisog

@crisog crisog commented Jun 26, 2026

Copy link
Copy Markdown

The Send bridge issues four token-standard instruments that aren't listed in the asset registry yet, so wallets can't resolve their metadata or show them. This adds those instruments — three on TestNet and four on MainNet.

TestNet — admin cantonwallet-send-bridge-registrar::1220f6ac…fe57:

symbol instrument id
SEND SEND
cbBTC.B CBBTC.B
USDC.B USDC.B

MainNet — admin cantonwallet-asset-relayer-instrument-operator::12202e6d…b71c:

symbol instrument id
SEND SEND.B
cbBTC.B CBBTC.B
USDC.B USDC.B
FRXUSD.B FRXUSD.B

The instrument ids match each registrar's live registry, which is public and unauthenticated, so it can be confirmed directly:

# TestNet → SEND, USDC.B, CBBTC.B
curl -s "https://api.utilities.digitalasset-staging.com/api/token-standard/v0/registrars/cantonwallet-send-bridge-registrar::1220f6ac73835e1086f0d23aa42767e26234d175b4f8188399446c344bbfcdfbfe57/registry/metadata/v1/instruments"

# MainNet → SEND.B, USDC.B, FRXUSD.B, CBBTC.B
curl -s "https://api.utilities.digitalasset.com/api/token-standard/v0/registrars/cantonwallet-asset-relayer-instrument-operator::12202e6dd1f885994b22ca64e10582328bcd1a31b4fe69bf529982d31d57c8cab71c/registry/metadata/v1/instruments"

No existing entries are changed, and no DevNet entries are added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant