> For the complete documentation index, see [llms.txt](https://docs.bitbadges.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbadges.io/token-standard/queries.md).

# Queries

This directory contains detailed documentation for all query types supported by the tokens module.

## Query Categories

### Collection Queries

* [GetCollection](/token-standard/queries/get-collection.md) - Retrieve collection data and properties
* [GetCollectionStats](https://github.com/trevormil/bitbadges-docs/blob/master/x-tokenization/queries/get-collection-stats.md) - Get holder count and circulating supply statistics

### Balance Queries

* [GetBalance](/token-standard/queries/get-balance.md) - Get user balances for a collection
* [GetWrappableBalances](https://github.com/trevormil/bitbadges-docs/blob/master/x-tokenization/queries/get-wrappable-balances.md) - Get maximum amount of tokens that can be wrapped into cosmos coins

### Address List Queries

* [GetAddressList](/token-standard/queries/get-address-list.md) - Retrieve address list information

### Approval Tracking Queries

* [GetApprovalTracker](/token-standard/queries/get-approval-tracker.md) - Get approval usage tracking data and limits
* [GetChallengeTracker](/token-standard/queries/get-challenge-tracker.md) - Get challenge completion tracking status
* [GetETHSignatureTracker](/token-standard/queries/get-eth-signature-tracker.md) - Get ETH signature challenge usage tracking status

### Dynamic Store Queries

* [GetDynamicStore](/token-standard/queries/get-dynamic-store.md) - Get dynamic store configuration and metadata
* [GetDynamicStoreValue](/token-standard/queries/get-dynamic-store-value.md) - Get numeric value for specific address in store

### System Queries

* [Params](/token-standard/queries/params.md) - Get current module parameters and configuration


---

# 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 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.bitbadges.io/token-standard/queries.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.
