> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/smart-contracts/proxy-contracts.md).

# Proxy Contracts

We currently have NFT and ERC20 proxy smart contracts deployed on 6 different blockchains.&#x20;

| Blockchain                | Smart Contract Address                                                                                                     | Status    |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------- | --------- |
| **Ethereum Proxy ERC20**  | [0x153909fB5232c72B5E613aae4898291b014785a1](https://etherscan.io/address/0x153909fB5232c72B5E613aae4898291b014785a1)      | ✅Deployed |
| **Ethereum Proxy NFT**    | [0x1bb6C21e6adB8757F46e77A7F4c5Ad9118f4A04d](https://etherscan.io/address/0x1bb6C21e6adB8757F46e77A7F4c5Ad9118f4A04d)      | ✅Deployed |
| **BSC Proxy ERC20**       | [0x2617Ad006cC4D4ed52D3Ed688316feF5b4658845](https://bscscan.com/address/0x2617Ad006cC4D4ed52D3Ed688316feF5b4658845)       | ✅Deployed |
| **BSC Proxy NFT**         | [0x7f61f22C7962F733853C8902Ccf55BC78F379431](https://bscscan.com/address/0x7f61f22C7962F733853C8902Ccf55BC78F379431)       | ✅Deployed |
| **Polygon Proxy ERC20**   | [0x44C5CE28c29934B71A2a0447745d551DfC7B5133](https://polygonscan.com/address/0x44C5CE28c29934B71A2a0447745d551DfC7B5133)   | ✅Deployed |
| **Polygon Proxy NFT**     | [0x26D583e2CDa958b13CC319FAd124aa729f8A196e](https://polygonscan.com/address/0x26D583e2CDa958b13CC319FAd124aa729f8A196e)   | ✅Deployed |
| **Avalanche Proxy ERC20** | [0x3417E77e81Cf31bb210c2364883EB83E5077f0Dd](https://snowtrace.io/address/0x3417E77e81Cf31bb210c2364883EB83E5077f0Dd)      | ✅Deployed |
| **Avalanche Proxy NFT**   | [0x3d7e2A3ecb2AE2a516465c611DFf813d7B9297f8](https://snowtrace.io/address/0x3d7e2A3ecb2AE2a516465c611DFf813d7B9297f8)      | ✅Deployed |
| **Base Proxy NFT**        | [0x31681e95A89034612926908F48A5E1Aa734EBf05](https://basescan.org/address/0x31681e95A89034612926908F48A5E1Aa734EBf05)      | ✅Deployed |
| **Base Proxy ERC20**      | [0xE98E9D752d6104aDa0520988cd1834035762C8c7](https://basescan.org/address/0xE98E9D752d6104aDa0520988cd1834035762C8c7)      | ✅Deployed |
| **Neo X Proxy NFT**       | [0x204965aa9fd13D455DB38331788fd1DD509a969d](https://xexplorer.neo.org/address/0x204965aa9fd13D455DB38331788fd1DD509a969d) | ✅Deployed |
| **Neo X Proxy ERC20**     | [0xFC2eb99ABAe550903a41DafCb6D797BcD0D88758](https://xexplorer.neo.org/address/0xFC2eb99ABAe550903a41DafCb6D797BcD0D88758) | ✅Deployed |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/proxy-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.
