# How to Join the Live Network

The time has finally come. With the long-awaited Token Generation Event behind us, the economy of the Autonomi Network is alive and kicking. Real [Autonomi tokens](https://app.gitbook.com/o/LEc2fmTOD29lUCvfgFNa/s/yZv1zkASl6hUNUmP3ypg/) are being earned by nodes, traded on [exchanges](https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/buying), and used to upload and store data on the network.

If you're here for the first time and want to contribute some spare space—and earn Autonomi tokens for doing so— you can follow our [quickstart guides to running a node](https://docs.autonomi.com/node/quickstart-guide).

Or if you've already been running nodes on the Network until this point, here are the steps you need to take to get them connected and earning live tokens, and the follow-on steps needed to see Autonomi tokens in your wallet.

{% hint style="warning" %}

#### Reset not upgrade

It's vital, if you have been running nodes in the previous network and the beta, that you **Reset** rather than upgrade your nodes. Follow the steps below to do that.
{% endhint %}

## Reset Your Nodes

### Resetting with the Node Launchpad

{% stepper %}
{% step %}
**Download** the latest version of the [Node Launchpad](https://docs.autonomi.com/node/downloads)
{% endstep %}

{% step %}
Open the launchpad and **Press** **O** to access the Options screen.
{% endstep %}

{% step %}
**Press Ctrl + R**
{% endstep %}

{% step %}
Type the word **`reset`** and **Press Enter.**&#x20;

*Your nodes will reset and refresh in the background. Sometimes this can take a few moments.*
{% endstep %}

{% step %}
**Press Q** to Launchpad, and then re-open it
{% endstep %}

{% step %}
**Press** **Ctrl + G** to add your Nodes again, and **Press Enter** to start them
{% endstep %}
{% endstepper %}

### Resetting using the CLI <a href="#if-you-are-a-node-manager-cli-user-2" id="if-you-are-a-node-manager-cli-user-2"></a>

Here's the series of commands for advanced users already using the Node Manager CLI tool: `antctl`.\
\
After resetting, and while adding nodes again, note the additional arguments that should be used each time depending, on your circumstances. In particular the `--rewards-address` argument which allows you to attach your [wallet](https://docs.autonomi.com/node/guides/how-to-guides/add-your-wallet-address-using-the-node-manager) address to each node. This is now using the Arbitum One network:

```bash
1. antup update (to make sure you are on the latest version of the Node Manager)
2. antctl reset
3. antctl add (with the following args)
  --count <# of nodes>                                              => If not specified, only a single node is added
   --log-dir-path <path>                                             => optional, path to store the log files.
  --home-network                                                    => optional, if you're behind a NAT/home router/ without port-forwarding
  --upnp                                                            => optional, if you have enabled upnp in your router, mutually exclusive with home-network
  --node-port <single/range of ports>                               => If --home-network or --upnp is not provided, then you have to port-forward a set of ports and provide them here. We accept a single port i.e., 12000 or a range i.e., 12000-12010. The number of ports here should match the number of nodes specified using --count
  --enable-metrics-server                                           => optional, if you want the stats to be displayed inside the launchpad
  --rewards-address <your ethereum wallet address> evm-arbitrum-one => Must be specified at the end, to store your earned ANT.
4. antctl start --interval 2000
5. antctl status --details
```

{% hint style="info" %}
ANT tokens on the live network now use the Arbitrum One blockchain. So make it's crucial to include `evm-arbitrum-one`after your rewards wallet address.
{% endhint %}

## Update Your Wallet

Now that the Network is operating with real Autonomi tokens, you'll update your wallet to be able to see your tokens on the live network. \
\
You can keep the very same wallet address you have been using, but you'll need to [add the Arbitrum One network](https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/holding/add-arbitrum-network), and then [Import the Autonomi Token](https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/holding/import-the-autonomi-token) too.&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h3>Add Arbitrum</h3><p>Connecting your wallet with Arbitrum One, the first step to be able to work with Autonomi</p></td><td></td><td><a href="https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/holding/add-arbitrum-network">Add Arbitrum Network</a></td><td><a href="https://1933256554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmHMagc6BlRPNTxTKcyjL%2Fuploads%2FugGELT7jsyFb6ZkZBNWj%2Fexport_20252814533%201.png?alt=media&#x26;token=7f5d0985-78ef-4c19-a002-8db4150ab3a7">export_20252814533 1.png</a></td></tr><tr><td><h3>Import the Autonomi Token</h3></td><td>And finally, configure your wallet for Autonomi tokens</td><td><a href="https://app.gitbook.com/s/yZv1zkASl6hUNUmP3ypg/using-autonomi-tokens/holding/import-the-autonomi-token">Import the Autonomi Token</a></td><td><a href="https://1933256554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmHMagc6BlRPNTxTKcyjL%2Fuploads%2FnjojNOs7xgeQGnbXbmWj%2FFrame%20230.png?alt=media&#x26;token=df078727-b82d-49b3-820b-b7fbb3fecb3c">Frame 230.png</a></td></tr></tbody></table>
