> For the complete documentation index, see [llms.txt](https://dev.plyr.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.plyr.network/api-reference/assets/tokens-erc-20/in-game-chips-overview.md).

# 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
