> For the complete documentation index, see [llms.txt](https://paychain.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paychain.gitbook.io/docs/other-resources/faqs.md).

# FAQs

<details>

<summary><strong>1. How does PayChain’s Real-Time Crypto Conversion work?</strong></summary>

PayChain's Real-Time Crypto Conversion automatically converts cryptocurrency into fiat currency at the moment of transaction. Leveraging real-time exchange rates and dynamic liquidity pools, the system ensures seamless, instant processing for both users and merchants. This feature eliminates the need for manual conversions or pre-funding cards, providing a streamlined payment experience.

</details>

<details>

<summary><strong>2.</strong> Can I use PayChain cards internationally?</summary>

Yes, PayChain cards are globally accepted, thanks to Visa’s extensive merchant network spanning over 200 countries. Unlike traditional prepaid crypto cards, PayChain’s integration with Visa standards ensures transactions are fast, reliable, and universally accepted, while real-time crypto-to-fiat conversions remove the hassle of managing multiple wallets.

</details>

<details>

<summary><strong>3. What is the difference between PAYOS and</strong> PUSD <strong>tokens?</strong></summary>

PAYOS (PS) is PayChain’s utility token, used for staking, rewards, and fee payments, while RPUSD is its stablecoin, designed as a reliable medium of exchange. PAYOS has a fixed supply of 100 million, while PUSD is dynamically minted and burned to maintain ecosystem liquidity.

</details>

<details>

<summary><strong>4. What security measures protect my transactions and assets in PayChain?</strong></summary>

PayChain's Real-Time Crypto Conversion automatically converts cryptocurrency into fiat cuPayChain employs a multi-layered security framework, including blockchain-based tamper-proof records, end-to-end encryption, and AI-driven fraud detection. Features like multi-factor authentication (MFA) and real-time monitoring ensure your transactions and assets are fully secure.

</details>

<details>

<summary>5. How does the Referral Program reward users?</summary>

The Referral Program rewards users for introducing new participants to PayChain. Referrers earn direct rewards when new users activate a card, with higher payouts for Premium card referrals. Indirect rewards allow users to benefit from second-level referrals, creating a network effect that amplifies earnings.

</details>

<details>

<summary>6. What is the difference between the Basic and Premium PayChain cards?</summary>

The Basic card is tailored for online transactions, while the Premium card supports both online and offline payments and comes with additional benefits, such as a complimentary Ipeakoin card. Premium cards also unlock higher rewards in the Referral Program, making them ideal for frequent users.

</details>

<details>

<summary>7. <strong>Are there any hidden fees when using PayChain cards?</strong></summary>

No, PayChain prioritizes transparency. The fee structure is simple and regionally adaptive, with no hidden costs. For instance, US merchants enjoy free transactions, while users pay flat rates or percentage-based fees based on transaction amounts.

</details>

<details>

<summary>8. <strong>Will the dApps System expand its features in the future?</strong></summary>

Yes, PayChain continuously evolves its dApps System. Planned updates include advanced DeFi tools like lending and liquidity pools, NFT marketplace integration, and AI-driven analytics to optimize staking and asset management.

</details>

<details>

<summary>9. <strong>How are tokens and rewards distributed within PayChain?</strong></summary>

Token and reward distribution is governed by smart contracts to ensure fairness and transparency. PAYOS rewards are distributed for staking and referrals, while Equity Points are allocated gradually over a 10-year period as part of long-term ecosystem incentives.

</details>

<details>

<summary><strong>10. How does PayChain ensure scalability for future growth?</strong></summary>

PayChain employs a scalable blockchain architecture, including cross-chain compatibility and high-throughput processing. These features ensure the ecosystem can handle increased transaction volumes and expand globally without compromising performance.

</details>


---

# 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://paychain.gitbook.io/docs/other-resources/faqs.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.
