> For the complete documentation index, see [llms.txt](https://docs.euphoria.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.euphoria.finance/euphoria/fees-and-trading-limits.md).

# Fees & Trading Limits

#### Trading Fees

Euphoria does not currently charge any trading fees. The multiplier your trade is executed at determines the payout you receive if the price touches that square.

#### Deposits

Euphoria does not charge deposit fees on USDM deposits. Deposits in other crypto assets may incur gas and small swap or bridging fees from our third-party providers. Fiat deposits incur third-party fees, shown to you before you confirm the purchase.

#### Withdrawals

Withdrawals to USDM on MegaETH incur a small USDM fee to cover network gas. Withdrawals to other assets such as USDC on Ethereum, Arbitrum, Base, or Solana may also include small fees from third-party swap and bridge providers.

The total fee is shown on the confirmation screen before you approve the transaction.&#x20;

#### Trading Limits

Euphoria applies trading limits that scale with your account activity. Limits exist to protect the depth and stability of the market for all users, and they increase as you trade more.

#### Starting Limits

| Tier             | Max trade size                        | Max stake per square |
| ---------------- | ------------------------------------- | -------------------- |
| **New accounts** | $5                                    | $25                  |
| **Standard**     | $10                                   | $50                  |
| **VIP**          | Higher limits, available after launch |                      |

A VIP tier may be introduced after launch.

#### Why Limits Exist

Euphoria is a new platform with a growing market maker network. Conservative limits help us:

* Protect quote depth and stability for all users
* Ensure enough capacity for all active traders at any given time
* Allow market makers to offer competitive pricing without taking outsized risk on individual positions
* Maintain orderly markets during periods of high volatility

As more market makers come online and liquidity deepens, limits will increase across all tiers.

#### Abuse Controls

Accounts showing patterns consistent with market or oracle manipulation, coordinated activity, or other abuse may have reduced limits applied.

These controls are still being tuned. As a newly launched platform, our detection systems may occasionally flag normal trading patterns, particularly for users with unusual strategies or trading frequency. We are actively refining these systems to reduce false positives over time.


---

# 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://docs.euphoria.finance/euphoria/fees-and-trading-limits.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.
