# FAQ

<details>

<summary>How do I sign up for an account on Euphoria?</summary>

To sign up for a Euphoria account please go to [euphoria.finance](https://euphoria.finance), click log in on the top right of your screen, connect a wallet/email/social account and follow the steps.

</details>

<details>

<summary>What tokens/coins can I tap trade on Euphoria?</summary>

Currently Euphoria supports Ethereum with Bitcoin and Solana coming soon! \
\**New tokens/coins may be added or removed in future.*

</details>

<details>

<summary>How do I change my trade size on Euphoria? </summary>

To change your bet size look at the bottom right corner of your screen. You will see an amount denominated in $ (the default is $1). Tap on the dollar amount to scroll through the different trade sizes.&#x20;

</details>

<details>

<summary>What is the time frame for each square on Euphoria? </summary>

Each square/block on Euphoria represents a 5 second timeframe. \
\**Different time frames may be added/removed in the future.*

</details>

<details>

<summary>Does Euphoria have a token? </summary>

No. Euphoria does not have a token, and there is no TGE at this time.

</details>

<details>

<summary>What do the different error messages mean when trading on Euphoria?</summary>

* **SLIPPAGE\_EXCEEDED** — *“Multiplier protection. Please try again.”*\
  This means price movement was too high during execution. Try again or reduce your trade size.
* **NO\_QUOTE\_DATA** — *“No quote data available. Please try another option.”*\
  There’s no pricing data available for this trade right now. Switch pairs or try again shortly.
* **RATE\_LIMITED** — *“Rate limit reached. Too many trades—please try again shortly.”*\
  You’re trading too quickly. Give it a moment, then jump back in.
* **LIMIT\_EXCEEDED** — *“Limit exceeded. Try a smaller amount or try again later.”*\
  Your trade size is above the allowed limit. Lower the amount or wait before retrying.
* **INSUFFICIENT\_BALANCE** — *“Insufficient balance.”*\
  You don’t have enough funds to complete the trade. Top up or reduce your position size.

</details>

<details>

<summary>Can I view my wallet history on Euphoria? </summary>

Yes. To view your wallet history please click "Profile" on the left dashboard, scroll to the bottom to the "Recent Trades" section and click "All Trades". Here you can view your wallet history on Euphoria.&#x20;

</details>

<details>

<summary>Where can I find my wallet address on Euphoria? </summary>

To locate your wallet address on Euphoria please click "Profile" on the left dashboard. The "Wallet" section will be located here and you will be able to copy your wallet address from this section.&#x20;

</details>

<details>

<summary>How can I deposit funds to Euphoria? </summary>

Euphoria currently supports crypto swaps, USDm deposits (on MegaEth network), debit/credit cards and Apple/Google pay.

</details>

<details>

<summary>Is my deposit address the same as my connected wallet address? </summary>

No, they are not the same. Your connected wallet address is only used to log in. When you create an account on Euphoria, an embedded wallet is automatically generated for you. To find your deposit address, go to the **Wallet** section and use your embedded wallet address.

</details>

<details>

<summary>Does Euphoria have a deposit/withdrawal fee? </summary>

You may experience fees from third party providers but Euphoria itself does not charge fees on deposits or withdrawals.&#x20;

</details>

<details>

<summary>Does Euphoria charge a trade fee?</summary>

Curtrently there is ZERO trading fees on Euphoria!&#x20;

</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.euphoria.finance/euphoria/faq.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.
