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

# Perpetual Futures: No-Expiry Exposure on Everstrike

> Trade no-expiry, cash-settled BTC futures on Everstrike. Hourly funding, up to 0.3% max funding rate, all margined and settled in evUSD.

Perpetual futures give you continuous leveraged delta exposure to an underlying asset without ever choosing an expiration date. Because they never expire, you hold your position as long as you want — paying or receiving hourly funding in exchange for that flexibility. On Everstrike, every perpetual futures contract is priced, margined, and cash-settled in [evUSD](/account/evusd), so no physical delivery of the underlying asset ever takes place.

## Specification

| Field               | Value     |
| ------------------- | --------- |
| Settlement          | Cash      |
| Expiration          | Perpetual |
| Pricing Currency    | evUSD     |
| Margin Currency     | evUSD     |
| Settlement Currency | evUSD     |
| Funding             | Hourly    |
| Funding Interval    | 1h        |
| Max Funding Rate    | 0.3%      |
| Funding Period      | 10h       |

## Funding

Funding is an hourly exchange of money between longs and shorts that keeps the perpetual futures price anchored to the underlying spot price. When the funding rate is positive, longs pay shorts; when it is negative, shorts pay longs.

**Funding formulas:**

```
Funding (Long)  = -Funding Rate × Position Size (USD)
Funding (Short) =  Funding Rate × Position Size (USD)
```

Funding is exchanged during the **first five seconds** of each hour. At that moment, Everstrike snapshots all open positions and debits or credits each trader's margin balance according to the formulas above. Trading is **disabled for the first ten seconds** of each hour to allow the funding exchange to settle cleanly.

### Funding Rate Calculation

**Step 1 — Calculate the Premium:**

```
Premium = (Mark Price - Index Price) / Index Price
```

* `Mark Price` — the current trading price of the perpetual future.
* `Index Price` — the spot reference price of the underlying asset.
* `Premium` — the relative difference between the two.

**Step 2 — Calculate the Base Funding Rate:**

```
Base Funding Rate = Max(dampener, Premium) + Min(dampener, Premium)
```

For perpetual futures, `dampener = 0.03` (3%).

**Step 3 — Calculate the Funding Rate:**

```
Funding Rate = Base Funding Rate × (Funding Interval / Funding Period)
             = Base Funding Rate × (1h / 10h)
```

The hourly funding rate is capped at **0.3%**.

## Settlement

Perpetual futures are cash-settled. When you close a position, Everstrike immediately realizes your P/L and credits the amount to your cash balance — usually within one second of closing. No physical delivery of the underlying asset ever takes place.

## Examples

### Example 1 — Profitable Long with Funding Paid

A trader opens a long BTC perpetual futures position when the contract trades at **\$23,000**.

One month later, the contract trades at **$24,000**. The trader has paid a total of **$100** in funding over that period.

```
Net P/L = $24,000 - $23,000 - $100 = $900
```

This amount is credited to the trader's cash balance on close.

### Example 2 — Profitable Long Despite Price Drop

A trader opens a long BTC perpetual futures position when the contract trades at **\$23,000**.

One month later, the contract trades at **$22,800**. Over that period, negative funding has paid the trader a total of **$500**.

```
Net P/L = $22,800 - $23,000 + $500 = $300
```

This amount is credited to the trader's cash balance on close.

<Note>
  **Equivalence with perpetual options:** A perpetual futures contract is functionally equivalent to a perpetual call option with a strike price of zero. Both instruments share the same payoff function, and funding works identically across the two product types. See [Perpetual Options](/products/perpetual-options) for details.
</Note>
