Simple Base SwapSimple Base SwapOpen app
← All articles
Aug 3, 2026·4 min read

Watch-only wallets: viewing a Base address without holding its keys

basesecurityself-custodybeginnersguides
base

Most articles about wallets assume you are the one holding the keys. But there is a second, much quieter way people interact with a Base address: watching it, with no ability to move a single token. This is called a watch-only wallet, and it solves a real problem without adding any risk to the funds it displays.

What a watch-only wallet actually is

A normal wallet, the kind we cover in our self-custody explainer, holds a private key that can sign transactions. A watch-only wallet holds none of that. It is loaded with a public address only, the string that starts with 0x that you would normally share to receive funds. With just that address, a wallet interface can query the Base network and show a balance and a full transaction history, because that information is public to anyone who looks.

What it cannot do is send anything. Moving funds requires a signature from the matching private key, and a watch-only setup never has that key in the first place. There is nothing to extract, phish, or leak from it, because the sensitive half of the pair was never entered.

This is a different thing from a hot or cold wallet split, which we described in our hot and cold wallets article. A hot or cold wallet still holds a real key somewhere, just kept offline. A watch-only wallet holds no key anywhere at all.

Two ways to end up with one

The plain version is pasting a single public address into an app that supports address tracking, without ever touching a recovery phrase. This is the simplest case, and it works for exactly the one address you added.

The other version, common with hardware wallets, uses something called an extended public key, or xpub. An xpub is a special kind of public key that can derive every individual receiving address a wallet will ever generate, without being able to derive any private key from them. A hardware wallet owner can export just the xpub to a phone or desktop app, letting that app display balances and history across the whole wallet, while the actual signing key stays locked in the hardware device. Ethereum-style wallets, including the kind used on Base, more commonly rely on the simpler single-address version since a given account usually reuses one address rather than generating a new one per transaction.

Why anyone bothers

The clearest use case is checking on funds you do not want sitting on an internet-connected device. If your long-term holdings live on a hardware wallet you keep unplugged most of the time, a watch-only entry lets you glance at the balance from your phone without plugging anything in or exposing a key to a connected app.

It is also useful for keeping an eye on an address that is not yours in the way a private key implies ownership, for example a shared team treasury where you want visibility without custody, or a friend's address you are helping monitor for an incoming transfer. Since the data involved is already public on the block explorer, a watch-only entry is really just a more convenient window into the same information, organized inside your regular wallet app instead of a separate search.

It also has a quieter benefit: it lets you rehearse. Before you ever move real funds through a new wallet setup, you can add its address as watch-only somewhere else and confirm you are reading the right account, the right network, and the right balance, before a key or a signature is anywhere in the picture.

What it does not protect against

A watch-only wallet is not a security feature for the address itself. It changes nothing about how safe the underlying key is, and it does not stop the address from receiving unwanted transfers, since anyone can send to a public address regardless of who is watching it. If you have ever gotten a token you never asked for, our article on unsolicited tokens and airdrop scams covers why that happens and why you should not interact with them.

It is also worth remembering that adding an address as watch-only reveals nothing you were not already exposing by using that address on-chain. The privacy tradeoffs of a public ledger exist whether or not anyone sets up a formal watch-only entry, so treating an address as semi-public, as we noted in the block explorer guide, is good practice either way.

The one line worth remembering

If an app, a person, or a website ever asks you to enter a recovery phrase or private key just to "watch" or "sync" a wallet, that is not a watch-only setup, and it is not a legitimate request. A real watch-only feature only ever needs a public address or an xpub. Anything asking for more than that is asking for the ability to spend, not the ability to look.

Simple Base Swap is built as a straightforward self-custody wallet for one network, where the keys you hold are the ones that actually move your funds. Start at app.simplebaseswap.com, or get the iOS or Android app.

Sources: Watch-Only Wallet Addresses: Explained, Trust Wallet, What is a Watch-Only Wallet?, OneKey Help Center

Ready to try it yourself?

Create a non-custodial wallet on Base in seconds. No account, no sign-up.

Open the web app