XChains
  • πŸ’‘Introduction
  • Understanding XChains
    • Getting Started
    • Actors
      • Liquidity Providers
      • Swappers
      • Bridgers
    • 9CP (IXCP)
  • How it works
    • Technology
    • Fees
    • Govenance
    • Tokenomics
  • Roadmaps
    • Product Roadmap
    • Business Roadmap
  • One-page Pitch Deck
  • πŸ›οΈXChains Architecture
    • Design Strategy
    • Hashed Time-Locked Contracts (HTLCs)
    • Cross-chain Communication
      • Oracle
      • Relay Network
  • πŸ› οΈXChains Implementation
    • Smart Contracts
      • Private Liquidity Pool Contracts
      • Bridge Contracts
    • Atomic Swap Protocol
    • Cross-Chain Transfer Flow
    • Security Considerations
    • Public Pool Integration
  • πŸ”XChains Liquidity
    • Private Liquidity Pools
    • Shared Liquidity Pools
    • XChains Formula
  • πŸ“¬Contact Us
    • Email
    • Website
    • Telegram Channel
    • Telegram Chat
Powered by GitBook
On this page
  1. XChains Implementation

Public Pool Integration

While the concept of using private liquidity pools enhances security, integrating with Public Pools such as DEXs, which typically rely on public liquidity pools, can provide the necessary liquidity for token swaps. Here’s how to balance both:

DEX as a Public Pool

  1. User Interaction with DEX:

    • Users interact with a DEX that has shared liquidity pools to convert tokens.

    • This DEX can be a popular platform like Uniswap, SushiSwap, or a custom-built DEX on the target blockchain.

  2. Smart Contract Wrappers:

    • Use smart contract wrappers to facilitate these interactions seamlessly.

    • These wrappers can handle the process of swapping tokens on behalf of the user while ensuring the security of private pools.

PreviousSecurity ConsiderationsNextPrivate Liquidity Pools

Last updated 11 months ago

πŸ› οΈ