# Setup your node wallets

## **Wallets for your node**

Don’t have an LTO Network wallet yet? Create one at [https://wallet.lto.network.](https://wallet.lto.network./)You need mainnet tokens to be able to stake (be part of the network with your tokens). If you don't have any LTO tokens yet you might want to check out tutorials about Buying LTO:

{% content-ref url="/pages/-M\_tdyav\_H32aanUZfbZ" %}
[Buying and staking LTO](/tutorials/buying-and-staking-lto.md)
{% endcontent-ref %}

Otherwise, chances are you already have tokens. Here are two additional edge cases that might apply to you if you already own LTO:

* Do you have ERC-20 or BEP-2 LTO tokens? Transfer them to mainnet tokens using the bridge function in the wallet interface. You can also refer to our tutorial at:

{% content-ref url="/pages/-Mb74jeucmcCfeOpR9mx" %}
[Using the LTO token bridge](/tutorials/buying-and-staking-lto/using-the-lto-bridge.md)
{% endcontent-ref %}

![Using the LTO token bridge you can swap your exchange tokens for mainnet tokens.](/files/-MbLb2VYN4aX7PigNoiT)

* Do you still have Investor Seed (Waves) tokens? Transfer them using the Waves Token Swap option in your freshly created wallet.

![“Waves Token Swap” option in LTO Network Wallet.](https://cdn-images-1.medium.com/max/1600/1*AbFELf_LiQoOOShgTMLbng.png)

The wallet you just created is (will be) your personal wallet. We’ll want another wallet which we’ll use just for staking. This new wallet will also receive the earnings. Go ahead and create another wallet. We’ll use the lease function of the LTO Network to lease your tokens from your personal wallet to the 2nd wallet.

As always make sure to write down the seeds of your wallet(s). You can use these to recover your wallet later if needed. Also, you’ll need the seed later on when configuring your Public node.

## **Leasing to your node**

The next step is creating your lease. You will want to lease your tokens from your personal wallet (Wallet #1) to your 2nd wallet (the wallet we’ll use for the node).

![Screenshot of the Leasing page in the LTO Network wallet interface.](https://cdn-images-1.medium.com/max/1600/1*cZnkI9ht6X1-73oZm_76cg.png)

As a first step click the “Start lease” button:

* Specify the recipient: \<the address of your 2nd wallet>
* Specify the amount (max = balance minus fee): \<enter a number>

Click Start lease and confirm to activate.

![A successfully activated lease from Wallet #1 — Personal wallet.](https://cdn-images-1.medium.com/max/1600/1*Q7N5XnVodoVbBfhnV9TKwg.png)

You can check out your 2nd wallet and see the lease was successful.

![A successful lease from Wallet #2 — Node.](https://cdn-images-1.medium.com/max/1600/1*eNZWqd9wxuC8x3HbBHed9w.png)

You’ll need at least 1.000 LTO in your wallet to be able to run a node. You probably want to make sure you have 10.000+ LTO. You can utilize the [Community ROI calculator](https://lto-lease.com/tools/roi) to calculate your possible benefits.

Next up is configuring your Public node. You can choose from multiple deployment methods outlined on the public node subpages:

{% content-ref url="/pages/-MQn5oMMUm5O1MZzqkbM" %}
[Public node](/node/public-node.md)
{% endcontent-ref %}

&#x20;Happy staking!


---

# 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.ltonetwork.com/tutorials/mining/prepare-setup-your-wallet.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.
