# Dividend introduction for Equity Perpetual Futures

This article details Aster’s operational procedures and calculation models for handling dividend events related to underlying stocks in round-the-clock traded equity perpetual futures. When the underlying asset enters its ex-dividend date, its price typically adjusts downward naturally. To align the perpetual futures price with this market movement and eliminate the resulting price gap, our system will trigger a one-off special funding settlement. Under this mechanism, users holding short positions will pay corresponding fees to those holding long positions, ensuring fair and balanced settlement.

### 1. Event Schedule & Process

The entire dividend adjustment process runs from the trading day preceding the ex-dividend date (defined as ex\_date - 1) up to the morning of the ex-dividend date (ex\_date). Since perpetual futures trade non-stop, ex\_date - 1 here specifically refers to the last regular business day of the traditional stock market before the ex-dividend date.

Note: All times mentioned below follow Eastern Time (ET).<br>

| Date         | Time(ET)     | System Operation                                                                                    |
| ------------ | ------------ | --------------------------------------------------------------------------------------------------- |
| ex\_date - 1 | 9:30         | Adjust the funding interval to 1 hour; the new rule takes effect at 10:00.                          |
| ex\_date - 1 | 16:00        | The symbol will be changed to "reduce-only" mode, where opening new positions is restricted.        |
| ex\_date - 1 | 16:00        | Tighten the allowed deviation range between Mark Price and Index Price to 1%.                       |
| ex\_date - 1 | 20:00        | Execute the special dividend funding settlement right after completing the general funding process. |
| ex\_date - 1 | Post-funding | Restore the symbol to normal trading mode, and reset the deviation limit to its standard level.     |
| ex\_date     | 09:30        | Restore the funding interval back to its standard duration; the change becomes effective at 10:00.  |

### 2. Special Funding Rate: Calculation Logic

The special funding execution acts as a negative funding rate, meaning the funding fee is transferred from Short positions to Long positions.  The exact calculation formula varies depending on the type of dividend distributed by the underlying company.

#### Cash Dividend

For standard cash dividend distributions, the rate is calculated based on the dividend amount and the Mark Price adjusted for the dividend value:

Funding Rate = - \[Dividend Amount / (Mark Price − Dividend Amount)]

#### Stock Dividend

For pure stock dividends (where shareholders only receive additional shares), the rate is determined directly by the dividend ratio — the proportion of new shares issued for each existing share held:

Funding Rate = − Dividend Ratio

#### Combined Cash & Stock Dividend

In rare cases where a company issues both cash and stock dividends at the same time, the formula integrates both parameters:

Funding Rate = − \[Dividend Amount / (Mark Price − Dividend Amount)] \* (1 + Dividend Ratio)

Exemption from Funding Cap

During this special dividend settlement, the system will not apply the usual funding rate upper/lower limits. This ensures that long position holders receive the full dividend adjustment value as calculated, without being restricted by preset rate caps, so the settlement accurately reflects the economic impact of the dividend event.

<br>


---

# 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.asterdex.com/trading/perpetuals/dividend-introduction-for-equity-perpetual-futures.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.
