# Tokens ( ERC-20 )

## Standard Token Operations

* [Get PLYR L1 Token List](/api-reference/assets/tokens-erc-20/get-plyr-l1-token-list.md)
* [Get User Token Balance](/api-reference/assets/tokens-erc-20/get-user-token-balance.md)
* [Get User Token Allowance](/api-reference/assets/tokens-erc-20/get-user-token-allowance.md)
* [Approve User Token Spending](/api-reference/assets/tokens-erc-20/approve-user-token-spending.md)
* [Revoke User Token Allowance](/api-reference/assets/tokens-erc-20/revoke-user-token-allowance.md)

## In-Game Chips

In-Game Chips are specialized ERC-20 tokens that can be used within games on the PLYR platform. For more information, see the [In-Game Chips Overview](/api-reference/assets/tokens-erc-20/in-game-chips-overview.md).

* [Create Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/create-chip.md)
* [Mint Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/mint-chip.md)
* [Burn Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/burn-chip.md)
* [Transfer Chip](/api-reference/assets/tokens-erc-20/in-game-chips-overview/transfer-chip.md)
* [Get Chip Balance](/api-reference/assets/tokens-erc-20/in-game-chips-overview/get-chip-balance.md)
* [Get Chip Info](/api-reference/assets/tokens-erc-20/in-game-chips-overview/get-chip-info.md)


---

# 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.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.
