> For the complete documentation index, see [llms.txt](https://realtyx.gitbook.io/realtyx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realtyx.gitbook.io/realtyx/user-guide-how-to-get-started-with-realtyx.md).

# User Guide: How to Get Started with RealtyX

## Step-by-Step Guide

### 1. Create an Account and Connect Your Wallet

* Sign up for a RealtyX account.
* Connect your EVM wallet for seamless transactions.

### 2. Verify Your Identity

* Complete the Know Your Customer (KYC) verification process with a valid government-issued ID.

### 3. Purchase RST&#x20;

* Acquire RST on our primary market using major cryptocurrencies on Ethereum, Polygon, and Base networks.
* Alternatively, purchase RST on our secondary market with Base USDC. Support for Plume stablecoins is coming soon.

### 4. Earn Passive Income and Unlock Features

* Enjoy bi-weekly passive rental income in USDC.
* Leverage your RST to unlock exclusive features like mining and lending in our Utility Vault.

### 5. Flexibility to Exit Your Position

* Sell your RST on the secondary market or place a sell order at your desired price.

#### For a more detailed guide, please visit [here](https://realtyx.co/pdfs/how-to-get-started.pdf).


---

# 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://realtyx.gitbook.io/realtyx/user-guide-how-to-get-started-with-realtyx.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.
