# Getting ATOM

ATOM is the primary currency on Stargaze. You'll need it to buy NFTs, pay for gas fees, and interact with the marketplace.

## Where to Buy ATOM

### Centralized Exchanges

The easiest way to get ATOM if you're new to crypto:

* **Coinbase** - [coinbase.com](https://www.coinbase.com)
* **Kraken** - [kraken.com](https://www.kraken.com)
* **Binance** - [binance.com](https://www.binance.com)
* **Crypto.com** - [crypto.com](https://www.crypto.com)

**Steps:**

1. Create an account and complete verification
2. Deposit funds (bank transfer, card, etc.)
3. Buy ATOM
4. Withdraw to your Keplr/Leap wallet address

### Decentralized Exchanges

If you already have crypto in Cosmos:

* **Osmosis** - [osmosis.zone](https://osmosis.zone) - Swap other Cosmos tokens for ATOM
* **Skip** - Integrated swap within Stargaze

## Withdrawing to Your Wallet

When withdrawing from an exchange:

1. Go to Withdraw/Send
2. Select ATOM
3. Choose **Cosmos Hub** network (not other chains)
4. Paste your wallet address (starts with `cosmos1...`)
5. Confirm the transaction

Transfers typically take 1-2 minutes.

## How Much Do I Need?

* **Gas fees** - Usually very low per transaction
* **Buying NFTs** - Depends on the collection (check floor prices)
* **Recommended start** - 5-10 ATOM to explore comfortably


---

# 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/start-here/getting-atom.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.
