> For the complete documentation index, see [llms.txt](https://whitepaper.opifextechnology.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.opifextechnology.com/token/how-to-buy-opifex.md).

# How to buy OPIFEX

#### 1. Go to presale webpage

Go to the OPIFEX token presale [official website](http://ico.opifextechnology.com).

#### 2. Connect your wallet

You'll need a cryptocurrency wallet to store your OPIFEX tokens. Ensure your wallet is compatible with the platform and the token.

#### 3. Choose payment method

Select the currency you want to use for buying OPIFEX tokens. The given options are MATIC, USDT, BUSD and USDC, but verify which currencies are supported.

#### 4. Specify amount

Enter the amount of the chosen cryptocurrency you want to spend on OPIFEX tokens.

#### 5. **Confirm purchase**

Review the details of your purchase, including the amount of OPIFEX tokens you'll receive and any associated fees. Once satisfied, confirm the purchase.

#### 6. **Receive your tokens**

Your OPIFEX tokens should be deposited into your connected wallet shortly after the purchase is confirmed.


---

# 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://whitepaper.opifextechnology.com/token/how-to-buy-opifex.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.
