Can ERC1155 tokens be put onto uniswap?

I want to make a smart contract that mint erc1155 tokens on a sigmoid bonding curve and then put those tokens on uniswap, is that possible?

1 Like

Hi @Alexander_Yoseph,

I don’t know if Uniswap supports ERC1155, I thought it only supported ERC20.

You could try asking in the Uniswap Discord: (Link in Community on https://uniswap.org/)

Well i thought that erc1155 lets you program them into erc20 tokens but I guess its just acts like a erc 20 but it isn’t one fundamentally.

1 Like

Hi @Alexander_Yoseph,

ERC1155 is a multi token standard: https://docs.openzeppelin.com/contracts/3.x/erc1155
Individual tokens aren’t compatible with ERC20.

Does that mean that ERC1155 Fungible Tokens are supported by uniswap, but ERC1155 NFTs are NOT? Or is that still unresolved?