# ERC1155 NFTs

sudoAMM v2 supports ERC1155 NFT pairs against both ETH and ERC20 tokens. The design of ERC1155 pairs is similar to that of ERC721 pairs, with the key difference being that ERC1155 pairs must specify a single NFT ID that can be traded by the pair.

The NFT ID permitted to trade must be provided when the pair is created, after which it cannot be changed.

### Factory and Router Support <a href="#factory-and-router-support" id="factory-and-router-support"></a>

ERC1155 pairs are created with dedicated methods on the `LSSVMPairFactory`: `createPairERC1155ETH` and `createPairERC1155ERC20`.

There are no dedicated methods for ERC1155 pairs on the routers as they are fully compatible with the generic methods.


---

# Agent Instructions: 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:

```
GET https://docs.sanko.xyz/sanko-mainnet/sudoswap/sudoswap-overview/erc1155-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
