> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/tokens-and-nfts.md).

# Tokens & NFTs

See what you own and add tokens the wallet does not know yet.

{% stepper %}
{% step %}

### The Tokens tab

Lists your balances, with the network badge on each logo. Sort by **Value** or **A-Z**, **Refresh** to re-read the chain. Built-in tokens are *shown automatically and cannot be removed*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cd2385791cd5dc4cb0653c65f37d561040d47de4%2F01-tokens-tab.png?alt=media" alt="tokens tab"><figcaption><p>The Tokens tab on Ethereum.</p></figcaption></figure>
{% endstep %}

{% step %}

### Add a custom token

**Manage tokens → Add token** (or **Add custom token**). Paste the **Token contract address**, tap **Detect token**: the wallet reads its symbol and decimals from the chain. **Save**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-24f7bc62c31cf34c7ea4fc336e0219acf07e1d14%2F02-add-custom-token.png?alt=media" alt="add custom token"><figcaption><p>Adding a token by contract address.</p></figcaption></figure>
{% endstep %}

{% step %}

### Manage tokens

Hide tokens you do not want to see, or **Remove token** for ones you added.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-a30297cfe5e0d875cc78159191768a7e66cc7330%2F03-manage-tokens.png?alt=media" alt="manage tokens"><figcaption><p>The Manage tokens screen.</p></figcaption></figure>
{% endstep %}

{% step %}

### "Add suggested token" from a site

A website can suggest a token (`wallet_watchAsset`). The wallet shows **Type**, **Symbol**, **Token contract** and **Decimals**. Approve only if you expected it: a fake token with a familiar name is a common trick.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-5fd8626603a4d6b61c51728dacdb3010b2ebfff8%2F04-watch-asset-request.png?alt=media" alt="watch asset request"><figcaption><p>A site suggesting a token.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**NFTs** appear under their own tab with their collection and image. You can send one with **Send NFT** (choose **Quantity** for multi-edition tokens).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/browser-extension/tokens-and-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
