# What is the difference between FA1.2 and FA2 standards?

Any Tezos user can create a custom token of his own. To facilitate tokenization Tezos employs several token standards:

* **FA 1.2** is the more generic one, supporting only fungible tokens (akin to Ethereum's ERC-20). FA 2 is an advanced standard that also supports NFTs (similar to ERC-721 standard) and allows for multiple tokens to be managed on the same contract (like ERC-1155).
* **FA 2** is an advanced standard that also supports NFTs (similar to ERC-721 standard) and allows for multiple tokens to be managed on the same contract (like ERC-1155). NFT is a non-fungible token (FA2 standard). Each NFT is absolutely unique. This standard is most suited for minting digital collectible items, art objects, tickets, etc.

More information about differences between FA1.2 and FA2 standards you may find in our [educational article](https://story.madfish.solutions/do-we-need-a-new-tezos-token-standard/).

\\


---

# 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.quipuswap.com/tezos-tokens/what-is-the-difference-between-fa1.2-and-fa2-standards.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.
