Intercambio Atómico (Atomic Swap)

Intercambio directo de criptomonedas sin intermediarios.

Contenido pendiente de traducción. Se muestra la versión en inglés.

Network Benefits: 1. Sovereignty: Users retain full control of private keys. 2. Interoperability: Bridges isolated blockchain 'silos'. 3. Security: No single point of failure (unlike CEXs). Challenges: 1. Complexity for end-users. 2. Time delays due to block confirmations on multiple chains.

        graph LR
  Center["Intercambio Atómico (Atomic Swap)"]:::main
  Pre_smart_contracts["smart-contracts"]:::pre --> Center
  click Pre_smart_contracts "/terms/smart-contracts"
  Pre_cryptographic_hashing["cryptographic-hashing"]:::pre --> Center
  click Pre_cryptographic_hashing "/terms/cryptographic-hashing"
  Pre_blockchain_interoperability["blockchain-interoperability"]:::pre --> Center
  click Pre_blockchain_interoperability "/terms/blockchain-interoperability"
  Rel_merkle_tree["merkle-tree"]:::related -.-> Center
  click Rel_merkle_tree "/terms/merkle-tree"
  Rel_algorithmic_stablecoin["algorithmic-stablecoin"]:::related -.-> Center
  click Rel_algorithmic_stablecoin "/terms/algorithmic-stablecoin"
  Rel_atomic_delivery["atomic-delivery"]:::related -.-> Center
  click Rel_atomic_delivery "/terms/atomic-delivery"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explícalo como si tuviera 5 años

Think of it as a global vending machine system where you can put in a [Bitcoin](/es/terms/bitcoin) and get out Litecoins immediately, without any person in the middle holding your money. If the machine breaks or the other person walks away, you just get your Bitcoin back automatically.

🤓 Expert Deep Dive

The plural 'Atomic Swaps' refers to the broader implementation of this technology in DEX protocols and Layer-2 networks. A major technical hurdle for widespread adoption is the 'Liquidity Problem'—unlike an Order Book or AMM, an atomic swap requires a specific counterparty for every trade. Advanced versions like 'Submarine Swaps' enable bridging between the Bitcoin mainnet and the Lightning Network, while emerging 'Adaptor Signatures' aim to replace HTLCs to improve privacy and reduce on-chain footprint by making swaps look like standard transactions.

🔗 Términos relacionados

📚 Fuentes