# Join Juneo Mainnet

In the links below you can find all necessary resources to:

* connect a node
* add a node to the Validator Set
* create a Layer-1 Network
* deploy an EthereumVM
* perform transactions on your deployed EVM

{% hint style="info" %}
After step 1, you will need to get at least 100 JUNE to validate the mainnet . After this, you can proceed with step 2 -[ Add a Node to the Validator Set](/intro/validate/add-a-validator.md).

For indexation on [juneoscan](https://juneoscan.io/), please[ contact us.](https://discord.com/invite/juneosupernet)
{% endhint %}

***

#### 1. Connect a node

Documentation: [Connect a node](/intro/build/set-up-and-connect-a-node-manually.md)

Videos:

* 1.1. [Downloading the juneogo executables](https://drive.google.com/file/d/1wdO8k-d7GcJFx_IuOyjesEudcCx5tKdW/view?usp=drive_link)
* 1.2 [Connect a node to the Mainnet](https://drive.google.com/file/d/1Lf8Y1VBl-SzgGvYONcbNp4yByKQrCWBy/view?usp=drive_link)
* 1.3 [Check if your node is bootstrapped](https://drive.google.com/file/d/1-cYz3D8WJK7XsKJHA2yNqPZaK5ROawOF/view?usp=drive_link)

***

#### 2. Add a node to the validator set

Documentation: [Add A Node to the Validator Set](/intro/validate/add-a-validator.md)

Videos:

* 2.1 [Add a Node to the Validator Set](https://drive.google.com/file/d/1iqHl8bYWY0mgj3K0uOtBcuM_v-8aLwqf/view?usp=drive_link)

***

#### 3. Create a Layer-1 Network

Documentation: [Create a Layer-1 Network](/intro/build/create-a-supernet.md)

Videos:

* 3.1 [Create a Layer-1 Network part 1](https://drive.google.com/file/d/1cTKgiNKUwQxb98Db2NSUiTPj_hHKdQe2/view?usp=drive_link)
* 3.2 [Create a Layer-1 Network part 2](https://drive.google.com/file/d/1UTwpyl0YZjFG1SIEUOKOSUTKBHLBLKSD/view?usp=drive_link)

***

#### 4. Deploy an EthereumVM

Documentation: [Deploy a VM](/intro/build/deploy-a-vm.md)

Videos:

* 4.1 [Deploy an EVM](https://drive.google.com/file/d/1Vabq9_LbIxod7Si-xoBuUKte-oWHYpa-/view?usp=drive_link)
* 4.2 [Adding your chain to MetaMask part 1](https://drive.google.com/file/d/1CizBJm_t37fHfJs8yycNUhBd4ZicZxu4/view?usp=drive_link)
* 4.3 [Adding your chain to MetaMask part 2](https://drive.google.com/file/d/19v-olLU8gtA4T1tR96qtPqIOcD8mVvc-/view?usp=drive_link)
* 4.4 [Performing a transaction using MetaMask](https://drive.google.com/file/d/1piNHiz4wOlKLLKnjABYAhQ1eiGBoojTW/view?usp=drive_link)

***

#### Important links

* [juneojs](https://github.com/Juneo-io/juneojs)
* [juneogo-binaries](https://github.com/Juneo-io/juneogo-binaries)
* [Avalanche Docs](https://docs.avax.network/)
* Trouble following these steps?[ ](https://juneosupernet.com/)[Contact us](https://discord.com/invite/juneosupernet)

***

**Networks** <br>

* The initial testing network was **Genesis Testnet**.
* The current testing network is **Socotra Testnet**.
* It is accessible via the [Juneo Scan explorer](https://juneoscan.io/)
* If you want to join the Socotra Testnet, please see this section: [Join Juneo Mainet](/intro/the-juneo-network/join-the-socotra-testnet-v1.md)<br>


---

# 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.juneo.com/intro/the-juneo-network/join-the-socotra-testnet-v1.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.
