> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hidemytx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cross-Chain Swaps

> Swap tokens across 30+ chains using the NEAR Intents solver network. No account required — just pick chains, get a quote, and deposit.

Cross-Chain Swaps use **NEAR Intents (1Click)**, a solver-network protocol where competing solvers bid to fulfill your swap. You specify the source asset, destination asset, and amounts, then deposit to a generated address. Solvers monitor deposits and automatically settle the swap on the destination chain.

## Supported chains

NEAR Intents supports 30+ chains including:

| Chain           | Notes                                    |
| --------------- | ---------------------------------------- |
| Bitcoin (BTC)   | Native BTC                               |
| Ethereum (ETH)  | ETH and ERC-20 tokens                    |
| Solana (SOL)    | SOL and SPL tokens                       |
| NEAR            | NEAR native and NEP-141 tokens           |
| BNB Chain       | BNB and BEP-20 tokens                    |
| TON             | TON native                               |
| Dogecoin (DOGE) | Native DOGE                              |
| XRP Ledger      | XRP native                               |
| Zcash (ZEC)     | ZEC native                               |
| Arbitrum        | ETH and ERC-20 tokens                    |
| Polygon         | MATIC and ERC-20 tokens                  |
| And more...     | Check the token picker for the full list |

## How it works

<Steps>
  <Step title="Select source and destination">
    Use the chain and token pickers to choose what you are swapping from and to. Each picker lets you search by chain name or token symbol. Select your source chain first, then the token on that chain. Repeat for the destination.
  </Step>

  <Step title="Enter addresses and amount">
    Fill in:

    * **Amount** — the amount you want to send (in the source token)
    * **Sender / refund address** — your address on the source chain where refunds go if the swap fails
    * **Recipient address** — the address on the destination chain to receive funds

    <Warning>
      Always provide a valid **refund address** on the source chain. If no solver fills your order or if you send an incorrect amount, funds are returned to this address.
    </Warning>
  </Step>

  <Step title="Get a quote">
    Click **Get quote**. NEAR Intents queries the solver network for the best available rate and returns an estimated output amount. The quote includes a **deposit address** — a unique address generated for this order.
  </Step>

  <Step title="Deposit funds">
    Send the source token to the deposit address shown. Two options:

    **Wallet-assisted (EVM chains):** If your EVM wallet is connected and the source chain is EVM-compatible, click **Connect wallet & send** to have HideMyTx sign and submit the deposit transaction automatically.

    **Manual deposit:** For non-EVM chains (Bitcoin, Solana, NEAR, etc.) or if you prefer to use your own wallet, copy the deposit address and send from your external wallet.

    <Tip>
      For EVM chains, wallet-assisted deposit is faster and reduces copy-paste errors. Connect your EVM wallet before requesting a quote to enable this option.
    </Tip>
  </Step>

  <Step title="Track settlement">
    Once your deposit is detected, HideMyTx polls the NEAR Intents API every few seconds. Status updates appear in the swap panel, showing:

    * Deposit transaction hash (when detected)
    * Settlement transaction hash (when complete)
    * Estimated output and actual output amounts

    When the swap settles, a success screen displays both transaction hashes and the final amounts.
  </Step>
</Steps>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What happens if no solver fills my order?">
    If no solver fills the order before the deadline, NEAR Intents refunds the deposit to your refund address. This may take a few minutes after the deadline passes.
  </Accordion>

  <Accordion title="Can I swap between any two tokens?">
    Availability depends on which pairs have active solver liquidity. The token picker only shows tokens supported by the NEAR Intents network. Some exotic pairs may not always have available quotes.
  </Accordion>

  <Accordion title="Is there a minimum or maximum swap amount?">
    NEAR Intents solvers set their own minimums. If your amount is below what any solver will fill, you will receive no quote or a failed status. Try a larger amount if the quote fails.
  </Accordion>

  <Accordion title="How long do swaps take?">
    Most cross-chain swaps settle in 2–10 minutes, depending on source and destination chain finality times. Bitcoin swaps take longer due to block confirmation requirements.
  </Accordion>
</AccordionGroup>
