πŸͺ™MRC-20

MRC-20s are BRC20-like tokens mined by holding MRC721s

What is MRC-20?

MRC20s are tokens similar to BRC20s that are generated passively by holding MRC721s. Compared to BRC20 and ARC20, the unique feature of MRC20s is that users do not need to manually inscribe mints. Our custom indexer calculates available balances of your MRC20s based on your MRC721 holdings and how long you've held them. MRC20s inherit the transfer operation from BRC20, which is how users will be able to transfer and sell their MRC20s.

Parameter Example

In this example:

  • "p": "mrc-20" indicates an operation under the MRC-20 protocol.

  • "op": "transfer" specifies that this is a transfer operation.

  • "tick": "ordi" represents the symbol for the token.

  • "amt": "100" denotes a transfer quantity of 100.

  • "dec": "8" signifies that the token has 8 decimal places.

Last updated