> ## 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.

# Wallet tools

> Look inside any wallet, swap across chains, clear out junk, pay by card.

EXC isn't a wallet. These are tools that work on the wallet you connect — plus a
viewer for any address at all.

## The wallet browser

Every address has a page at **`/wallet/{address}`** showing what it holds across
every chain we support, grouped by collection with floor values.

Anyone can look at any address. The tools — swapping, burning, listing — only
appear on **your own**, when the wallet you've connected matches the one you're
looking at.

## What you can do

<CardGroup cols={2}>
  <Card title="Swap" icon="arrows-rotate" href="/exc/wallet/swap">
    Between chains, and between Solana and EVM, in one go.
  </Card>

  <Card title="Burn" icon="fire" href="/exc/wallet/burn">
    Clear out worthless NFTs in a batch. On Solana you get rent back.
  </Card>

  <Card title="Link wallets" icon="link" href="/exc/wallet/linking">
    Several wallets, one profile.
  </Card>

  <Card title="Pay by card" icon="credit-card" href="/exc/wallet/paying-by-card">
    Card, Apple Pay and Google Pay, on any chain.
  </Card>
</CardGroup>

## Which wallets work

Solana wallets — Phantom, Solflare, Backpack. EVM wallets — MetaMask, Rainbow,
Coinbase Wallet. Smart-contract wallets work too.

Wallet in-app browsers are handled properly, and kept distinct from social app
browsers like Instagram or TikTok, which can do rather less.

## If something you own isn't showing

Holdings are filtered to keep airdropped junk out of your view.

<Warning>
  Spam filters get it wrong in both directions, and an NFT you genuinely own can
  occasionally be hidden by one.

  If something's missing from your wallet page, that's the first thing to suspect
  — not that it's been lost.
</Warning>

## Signing in

Signing in asks you to sign a **message**. Never a transaction.

<Warning>
  Nothing in the sign-in flow should ever ask you to approve a transaction. If a
  prompt shows one, cancel it.
</Warning>
