> For the complete documentation index, see [llms.txt](https://amelias-organization-20.gitbook.io/olio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amelias-organization-20.gitbook.io/olio/readme.md).

# Welcome to Olio

**Get paid in USDC. Keep your business your business.**

Olio is a private payment rail on Stellar. You share a simple link, your client pays it, and the money lands in your private balance — without broadcasting your whole payment history to the entire internet.

No wallet doxxing. No one scrolling through your income. Just clean, private payments that still let you cash out to your bank whenever you want.

## The one-minute version

* You claim a username, like `@dinar`.
* You share `olio/pay/dinar` (or a QR code) with clients.
* They pay in USDC — from Stellar or another chain.
* The payment becomes a **private note** only you can see and spend.
* You cash out to a Stellar wallet or straight to your bank.

That's it. The privacy happens automatically in the background.

## Pick your path

{% hint style="info" %}
**New to crypto?** No stress. Head to [The Basics, No Jargon](/olio/new-to-crypto-start-here/new-to-crypto.md) and we'll walk you through it.
{% endhint %}

* 🤔 **Wondering if this is for you?** → [Why Privacy Matters](/olio/is-olio-for-you/why-privacy-matters.md)
* ⚡ **Ready to go?** → [Quickstart](/olio/getting-started/quickstart.md)
* 🔍 **Want to know how the magic works?** → [How Olio Works](/olio/under-the-hood/how-it-works.md)
* 🛟 **Got a question?** → [FAQs](/olio/more/faqs.md)

## A quick, honest note

Olio is currently running on **testnet** — a practice version of the network with play money, so we can test everything before real funds are involved. Some things will change before launch, and we'll always tell you what's real and what isn't.

We'll also never ask for your PIN, seed phrase, or passwords. Anyone who does is not us. Pinky promise.


---

# 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://amelias-organization-20.gitbook.io/olio/readme.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.
