> For the complete documentation index, see [llms.txt](https://docs.apacx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apacx.io/user-guides/pht-onramp-and-offramp.md).

# PHT Onramp & Offramp

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

For those who are not familiar with blockchain or prefer to buy PHT by traditional means, we offer an off-chain purchasing flow as follows:

### **1. Create a MoneyBees Account**

To begin with, you will need to create an account on Money Bee by simply providing basic information and completing the verification process.&#x20;

Once your account is created, you can deposit fiat currency (such as **PHP, USD**, **EUR**, etc.) to purchase PHT tokens. Bank transfer, credit card or cash deposit are all acceptable. Money Bee will transfer the corresponding amount of PHT tokens to your designated wallet address upon receiving the fiat deposit.

PHT can be converted back into fiat currency by the redeeming process any time. Pay the PHT tokens to OTC shops (i.e. Money Bee) and get fiat money in cash, bank accounts or e-wallets.&#x20;

MoneyBees: <https://www.moneybees.ph/>

### **2. Deposit Fiat Currency and Purchase PHT Tokens**

Once your account is created, you can deposit fiat currency (PHP) to purchase PHT tokens. Money Bee will transfer the corresponding amount of PHT tokens to your designated wallet address upon receiving the fiat deposit.

### **3. Use PHT for Payments, Remittances, or Savings**

PHT can be used for a variety of purposes in real economy, for example, to make online payments, to settle cross-border remittances, or as savings. The flexibility of PHT makes it an ideal digital currency for daily transactions as well as digital asset allocation.

### **4. Redeem PHT for Fiat Currency Anytime**

PHT can be converted back into fiat currency by the redeeming process any time. Pay the PHT tokens to OTC shops (i.e. MoneyBees) and get fiat money. <br>


---

# 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.apacx.io/user-guides/pht-onramp-and-offramp.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.
