> For the complete documentation index, see [llms.txt](https://docs.mayaprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mayaprotocol.com/blockchain-explorer/mayascan/mrc-20-tokens.md).

# MRC-20 Tokens

**MRC-20 tokens** are a revolutionary step forward in the Maya Protocol, and are powered by the MAYAChain and indexed by MayaScan. This new ecosystem is designed to make token deployment, minting, transfer, selling, and buying effortless and efficient. It is based on the concept of memos and ordinal theory, which draws inspiration from both the ERC-20 standard on Ethereum and Bitcoin's ordinals.

**MRC-20** combines these elements to create a comprehensive and secure framework for managing token interactions, ensuring the preservation of network integrity. By providing this new standardized approach to token operations, MRC-20 is revolutionizing the way users interact with tokens on the blockchain and reinforcing Maya's position as a leader in blockchain innovation.

For more info on how to interact with MRC-20 Tokens, or even create your own, [**click here**](https://www.mayascan.org/standards/mrc-20/docs).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mayaprotocol.com/blockchain-explorer/mayascan/mrc-20-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
