Skip to main content

โœจ KIP37 (Multi Tokens)

Introduction โ€‹

KIP37 is a standard for representing digital assets on the Klaytn blockchain that allows the creation of multiple token standards in the same contract. This contract allows for a โ€œhybrid tokenโ€ which includes a combination of fungible tokens and non-fungible tokens. It enables you to create every type of asset, from currency and virtual land to digital art and gaming items.

KIP37 as a token standard is heavily derived from ERC1155, the go-to standard for NFTs within blockchain games. Using this standard as opposed to deploying seperate KIP7 and KIP17 contracts has benefits. It allows developers to consolidate the logic in one contract and one single address. It also allows batch transfers to operate in the confines of the same contract โ€” and all of this can be accomplished at a reduced gas cost. Therefore, to issue multiple tokens on top of Klaytn, the KIP37 standard specification must be implemented.

Use cases โ€‹

Since KIP37 provides a token standard that can power both fungible and non-fungible items in real games and their item economies, it is well-suited for blockchain games. A metaverse gaming application could use KIP37 to create fungible in-game coins, while also having a non-fungible plot of virtual land.

For example, Sandbox, a blockchain-based virtual world, uses a similar token standard (ERC1155) to mint both NFTs and fungible tokens, which they sell for use in various gaming experiences.

info

If you have any questions, please join our Discord server, or send us an email at developers@klaytn.foundation