# Overview

Technical information for developers integrating with Stargaze on the Cosmos Hub.

## Architecture

Stargaze runs on the **Cosmos Hub** using CosmWasm smart contracts. All NFT collections use the **CW721** standard.

## Contract Standard

Stargaze uses CW721 (Cosmos NFT standard) with extensions for:

* Royalty payments
* Collection metadata
* Migration support

See [CW721 Contract Reference](/developers/cw721-reference.md) for message specs.

## Chain Information

| Property          | Value       |
| ----------------- | ----------- |
| Chain             | Cosmos Hub  |
| Chain ID          | cosmoshub-4 |
| Token             | ATOM        |
| Contract Standard | CW721       |

## Querying NFT Data

To query NFT data on-chain, use standard CosmWasm contract queries against the collection contract address.

For indexed data (listings, sales history, etc.), contact the Stargaze team for API access.

## Building on Stargaze

Stargaze operates on the Cosmos Hub. For general Cosmos development:

* [Cosmos SDK Documentation](https://docs.cosmos.network)
* [CosmWasm Documentation](https://docs.cosmwasm.com)
* [CW721 Spec](https://github.com/CosmWasm/cw-nfts)

## API Access

Stargaze APIs and indexer access are not publicly available. For integration partnerships, contact the team via Discord.&#x20;


---

# 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/developers/overview.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.
