> 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
