# Fungible Token contracts

We currently have NFT smart contracts deployed on 8 different blockchains.

<table data-header-hidden><thead><tr><th width="150">Blockchain</th><th>Smart Contract Address</th><th>Status</th></tr></thead><tbody><tr><td><strong>Blockchain</strong></td><td>Smart Contract Address</td><td>Status</td></tr><tr><td><strong>Avalanche ERC20</strong></td><td><a href="https://snowtrace.io/address/0x99aeecf3717ec6b369d847e3d62d14e14251e4d4">0x99aeecf3717ec6b369d847e3d62d14e14251e4d4</a></td><td>✅Deployed</td></tr><tr><td><strong>Base ERC20</strong></td><td><a href="https://basescan.org/address/0x55F02AcD0ba21AFaC507c8C79cF5Bc25A92A6754">0x55F02AcD0ba21AFaC507c8C79cF5Bc25A92A6754</a></td><td>✅Deployed</td></tr><tr><td><strong>BSC ERC20</strong></td><td><a href="https://bscscan.com/address/0xbba0f2f541809a85c18dd0106080076a0ba21b2b">0xbba0f2f541809a85c18dd0106080076a0ba21b2b</a></td><td>✅Deployed</td></tr><tr><td><strong>Ethereum ERC20</strong></td><td><a href="https://etherscan.com/address/0x203aad20f51bbe43e650d3ceea88d43dd6c817c1">0x203aad20f51bbe43e650d3ceea88d43dd6c817c1</a></td><td>✅Deployed</td></tr><tr><td><strong>Neo N3 NEP17</strong></td><td><a href="https://dora.coz.io/contract/neo3/mainnet/0x9b049f1283515eef1d3f6ac610e1595ed25ca3e9">0x9b049f1283515eef1d3f6ac610e1595ed25ca3e9</a></td><td>✅Deployed</td></tr><tr><td><strong>Phantasma Chain</strong></td><td><a href="https://explorer.phantasma.io/address/S3dJe822vTkyYCsqoB6vFNvyoETRHaRxi8Q7enTNK4bcw8N">S3dJe822vTkyYCsqoB6vFNvyoETRHaRxi8Q7enTNK4bcw8N</a></td><td>✅Deployed</td></tr><tr><td><strong>Polygon ERC20</strong></td><td><a href="https://polygonscan.com/address/0xffcd553464a00d7b30a48960611e5032f544700a">0xffcd553464a00d7b30a48960611e5032f544700a</a></td><td>✅Deployed</td></tr><tr><td><strong>Neo X ERC20</strong></td><td><a href="https://xexplorer.neo.org/token/0x42bD1B1c84aD8Cf576D25FCd86A7EFbE2752Fe02">0x42bD1B1c84aD8Cf576D25FCd86A7EFbE2752Fe02</a></td><td>✅Deployed</td></tr></tbody></table>


---

# 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.ghostmarket.io/smart-contracts/ft-smart-contracts.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.
