# /address

Get detailed information about a Solana wallet address.

## Usage

`/address <address>`

| Option    | Required | Description                              |
| --------- | :------: | ---------------------------------------- |
| `address` |     x    | The Solana wallet address or .sol domain |

## What it shows

* SOL balance
* Total wallet value (USD)
* 7-day PNL (profit and loss)
* Top 10 token holdings with values
* .sol domains owned by the wallet
* Nametag (if one is set for this server)

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-address.png" alt=""><figcaption><p>/address command result</p></figcaption></figure>

{% hint style="info" %}
You can give wallets a custom name using nametags. This will display the name instead of the address. Learn more in [Nametags & Labels](/discord-bot-features/nametags-and-labels.md).
{% endhint %}

The response also includes a link to manage trackers for this wallet on the dashboard.


---

# Agent Instructions: 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:

```
GET https://docs.solmatebot.com/discord-commands/address.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
