# Frequently Asked Questions (FAQs)

### Account & Wallet

#### Why does the wallet address in the mobile app differ from the one on desktop?

This occurs if you connected to the desktop app using an external wallet (e.g. Rabby or MetaMask).

To use the same address on mobile, import the existing wallet via the mobile app settings.

Note: our team will never ask for your private keys upon requesting support.

#### Why is my referral code different on mobile and desktop?

Referral codes are address-specific.

If your referral code differs, you are likely connected to a different wallet address.

Verify that the same address is connected on both devices. Still have issues? Contact us.

#### I forgot to use a referral code, can I still add one to my account?

Yes, a referral code can be added to your account in the web app [here](https://trade.dreamcash.xyz/settings/referral), if not done already. Only one referral code can be applied to an account and cannot be modified afterwards.

### Referrals & XP

#### What rewards do I receive for referring users?

All details on the affiliate program can be found [here](https://docs.dreamcash.xyz/season-1/affiliate-program).

Summarized, Referral rewards are as follows:

* 20% of trading fees from direct referrals
* 4% from second-tier referrals
* 1% from third-tier referrals

#### How do I earn more Dreamcash XP?

XP is earned through trading on Dreamcash.

* Mobile app: $1 volume = 1 XP
* Desktop app: $2 volume = 1 XP

All details can be found [here](https://docs.dreamcash.xyz/season-1/earning-xp).

#### How frequently does XP update?

XP is updated every 10 minutes and reflected in your account.

### USDT Program

#### How can I participate in the USDT program?

USDT rewards are earned by trading CASH HIP-3 markets.

Full program details are available [here](https://docs.dreamcash.xyz/season-1/usdt-rewards).

#### Why did my trading volume not count toward USDT rewards?

Only trading volume on CASH markets qualifies for USDT rewards. Trading other markets only counts for XP.

CASH markets are labeled and trade against USDT.

#### Why did another user receive more USDT rewards with similar trading volume?

Reward distribution is based on both trading volume and open interest (OI).

Users maintaining positions for longer durations may receive higher rewards for the same volume. You may find more information on reward distribution [here](https://docs.dreamcash.xyz/season-1/usdt-rewards).

#### When are USDT rewards distributed?

A trading snapshot is taken every Wednesday at 17:00 UTC.

Data is [reviewed](https://docs.dreamcash.xyz/season-1/rules-and-anti-gaming) to ensure fair distribution. Processing may take several days.

Updates on distribution are communicated via official channels.

### Deposits & Recovery

#### I sent funds to the wrong deposit address. Can they be recovered?

Funds sent to an incorrect address cannot be recovered by us.

#### I deposited funds on the wrong network. Is recovery possible?

Funds sent on an unsupported network are not credited. You may export your private key via account settings and attempt recovery through an external wallet at your own risk.

#### Why has my deposit has not been credited to my account?

Deposits are credited automatically once the required confirmations and internal processing are completed. In most cases this happens quickly, but it may take some time depending on network conditions and system processing.

In rare cases, a deposit may require manual finalization by the user. If your deposit appears as **pending**, you can complete the process by:

1. Navigating to the **History** tab
2. Selecting the **pending deposit**
3. Clicking **Finalize**

Once finalized, the funds will be credited to your account.

If the transaction is confirmed on-chain, more than one hour has passed, and the deposit does not appear in your **History**, please contact support and include the **transaction hash and wallet address**.

### Trading

#### Why does my PNL differ from external charts?

Different platforms may use different oracle sources.

Always reference the chart corresponding to the exact market pair traded.

More information on our oracles & pricing methodology can be found [here](https://docs.dreamcash.xyz/trading/oracles-and-pricing-methodology).

#### Can I get more information on Liquidations?

More information on liquidations and auto-deleveraging can be found [here](https://docs.dreamcash.xyz/trading/liquidations-and-auto-deleveraging-adl).

#### Which markets can be traded on Dreamcash?

Refer to the Dreamcash mobile or web app for the current list of supported markets.

#### Which countries are restricted from using Dreamcash?

<details>

<summary>Click to view all Restricted Countries</summary>

**Entire application:**

"GB", // United Kingdom

"IR", // Iran

"CU", // Cuba

"KP", // North Korea

**HIP-3 blocked for:**

"US", // United States

**Hyperunit blocked for:**

"AF", // Afghanistan

"AO", // Angola

"BY", // Belarus

"BI", // Burundi

"CF", // Central African Republic

"CG", // Congo

"CU", // Cuba

"ET", // Ethiopia

"GW", // Guinea-Bissau

"IR", // Iran

"CI", // Ivory Coast (Cote D'Ivoire)

"LB", // Lebanon

"LR", // Liberia

"LY", // Libya

"ML", // Mali

"MM", // Burma (Myanmar)

"NI", // Nicaragua

"KP", // North Korea

"RU", // Russia

"SO", // Somalia

"SS", // South Sudan

"SD", // Sudan

"SY", // Syria

"UA", // Ukraine

"US", // United States

"VE", // Venezuela

"YE", // Yemen

"ZW", // Zimbabwe

</details>

### Support

#### How do I contact Dreamcash support?

Feel free to join us on [Discord](https://discord.gg/dreamcash) or send an email to <support@dreamcash.xyz>&#x20;

#### How do I report a bug or issue?

Please contact us through the above mentioned platforms.

<br>


---

# Agent Instructions: 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:

```
GET https://docs.dreamcash.xyz/support/frequently-asked-questions-faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
