# What is a Stargaze Name?

Stargaze Names are human-readable identities for your Cosmos address.

## The Problem

Cosmos addresses look like this:

```
cosmos1abc123def456ghi789jkl012mno345pqr678stu
```

Hard to remember, easy to make mistakes.

## The Solution

With a Stargaze Name, your address becomes:

```
starty.stars
```

Simple, memorable, yours.

## How It Works

When you register a Stargaze Name:

1. The name is minted as an NFT
2. It's linked to your wallet address
3. Others can send you funds using just your name
4. You can trade it like any other NFT

## Features

### Identity

* Your name across the Cosmos ecosystem
* Display on your Stargaze profile
* Recognizable in transactions

### Tradeable

* Names are NFTs
* Buy, sell, and trade on the marketplace
* Valuable names appreciate

### Renewable

* Names require periodic renewal
* Keeps namespace clean
* Prevents squatting

## Name Format

Stargaze Names follow this format:

```
yourname.stars
```

* **yourname** - Your chosen identifier
* **.stars** - The suffix

## Use Cases

* **Payments** - Receive ATOM to `yourname`
* **Identity** - Be recognized in the community
* **Investment** - Valuable names hold value
* **Branding** - Projects and creators claim their name

## Getting Started

Ready to claim your name? See [Registering a Name](/names/registering-a-name.md).


---

# 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.stargaze.zone/names/what-is-a-stargaze-name.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.
