# CityCoins

## CityCoins

- [Introduction](https://docs.citycoins.co/readme.md): CityCoins are cryptocurrencies that allow you to support your favorite cities while earning Stacks and Bitcoin.
- [What are CityCoins?](https://docs.citycoins.co/about-citycoins/what-are-citycoins.md): A quick intro to the CityCoins protocol.
- [How do I get started?](https://docs.citycoins.co/about-citycoins/how-do-i-get-started.md): How to get started with Stacks and CityCoins.
- [General](https://docs.citycoins.co/citycoins-resources/general.md): General resources centered around the CityCoins ecosystem.
- [Registration and Activation](https://docs.citycoins.co/core-protocol/registration-and-activation.md): An overview of the registration and activation component of the CityCoins protocol.
- [Mining CityCoins](https://docs.citycoins.co/core-protocol/mining-citycoins.md): An overview of the mining component of the CityCoins protocol.
- [Stacking CityCoins](https://docs.citycoins.co/core-protocol/stacking-citycoins.md): An overview of the stacking component of the CityCoins protocol.
- [Token Configuration](https://docs.citycoins.co/core-protocol/token-configuration.md): An overview of the token component of the CityCoins protocol.
- [General](https://docs.citycoins.co/developer-resources/general.md): General developer resources for building with Stacks and CityCoins.
- [API](https://docs.citycoins.co/developer-resources/api.md): A simple API to interact with Stacks and CityCoins data.
- [Code Examples](https://docs.citycoins.co/developer-resources/code-examples.md): Examples of various interactions with the Stacks blockchain and CityCoins protocol.
- [Get Account Transactions](https://docs.citycoins.co/developer-resources/code-examples/get-account-transactions.md): Getting and manipulating transactions from the Stacks blockchain.
- [Activation](https://docs.citycoins.co/developer-resources/code-examples/activation.md): Examples of CityCoin contract functions related to activation and registration.
- [Mining](https://docs.citycoins.co/developer-resources/code-examples/mining.md): Examples of CityCoin contract functions related to mining.
- [Mining Claims](https://docs.citycoins.co/developer-resources/code-examples/mining-claims.md): Examples of CityCoin contract functions related to mining claims.
- [Stacking](https://docs.citycoins.co/developer-resources/code-examples/stacking.md): Examples of CityCoin contract functions related to stacking.
- [Contracts](https://docs.citycoins.co/developer-resources/citycoin-contracts.md): Links and information about deployed CityCoin contracts.
- [Integrations](https://docs.citycoins.co/developer-resources/integrations.md): A guide for integrating the Stacks blockchain and CityCoins protocol.
- [Supporting Stacks](https://docs.citycoins.co/developer-resources/integrations/supporting-stacks.md): Implementing and interacting with a Stacks node and related software.
- [Supporting CityCoins](https://docs.citycoins.co/developer-resources/integrations/supporting-citycoins.md): Interacting with the CityCoins protocol.
- [Stacks Transactions](https://docs.citycoins.co/developer-resources/integrations/stacks-transactions.md): Creating, monitoring, and interacting with Stacks blockchain transactions.
- [Additional Info](https://docs.citycoins.co/developer-resources/integrations/additional-info.md): Community resources, implementations, and more.
- [Activation](https://docs.citycoins.co/contract-functions/activation.md): CityCoin contract functions related to activation and registration.
- [Mining](https://docs.citycoins.co/contract-functions/mining.md): CityCoin contract functions related to mining.
- [Mining Claims](https://docs.citycoins.co/contract-functions/mining-claims.md): CityCoin contract functions related to mining claims.
- [Stacking](https://docs.citycoins.co/contract-functions/stacking.md): CityCoin contract functions related to stacking.
- [Stacking Claims](https://docs.citycoins.co/contract-functions/stacking-claims.md): CityCoin contract functions related to stacking claims.
- [Token](https://docs.citycoins.co/contract-functions/token.md): CityCoin contract functions related to CityCoin tokens.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.citycoins.co/readme.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.
