> For the complete documentation index, see [llms.txt](https://supraoracles.gitbook.io/supra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supraoracles.gitbook.io/supra/network/evm/overview/welcome-to-early-access.md).

# Welcome to Early Access

You’re now exploring the early-access environment for Supra’s MultiVM Testnet, a major step toward a fully unified, multi-language smart contract platform. This testnet gives developers the ability to experiment with Supra’s MultiVM architecture before full public release, offering early insight into how different programming languages and virtual machines come together seamlessly on a single Layer-1 network.

During early access, you can deploy and test smart contracts using the supported VMs, explore cross-VM workflows, and provide feedback that will help shape the final production environment. This phase is designed for hands-on experimentation, rapid iteration, and developer discovery as we expand support for more ecosystems.

***

## <mark style="color:red;">Where to Start?</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Build on SupraEVM</strong></mark></td><td>Choose your preferred EVM development framework Hardhat, Foundry, or Remix, and start deploying Solidity smart contracts on the SupraEVM MultiVM Testnet.                                    </td><td><a href="/supra/network/evm/overview/build-on-supraevm.md">Build on SupraEVM</a></td></tr><tr><td><mark style="color:red;"><strong>Network Information</strong></mark></td><td>Find the RPC endpoints, chain IDs, faucets, block explorers, and all the essentials needed to connect to the Supra MultiVM Testnet.                   </td><td><a href="/supra/network/evm/overview/network-information.md">Network Information</a></td></tr><tr><td><mark style="color:red;"><strong>SupraEVM Resources</strong></mark></td><td>Learn how Solidity and Move work on Supra, explore reference materials, compare virtual machines, and access curated resources for building secure, high-performance dApps.                                                   </td><td><a href="/supra/network/evm/overview/supraevm-resources.md">SupraEVM Resources</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://supraoracles.gitbook.io/supra/network/evm/overview/welcome-to-early-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
