# How do I get started?

## Stacks **Wallets**

CityCoins follow the [SIP-010 fungible token standard](https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip-010-fungible-token-standard.md) on the Stacks blockchain, which is a fancy way of saying you'll need a Stacks wallet to interact with them.

The currently supported wallets for CityCoins are listed below.

|                                                       |                                                       |                                             |
| ----------------------------------------------------- | :---------------------------------------------------: | :-----------------------------------------: |
| **Features**                                          | [**Hiro Wallet**](https://hiro.so/wallet/install-web) | [**Xverse Wallet**](https://www.xverse.app) |
| <p>Desktop Support</p><p><em>(Win/Mac/Linux)</em></p> |                           ⚠                           |                                             |
| <p>Web Support</p><p><em>(Chrome/Firefox)</em></p>    |                           ✅                           |                      ✅                      |
| <p>Mobile Support</p><p><em>(Android/iPhone)</em></p> |                                                       |                      ✅                      |
| <p>Hardware Support<br>(Ledger only)</p>              |                           ✅                           |                                             |
| Activation                                            |                           ✅                           |                      ✅                      |
| Mining                                                |                           ✅                           |                      ✅                      |
| Stacking                                              |                           ✅                           |                      ✅                      |
| Send                                                  |                           ✅                           |                      ✅                      |
| Receive                                               |                           ✅                           |                      ✅                      |

{% hint style="warning" %}
The desktop version of the Hiro Wallet does not support displaying, sending, or receiving CityCoins at this time.
{% endhint %}

## **How to Acquire Stacks (STX)**

All transactions on the Stacks blockchain require Stacks (STX) as fuel.\
\
To acquire Stacks, please see the [market list on CoinMarketCap](https://coinmarketcap.com/currencies/stacks/markets/) for supported exchanges.

## **How to HODL CityCoins**

All CityCoins are fungible tokens on Stacks, meaning they are stored as part of your Stacks account and viewable in the [Stacks Explorer](https://explorer.stacks.co) by searching for your Stacks address.

{% hint style="info" %}
When sending or receiving CityCoins, use the Stacks address of the sender and recipient. A memo is generally only required when transferring to an exchange.
{% endhint %}


---

# 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.citycoins.co/about-citycoins/how-do-i-get-started.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.
