
The rapid expansion of Bitcoin Layer 2 solutions and sidechains has resulted in fragmentation, which negatively impacts BTCfi scalability. This fragmentation makes it challenging for users to seamlessly move assets between different L2s.
Persistence One tackles this issue with an intents-based architecture that enables:
Persistence One aims to become the primary gateway for cross-chain BTC swaps, focusing on:
This comprehensive guide walks you through the process of performing cross-chain BTC swaps using the Persistence One testnet.
<Box
as={Link}
href="https://blog.persistence.one/2024/11/15/how-to-use-the-persistence-one-btc-interoperability-testnet-for-cross-chain-btc-swaps-guide/"
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_600}
display="flex"
alignItems="center"
justifyContent="center"
flexShrink={0}
>
<Text color={themeColors.button.primaryTextColor} fontWeight="bold" fontSize="xl">P</Text>
</Box>
<Box flex="1">
<Text fontWeight="medium" color={themeColors.text[700]} mb={1}>
Persistence One Blog
</Text>
<Text fontSize="sm" color={themeColors.text[500]}>
blog.persistence.one
</Text>
</Box>
<ChevronRightIcon color={themeColors.text[500]} boxSize={5} flexShrink={0} />
</HStack>
</Box>