> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EIP-1155: Multi Token Standard

> EIP-1155 introduced the Multi Token Standard, an efficient framework capable of representing multiple token types—both fungible and non-fungible—within a single

# EIP-1155: Multi Token Standard

EIP-1155 introduced the Multi Token Standard, an efficient framework capable of representing multiple token types—both fungible and non-fungible—within a single

## Abstract

EIP-1155 introduced the Multi Token Standard, an efficient framework capable of representing multiple token types—both fungible and non-fungible—within a single smart contract. This architectural improvement addresses the limitations of EIP-20 and EIP-721, which require separate contract deployments for each token type. By reducing the number of contract deployments, the standard significantly lowers gas costs and complexity for dApps, particularly in gaming and complex asset ecosystems where many unique and non-unique items coexist. EIP-1155 allows for batch transfers and multi-asset management in one transaction, offering significant scalability benefits for decentralized applications requiring diverse tokenized inventories.

**Authors:** Witek Radomski, Andrew Cooke

**Publication:** Ethereum Improvement Proposals

**Publication date:** 2018-01-01

## Key findings

* Enabled management of multiple token types in a single smart contract.
* Reduced gas consumption for batch transfers and asset management.
* Supported hybrid models containing both fungible and non-fungible assets.
* Improved scalability for token-heavy applications like gaming platforms.

## Citation

Witek Radomski, Andrew Cooke (2018). EIP-1155: Multi Token Standard. Ethereum Improvement Proposals. [https://eips.ethereum.org/EIPS/eip-1155](https://eips.ethereum.org/EIPS/eip-1155)

## Related knowledge

* [Browser Wallet](/generated/v2/glossary/browser-wallet) — glossary
* [Browser Wallet](/generated/v2/glossary/browser-wallet) — related-glossary
* [ERC-1155](/generated/v2/glossary/erc-1155) — glossary
* [ERC-1155](/generated/v2/glossary/erc-1155) — related-glossary
* [Ethereum vs. Solana vs. Vector Smart Chain (VSC): Which Blockchain is Best in 2025?](/generated/v2/topics/ethereum-vs-solana-vs-vector-smart-chain-vsc-which-blockchain-is-best-in-2025) — article
* [Ethereum vs. Solana vs. Vector Smart Chain (VSC): Which Blockchain is Best in 2025?](/generated/v2/topics/ethereum-vs-solana-vs-vector-smart-chain-vsc-which-blockchain-is-best-in-2025) — related-article
* [Gaming + Web3 in 2025: Beyond Play-to-Earn](/generated/v2/topics/gaming-web3-in-2025-beyond-play-to-earn) — article
* [Gaming + Web3 in 2025: Beyond Play-to-Earn](/generated/v2/topics/gaming-web3-in-2025-beyond-play-to-earn) — related-article
* [Keccak-256](/generated/v2/glossary/keccak-256) — glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — related-glossary
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — related-article
* [Solana’s Comeback: Can It Outpace Ethereum in 2025?](/generated/v2/topics/solanas-comeback-can-it-outpace-ethereum-in-2025) — article
* [Solana’s Comeback: Can It Outpace Ethereum in 2025?](/generated/v2/topics/solanas-comeback-can-it-outpace-ethereum-in-2025) — related-article
* [Web3 Gaming: The Top Play-to-Earn and Metaverse Projects in 2025](/generated/v2/topics/web3-gaming-the-top-play-to-earn-and-metaverse-projects-in-2025) — article
* [Web3 Gaming: The Top Play-to-Earn and Metaverse Projects in 2025](/generated/v2/topics/web3-gaming-the-top-play-to-earn-and-metaverse-projects-in-2025) — related-article

***

**Canonical knowledge ID:** `research:eip-1155-multi-token-standard`
