> For the complete documentation index, see [llms.txt](https://pichain-global.gitbook.io/pichainmall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pichain-global.gitbook.io/pichainmall/faq/pcm-balance.md).

# PCM balance

1. **Why is my PCM balance 0?**

This is normal. You and other pioneers can still purchase products on PCM if the service is available in your country/region. Payment will be directly deducted from Pi Wallet upon purchase. We won't and we can't synchronize your pi wallet balance with your PCM account.&#x20;

2. **How to top up Pi into PCM wallet?**

Currently top up was not open yet to all pioneers. You do not need to top up to purchase products. Payment will be directly deducted from Pi Wallet upon purchase.

3. **Why i cannot use my PCM balance to purchase products?**

PCM will make sure every transaction was recorded in the blockchain, so PCM balance will only available for withdraw.

4. **Is it safe to leave my funds in my PCM wallet**

Yes! It is very safe. All security measures have been taken to protect and secure Pioneers funds. You can withdraw to your Pi wallet at any times.

5. **What will happen to my funds if I buy a product and I didn’t receive it?**

You can press after-sales button and request for refund. Once confirmed by seller, your funds will be refunded into your PCM wallet as soon as possible if you don’t receive the product.

<br>

<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://pichain-global.gitbook.io/pichainmall/faq/pcm-balance.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.
