celer.network DOCS
  • Ultimate Guide to Cross-Chain Asset Transfers and cBridge by Celer Network
  • ✋Welcome to cBridge
  • SGN and cBridge
  • State Guardian Network
  • Architectural Benefits
  • cBridge Security
  • Fungible Token Bridging Models
  • Cross-chain Transfer
  • LP Guide
  • SGN V2 Staking Guide
  • Ape Chain Bridging Guide
  • SGN V1 Unbonding Guide
  • Smart Contract as LP
  • Aptos Bridging Guide
  • cBridge SDK
  • cBridge Pool-Based Transfer (xLiquidity)
  • Flow Bridging Guide
  • cBridge Transfer Web Widget
  • Circle Cross-chain USDC Transfer Protocol(CCTP)
  • cBridge Aptos Transfer (xAsset Only)
  • Custom Transfer URL Schemes
  • cBridge Canonical Mapping Transfer (xAsset)
Powered by GitBook
On this page
  • Scheme example
  • Find Correct Chain Id and Token Symbol
  • Non-EVM chain case

Custom Transfer URL Schemes

PreviouscBridge Aptos Transfer (xAsset Only)NextcBridge Canonical Mapping Transfer (xAsset)

Last updated 7 months ago

Custom transfer url schemes are useful for predefined token transfer from specific chain to another. Here is a simple flow to build a custom cBridge transfer url

Scheme example

To build a custom transfer url scheme, you only need to provide 3 values: sourceChainId, destinationChainId and tokenSymbol. The format of the url is https://cbridge.celer.network/sourceChainId/destinationChainId/tokenSymbol. For example, if you want users to transfer xToken from Ethereum Mainnet to Arbitrum, you can use this link:https://cbridge.celer.network/1/42161/XTK. After user clicks the link, cBridge website will provide a well-defined UI for the user.

Find Correct Chain Id and Token Symbol

You can use chainlist to find correct chain id and use cBridge website to find correct token symbol. We are eager to help if you find any difficulty creating custom url

Non-EVM chain case

Since cBridge supports bridge between EVM chain and Non-EVM chain, such as Ethereum Mainnet and Flow Mainnet, our SGN reserves numbers for Non-EVM chains. Here is a sample link for Ethereum and Flow, https://cbridge.celer.network/1/12340001/USDT

PreviouscBridge Aptos Transfer (xAsset Only)

Last updated 2 years ago

NextcBridge APIs for Sui