> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/using-oisy-wallet/how-tos/buying-tokens.md).

# Buying Tokens

\
\
1\.  Open OISY Wallet at [OISY.com](https://OISY.com).

2\.  Click ‘BUY’ on the main dashboard.

3\.  A new modal will appear with two dropdown menus labeled:

* &#x20;‘You Spend’ – Select the token you want to use for the purchase.
* ‘You Get’ – Choose the token you want to buy.

4\.  Enter the amount in either ‘You Spend’ or ‘You Get’, depending on whether you are specifying the amount you want to spend or the amount you want to receive.

5\.  In the ‘Buy via’ section, choose your preferred onramp provider from the dropdown menu.

6\.  (Optional) If you want to set up a recurring purchase, toggle ‘Repeat Payment’ on or off.

7\.  Under ‘Pay Using’, select your payment method (e.g., credit/debit card, bank transfer, or other available options).

8\.  Click ‘Continue’—you will be redirected to your selected third-party onramp provider.

9\.  Follow the provider’s instructions to complete the transaction (this may include KYC verification, entering payment details, and confirming the purchase).

10\.  Once the payment is confirmed, return to OISY Wallet—your purchased tokens should now appear in your wallet.<br>

📌 *Note: Processing times may vary depending on the onramp provider, payment method, and network congestion. Some providers may require additional verification before completing the transaction.*


---

# 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.oisy.com/using-oisy-wallet/how-tos/buying-tokens.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.
