# Getting Started

{% stepper %}
{% step %}
Go to [https://revolt.money](https://revolt.money/)
{% endstep %}

{% step %}
Click Get Started and connect your Solana wallet.
{% endstep %}

{% step %}
Create sub‑accounts as needed (Spending, Savings, Business).
{% endstep %}

{% step %}
Send or receive at Solana speed, scan a QR or paste an address.
{% endstep %}

{% step %}
Optional: top up from any supported crypto.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Set a spending sub‑account with a smaller balance and keep your savings in a separate account for better security hygiene.
{% endhint %}


---

# 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.revolt.money/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.
