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

# Swap

> Turning what you hold into something else — including across Solana and EVM.

The swap tool on your own wallet page converts what you hold into something
else. Same chain, different chain, or between Solana and EVM in a single
operation.

|                    |                  |
| ------------------ | ---------------- |
| Within a chain     | ✅ Solana and EVM |
| Between EVM chains | ✅                |
| Solana ↔ EVM       | ✅                |
| Robinhood Chain    | Not yet          |

**Fee: 0.5%**, taken on whatever you're selling.

## You can only swap into verified tokens

You can swap *from* anything you hold. You can only swap *into* something on a
verified list.

<Warning>
  This isn't us being cautious for the sake of it. Scammers copy token **symbols**,
  not addresses — a token calling itself USDC at the wrong address is the single
  most common way people lose money in a swap box.

  The check happens on our side, not in the token picker, so there's no version of
  this you can click past.
</Warning>

What you're selling isn't restricted. It's already yours.

## Doing it

<Steps>
  <Step title="Open your wallet page">
    `/wallet/{your address}`. The swap button only appears on your own.
  </Step>

  <Step title="Pick what you're selling">
    Anything you hold, on any chain.
  </Step>

  <Step title="Pick what you want">
    From the verified list.
  </Step>

  <Step title="Check the quote">
    The route, the fee and what you'll end up with.
  </Step>

  <Step title="Sign">
    EVM might need a token approval first.
  </Step>
</Steps>

## Two rough edges

<AccordionGroup>
  <Accordion title="No dollar values on the EVM side you're selling from">
    Solana holdings show a dollar value because our data source provides one.
    There's no free equivalent for arbitrary EVM tokens, so you'll see the amount
    without a dollar figure. What you're buying always shows a value.
  </Accordion>

  <Accordion title="Token approvals are the least-travelled path">
    Ordinary ERC-20 approvals are fine. The signature-based variants exist as a
    fallback and get used rarely, so they've had less real-world exercise.
  </Accordion>
</AccordionGroup>

## You don't need to swap before buying

Buying an NFT on a chain you have no funds on doesn't require swapping first —
EVM purchases sort the funding out themselves.

Use the swap tool when you want to change what you're holding. For buying, just
buy.
