> For the complete documentation index, see [llms.txt](https://sphynxlabs.gitbook.io/sphynx-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/fiat-to-crypto.md).

# Fiat to Crypto

![](/files/IjiCRUeHEQp6TsJXsaFy)

Within the Sphynx App, users are able to purchase crypto assets using fiat currency. Currently, only certain regions are available due to regulations in certain countries or provinces. More regions will become available with time.

## To Buy Using Fiat, Follow the Steps Below:

* **Step 1:** Open the **Sphynx Wallet App**

![](/files/WAWJ5X1XBRPCCUixRflX)

* **Step 2:** Click on the network you would like to buy on. For this example we will use BSC to buy BNB

![](/files/XooRRPQMrQ0g26NKGEzD)

* **Step 3:** Click "Portfolio"

![](/files/3odWZi9ZNuK1E4B3C4pq)

* **Step 4:** Click "BNB"
* **Step 5:** Click "Buy"

![](/files/QX3ehx17NIcO6G0AdYyi)

* **Step 6:** Select the currency you're using and enter the amount you want to purchase
* **Step 7:** Click "Buy"

![](/files/UWIBDs5MaPfDglFHcibo)

* **Step 8:** Agree to “I have read and agreed to Personal Data Processing and to Guardian Terms of Service, Policy Privacy”

![](/files/h8na1DWjeW7yPsR9CTVe)

* **Step 9:** Put in your email address or phone number and click “Send Code”
* **Step 10:** Go to your email or phone messages and copy the code to paste it in the "SMS Code" field

![](/files/jdtlMQ2WMK5qViTabg9j)

* **Step 11:** Fill out the identification process

![](/files/6KOhIM1cZlcCj2cNXnNu)

* **Step 12:** Pay

**Enjoy the smoothest crypto experience with Sphynx Labs!**


---

# 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://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/fiat-to-crypto.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.
