# Raptoreum - Getting Started

* Send 1.8 million RTM to self (this is current collateral amount)
* Wait for 1 confirmation

#### 2. Build protx command for control wallet <a href="#id-10-toc-title" id="id-10-toc-title"></a>

Here is an example protx quick\_setup command:

```
protx quick_setup "c4bbcde9771668fa640c263d4b964f688b0f039f7b684e715d92e4012369fea6" "1" "194.113.73.87:10226" "RFbWv94ZfueciwVVpHLMdqFayaXAS4sBxP"
```

The structure from left to right is:

* **Transaction ID:** In your wallet go to “Transactions” right click the one you sent yourself earlier and “Copy Transaction ID”. Replace the Transaction ID in example.
* **Collateral index:** Tools > Debug console. Type smartnode outputs to check if 1 or 0. Adjust example command if needed.
* **Your smartnode server IP:10226** Replace example IP with your Smartnode server IP, leave port as is.
* **Fee address:** This is any address in your wallet which contains enough RTM to pay the fee (cannot be the address which you sent the 1 million RTM to). When you enter the protx quick\_setup command it is a transaction and needs to be paid for. It is a very small amount 1/2 an RTM is more than enough. In Debug console do “listaddressbalances” to show all addresses with a balance, choose one and replace address in example command.

Copy the **OperatorSecret** text that appears.

From the Node Orbit dashboard, find your node, click Update Node and paste in this value which will finish the node provisioning process.


---

# 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.nodeorbit.com/raptoreum/raptoreum-getting-started.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.
