> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nilemarkets.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Forwards vs Perpetuals

> FX forwards settle at a fixed date with 0.05% one-time fee vs perpetuals charging ~11% annualized funding — comparison of cost, risk, and use cases for hedging and speculation.

FX forwards and perpetual futures are both derivatives that give you exposure to EUR/USD price
movements. They differ in maturity, cost structure, and ideal use cases. This page explains when
each instrument is the better choice.

## Side-by-Side Comparison

| Feature             | FX Forward (Nile Markets)                         | Perpetual Future                              |
| ------------------- | ------------------------------------------------- | --------------------------------------------- |
| **Maturity**        | Fixed (1D, 1W, 1M)                                | Rolling (no expiry)                           |
| **Funding**         | None                                              | Continuous (typically 8h intervals)           |
| **Cost**            | One-time trading fee (0.05%)                      | Ongoing funding rate (\~11% annualized)       |
| **Settlement**      | Cash settlement at fixing price on maturity date  | Mark-to-market, no settlement event           |
| **Price reference** | Forward price (spot + interest rate differential) | Perpetual mark price (spot + funding premium) |
| **Counterparty**    | USDC liquidity pool                               | Other traders (order book) or pool            |
| **Best for**        | Date-specific hedging, treasury management        | Continuous directional speculation            |

## When Forwards Are Better

<Columns cols={2}>
  <Card title="Date-Specific Hedging" icon="calendar-check">
    You have EUR expenses due on a specific date (payroll on the 15th, invoice due in 30 days). A
    forward locks your rate for exactly that date with a single upfront fee.
  </Card>

  <Card title="Cost-Sensitive Positions" icon="piggy-bank">
    Holding a perpetual for 30 days costs \~0.9% in funding (11% annualized / 12). A 30-day forward
    costs 0.05% -- roughly 18x cheaper for the same exposure period.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Treasury Management" icon="building-columns">
    Companies managing multi-currency cash flows need predictable settlement dates and costs.
    Forwards provide both. No need to monitor funding rates or roll positions.
  </Card>

  <Card title="No Funding Rate Risk" icon="shield-halved">
    Perpetual funding rates fluctuate with market conditions and can spike during volatile periods.
    Forwards have zero ongoing costs after the opening fee.
  </Card>
</Columns>

## When Perpetuals Are Better

<Columns cols={2}>
  <Card title="Open-Ended Speculation" icon="chart-line">
    You want directional exposure without a fixed end date. Perpetuals let you hold as long as you
    want without managing rollovers.
  </Card>

  <Card title="High-Frequency Trading" icon="bolt">
    Entering and exiting positions within hours means funding costs are negligible. The perpetual's
    lack of maturity management overhead is an advantage.
  </Card>
</Columns>

## The Funding Rate Gap

<Info>
  In traditional FX markets, forward pricing is derived from interest rate differentials between
  currencies. Perpetual funding rates, by contrast, are driven by market demand imbalances and often
  trade significantly above the implied forward rate.
</Info>

A 1-month EUR/USD hedge illustrates the cost difference clearly:

|                                   | Forward (Nile Markets)       | Perpetual                               |
| --------------------------------- | ---------------------------- | --------------------------------------- |
| Fee type                          | One-time trading fee (0.05%) | Ongoing funding rate (\~11% annualized) |
| Monthly cost (\$100,000 notional) | \$50                         | \~\$917                                 |
| Cost variability                  | Fixed                        | Varies daily                            |
| Settlement                        | Automatic at maturity        | Must manually close or roll             |

<Tip>
  Forward pricing reflects the EUR-USD interest rate differential, which is driven by central bank
  policy. This is fundamentally more stable than perpetual funding rates, which are driven by
  speculative demand.
</Tip>

## Combining Both Instruments

Some strategies use both forwards and perpetuals:

* **Core hedge in forwards + tactical overlay in perps**: Lock your primary EUR exposure with a
  1-month forward, then use perpetuals for short-term tactical adjustments around economic events.
* **Basis trade**: If perpetual funding rates diverge significantly from forward pricing, there may
  be an arbitrage opportunity between the two instruments.

## Next Steps

<Columns cols={3}>
  <Card title="Trading Scenarios" icon="lightbulb" href="/nile-markets/trading-scenarios">
    Worked examples of hedging, speculation, and carry trades
  </Card>

  <Card title="Tenors" icon="calendar" href="/nile-markets/tenors">
    Understanding 1D, 1W, and 1M maturity periods
  </Card>

  <Card title="Fee Structure" icon="receipt" href="/protocol/fees">
    Detailed breakdown of all protocol fees
  </Card>
</Columns>
