Persistence Docs
K

Bridges

List of bridges and possible asset transfers between Persistence and other chains

1. Persistence Bridge

Transfer tokens from ERC-20 to Core-1 or vice versa using Persistence Bridge.

Learn more here:

persistence-bridge

2. Satellite (by Axelar)

Transfer tokens from ERC-20 to Core-1 or vice versa using Satellite Bridge.

Learn more here:

Broken link

3. IBC

While it's technically not a bridge but an Inter-Blockchain Communication Protocol, IBC enables any assets to flow easily between all IBC-enabled blockchains (which Persistence is), via so-called relayers. Find out here which relayers enable asset flows to and from the Persistence

Find more information on the IBC Protocol website and visualise connections and asset flows easily using the link below:

      <Box
        as={Link}
        href="https://mapofzones.com"
        isExternal
        display="block"
        mb={4}
        border="1px solid"
        borderColor={themeColors.borderColor}
        borderRadius="md"
        p={4}
        _hover={{
          borderColor: themeColors.accent.primary,
          bg: themeColors.sidebar.hover,
          textDecoration: 'none'}}
        transition="all 0.2s"
      >
        <HStack spacing={4} align="center">
          <Box
            boxSize="40px"
            borderRadius="md"
            bg={themeColors.accent.primary}
            display="flex"
            alignItems="center"
            justifyContent="center"
            flexShrink={0}
          >
            <Text color={themeColors.button.primaryTextColor} fontWeight="bold" fontSize="xl">M</Text>
          </Box>
          <Box flex="1">
            <Text fontWeight="medium" color={themeColors.text[700]} mb={1}>
              Map of Zones
            </Text>
            <Text fontSize="sm" color={themeColors.text[500]}>
              mapofzones.com
            </Text>
          </Box>
          <ChevronRightIcon color={themeColors.text[500]} boxSize={5} flexShrink={0} />
        </HStack>
      </Box>

For details on the IBC-channels between Persistence Core-1 and other chains, follow this link.

Next

Overview