# In-Game Chips

{% hint style="info" %}
In-Game Chips are tokens that can be created, minted, burned, and transferred within games on the PLYR platform.
{% endhint %}

## Overview

In-Game Chips provide a flexible token system for game developers to create and manage in-game currencies or tokens. These tokens exist within the PLYR ecosystem and can be used for various in-game economies.

## Available Operations

* [Create Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/create-chip.md) - Create a new in-game chip type
* [Mint Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/mint-chip.md) - Mint (create) chips for a user
* [Burn Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/burn-chip.md) - Burn (destroy) chips from a user
* [Transfer Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/transfer-chip.md) - Transfer chips between users
* [Get Chip Balance](/api-reference/assets/tokens-erc-20/in-game-chips-overview/get-chip-balance.md) - Get a user's balance for a specific chip
* [Get Chip Info](/api-reference/assets/tokens-erc-20/in-game-chips-overview/get-chip-info.md) - Get information about chips for a game


---

# 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://dev.plyr.network/api-reference/assets/tokens-erc-20/in-game-chips-overview.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.
