# Examples and Snippets

This directory contains practical examples and building blocks for x/tokenization.

## Contents

* [Base Collection Configuration](/token-standard/examples/base-collection-details.md) - Standard base collection configuration template
* [Empty Approval Criteria](/token-standard/examples/empty-approval-criteria.md) - Template for unrestricted approval criteria
* [Defining Circulating Supply](/token-standard/examples/defining-circulating-supply.md) - How to define and lock circulating supply
* [Building Collection Approvals](/token-standard/examples/building-collection-approvals.md) - Guide to building collection-level approvals
* [Building User Approvals](/token-standard/examples/building-user-approvals.md) - Guide to building user-level incoming and outgoing approvals
* [Building Collection Permissions](/token-standard/examples/building-collection-permissions.md) - Guide to configuring collection permissions
* [Building User Permissions](/token-standard/examples/building-user-permissions.md) - Guide to configuring user-level permissions
* [Cosmos Coin Wrapper Example](/token-standard/examples/cosmos-coin-wrapper-example.md) - Example of wrapping tokens as Cosmos coins
* [Mint All to Self Tutorial](/token-standard/examples/mint-all-to-self-tutorial.md) - Tutorial for creating collection and minting tokens to yourself
* [Approvals](https://github.com/trevormil/bitbadges-docs/blob/master/x-tokenization/examples/approvals/README.md) - Common approval patterns and examples
  * [Transferable Approval](/token-standard/examples/approvals/transferable-approval.md) - Basic transferable approval configuration
  * [Burnable Approval](/token-standard/examples/approvals/burnable-approval.md) - Approval allowing tokens to be burned
  * [Cosmos Wrapper Approval](/token-standard/examples/approvals/cosmos-wrapper-approval.md) - Approval for wrapping tokens as Cosmos coins
  * [Cosmos Unwrapper Approval](/token-standard/examples/approvals/cosmos-unwrapper-approval.md) - Approval for unwrapping Cosmos coins back to tokens
  * [Admin Override Approval](/token-standard/examples/approvals/admin-override-approval.md) - Admin approval that overrides user-level restrictions
* [Permissions](/token-standard/examples/permissions.md) - Common permission patterns and examples
* [Transactions](/token-standard/examples/txs.md) - Full transaction examples
  * [MsgCreateCollection](/token-standard/examples/txs/msgcreatecollection.md) - Complete transaction examples for creating collections


---

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