> For the complete documentation index, see [llms.txt](https://docs.silopay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silopay.io/getting-started.md).

# Getting Started

{% hint style="info" %}
This page walks through the core steps to start using Silo: create an account, claim a username, set receiver preferences, and make your first payment.
{% endhint %}

{% stepper %}
{% step %}

### Step 1 — Create an account

Provide an email address or phone number. No identity verification is required to get started. Personal tier accounts are active immediately.
{% endstep %}

{% step %}

### Step 2 — Claim your username

Choose a unique username (e.g., @alice). This is your permanent payment identity across all chains. Once claimed, your username cannot be changed. Anyone can send you a payment using just this username.
{% endstep %}

{% step %}

### Step 3 — Set your receiver preferences

Configure how you want to be paid: select your preferred chain, preferred asset, and one or more payout wallets. These preferences apply to every incoming payment. You can update them at any time. For a detailed explanation, see Usernames & Receiver Preferences.
{% endstep %}

{% step %}

### Step 4 — Send or receive a payment

Connect any existing wallet on a supported chain. To send, enter the recipient's username and a dollar amount, choose which asset and chain to pay from, and confirm. One wallet signature is all that's needed. To receive, share your username or generate a payment request QR code. Incoming payments are automatically routed to your wallet according to your saved preferences.
{% endstep %}

{% step %}

### Step 5 — Withdraw

When you receive a payment, your Silo account is credited. Initiate a withdrawal by signing from your primary wallet (the first wallet in your receiver preferences). Funds are delivered to your wallet(s) according to your preferences.
{% endstep %}
{% endstepper %}

#### **What's next**

To understand the full payment flow under the hood, see [Payments Flow](/how-silo-works/payments-flow.md). To learn about fee tiers and verification levels, see [Three-Tier System](/compliance/three-tier-system.md). To understand how privacy works on every transaction, see [Privacy Model](/privacy/privacy-model.md).


---

# 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://docs.silopay.io/getting-started.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.
