> For the complete documentation index, see [llms.txt](https://normalfi.gitbook.io/normal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://normalfi.gitbook.io/normal/intro/start-here.md).

# Start Here

<figure><img src="/files/oiuos4sNTJGnmQSWZ0Cy" alt=""><figcaption></figcaption></figure>

Hi, I'm [Justin](https://x.com/justinbenjaminn), co-founder and CEO of Normal.

We started Normal because crypto investing is still way too complicated. Most people stay in traditional banks not because they're great, but because they're easy. The trade-off is brutal: minimal returns, intermediaries taking a cut at every step, and zero ownership of the assets sitting in your account. The upside lives in crypto, but the moment you try to access it, you're thrown into a world of bridges, gas fees, smart contract risk, and a hundred protocols competing for your attention.

We think there's a better way.

Normal is a non-custodial wallet built on Stellar that bridges traditional and decentralized systems. You can hold, send, and swap stablecoins globally with sub-second settlement and sub-cent fees. You can earn institutional-grade yields on your USDC through automated savings, with full control of your funds at every step. And we're just getting started: support for major crypto assets, tokenized real-world assets, and a full suite of tools to grow your wealth are on the roadmap.

No middlemen. No custody risk. No complexity.

Just real finance, in your hands, working harder for you.

If you're new here, I invite you to:

* Learn how our protocol works
* Or just hang out in the community and see what we're about

We're here to make crypto feel... Normal.

Welcome aboard.

— [Justin Benjamin](https://x.com/justinbenjaminn)


---

# 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://normalfi.gitbook.io/normal/intro/start-here.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.
