# Overview

## An ecosystem overview

There are multiple blockchains in the world and each have their own standards or utilize existing standards of token generation. The most relevant ones are described and detailed as follows:

## 1) Fungible Tokens

### Ethereum and EVM based chains

* ERC20 for the tokens that are minted on the Ethereum network. The tokens that are created on an EVM on Ethereum.
* ERC721, ERC1155 ERC998 and more token standards for non-fungible tokens.

### Non-EVM

1. Solana
   1. Solana's SPL20 token standard
   2. Solana's metaplex non-fungible token standard
2. Flow Blockchain
3. Tezos

### Cosmos Ecosystem

1. ICS20 tokens are the fungible tokens within the Cosmos Network
2. IBC tokens - These are ICS20 tokens but do NOT reside on the native chain. Every IBC channel produces an ICS20 token on the chain to which messages are being relayed. Know more about IBC here.
3. Non-fungible tokens
4. Other futuristic token models
5. Hierarchical non-fungible tokens
6. iNFTs or smart NFTs which are created using AI/logic embedded within NFT models (powered by contracts or oracles)&#x20;
7. Semi-fungible tokens
8. Non-transferable NFTs
9. Multi-token Standard for NFTs

## Connect with us

*Interested to implement OmniFlix's NFT & community infrastructure for your film3 movie, studio or your community? Want to create the next-gen media studio on the blockchain?*

Write to us on our [website](https://OmniFlix.network) and in case of any specific queries, reach out to us on [Discord](https://discord.com/invite/6gdQ4yZSTC) or [Instagram](https://www.instagram.com/OmniFlixNetwork/) or [Twitter](https://twitter.com/OmniFlixNetwork) or [Reddit](https://reddit.com/r/OmniFlix) even on our public [Telegram](https://t.me/OmniFlixChat) Group Chat.


---

# 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.omniflix.network/tokens/overview.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.
