# Patex Network

Welcome to the Patex Network!

Whether you're just looking to [deploy a basic contract (opens new window)](https://github.com/patex-ecosystem/patex-tutorial/tree/main/getting-started) or you're ready to build a cross-chain app, you'll be able to find everything you need to start building on Patex within this section.

If you're looking for third-party tools that make building on Patex easier, check out the [Tools for Developers](https://docs.patex.io/tech/for-developers) section.

### [#](https://docs.patex.io/tech/broken-reference) Where should I start? <a href="#where-should-i-start" id="where-should-i-start"></a>

#### [#](https://docs.patex.io/tech/broken-reference) Just getting started with Patex? <a href="#just-getting-started-with-optimism" id="just-getting-started-with-optimism"></a>

If you're brand new to Patex, we recommend checking out the [guide to deploying a basic contract (opens new window)](https://docs.patex.io/tech/for-developers/contracts-deployment). It'll get you familiar with the core steps required to get a contract deployed to the network. Luckily, Patex is EVM equivalent 100% the same as deploying a contract to Ethereum.

If you're a bit more familiar with Patex and Ethereum, you can try walking through one of the various [tutorials (opens new window)](https://github.com/patex-ecosystem/patex-tutorial/tree/main/getting-started) put together by the Patex community. They'll help you get a headstart when building your first Optimistic project.

#### [#](https://docs.patex.io/tech/broken-reference) Ready to deploy a contract? <a href="#ready-to-deploy-a-contract" id="ready-to-deploy-a-contract"></a>

If you're looking to deploy your contracts to the Patex mainnet or the Patex Sepolia Testnet, take a look at the [contract deployment](https://docs.patex.io/tech/for-developers/contracts-deployment) tutorial (opens new window). It contains sample configuration files for deploying your contracts from common frameworks like Hardhat, Truffle, and Brownie.

You might also want to check out our guides for running a local development environment or running your own Patex node. These guides are designed to help you feel totally confident in your Patex deployment.

#### [#](https://docs.patex.io/tech/broken-reference) Want to explore the cross-chain frontier? <a href="#want-to-explore-the-cross-chain-frontier" id="want-to-explore-the-cross-chain-frontier"></a>

We've got detailed guides for that. If you want to bridge a token from Ethereum to Patex (or vice versa!), you should use [Ethereum Converter.](https://patex.io/cabinet/converter) The Ethereum Converter makes the process of moving ETH between chains as easy as possible.

### [#](https://docs.patex.io/tech/broken-reference) Still don't know where to look? <a href="#still-don-t-know-where-to-look" id="still-don-t-know-where-to-look"></a>

If you can't find the content you're looking for you've got a few options to get extra help. We recommend first searching through this documentation (search bar at the top right). If you've already done this and come up short, you can try visit official Patex [web-site](https://patex.io).


---

# 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/patex-network.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.
