# Mainnet Overview

You can find the chainid and supporting information for Patex, our network, using these parameters in table below.

| Testnet                | Parameters                                             |
| ---------------------- | ------------------------------------------------------ |
| **Network name**       | Patex                                                  |
| **RPC URL**            | <https://rpc.patex.io>                                 |
| **Chain ID**           | 789                                                    |
| **Currency symbol**    | ETH                                                    |
| **Block explorer URL** | [https://patexscan.io/](https://testnet.patexscan.io/) |

### [#](#erc-20-tokens) ERC-20 tokens <a href="#erc-20-tokens" id="erc-20-tokens"></a>

Patex Token Launched in production mode in few networks include own chain. You can check it all below.

#### Patex contracts <a href="#goerli-erc-20-testing-contracts" id="goerli-erc-20-testing-contracts"></a>

| Chain    | Type    | Address                                                                                                               |
| -------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
| Patex    | Token   | [0xFD4f2Caf941B6d737382DCe420b368DE3FC7f2D4](https://patexscan.io/address/0xFD4f2Caf941B6d737382DCe420b368DE3FC7f2D4) |
| Ethereum | Token   | [0xFD4f2Caf941B6d737382DCe420b368DE3FC7f2D4](https://etherscan.io/address/0xFD4f2Caf941B6d737382DCe420b368DE3FC7f2D4) |
| Patex    | Vesting | [0x6DA753a1c153Ea4CB50552a7E9C79b6C12e480C4](https://patexscan.io/address/0x6DA753a1c153Ea4CB50552a7E9C79b6C12e480C4) |

Additionally, all Patex networks have [WETH at address `0x4200000000000000000000000000000000000006` (opens new window)](https://patexscan.io/address/0x4200000000000000000000000000000000000006).

### [#](#erc-721-tokens)NFT Contracts <a href="#erc-721-tokens" id="erc-721-tokens"></a>

Patex support ERC-721 and ERC-1155 You can use the OpenZeppelin token contract or develop your own contracts system.


---

# 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.patex.io/tech/for-developers/mainnet-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.
