# FAQs

Here are answers to commonly asked questions. If you need more help, please reach out to our support team.

<details>

<summary>How do I enter a contest?</summary>

Browse contests on the Home tab, tap one to view details, then tap **Enter Contest**. You'll receive $100,000 virtual cash to trade with.

</details>

<details>

<summary>How do I make trades?</summary>

Once a contest starts, tap your entry to open it. Select how much you want to trade (25%, 50%, or MAX), then swipe up to buy or swipe down to sell. Swipe left/right to browse different assets.

</details>

<details>

<summary>How are winners determined?</summary>

When the contest ends, your portfolio is valued at the closing prices. Competitors are ranked by their final portfolio value, and the top finishers win prizes.

</details>

<details>

<summary>What are credits?</summary>

Free contests award prizes as credits. Credits can be used to enter future SwapRoyale contests — they work just like cash for entry fees. If not used, credits expire after 45 days.

</details>

<details>

<summary>When do I get paid?</summary>

Winnings are sent to your wallet automatically after the contest ends — usually within minutes. No action needed on your part.

</details>

<details>

<summary>How do referrals work?</summary>

Share your referral code with friends. You earn 2.5% of their entry fees when they join contests. Plus, you earn 1.25% from anyone they refer. Rewards are paid automatically.

</details>

<details>

<summary>Is my money safe?</summary>

Yes. Your wallet is created and secured by Coinbase, the most trusted name in crypto. Your private keys are protected by secure hardware that even Coinbase cannot access. We never hold your funds — you're always in control.

</details>

<details>

<summary>How do I add funds?</summary>

Go to **Account → Deposit**. You can use a debit card, bank transfer, or Coinbase balance to add funds. You can also send USDC directly on Base.

</details>

<details>

<summary>How do I withdraw?</summary>

Go to **Account → Withdraw**. Use the available withdraw options to transfer money out. You can also send to any external wallet.

</details>

<details>

<summary>What is USDC?</summary>

USDC is a stablecoin issued by Circle, fully backed by cash and cash equivalents, with 1:1 redeemability for US dollars. It enables fast, low-cost, and accessible global transactions.

</details>

<details>

<summary>Does SwapRoyale custody my funds?</summary>

No. SwapRoyale is a self-custodial wallet app. Our regulated partners custody your funds through the deposit and withdrawal processes.

</details>

<details>

<summary>How do I contact support?</summary>

In the SwapRoyale app, go to **Settings → Support** for assistance. Use <https://swaproyale.com/support> for any further questions.

</details>


---

# 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.swaproyale.com/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.
