# Delta Points

### **Introduction**

As a truly decentralized grid trading platform, DeltaTrade rewards users who actively participate in grid trading with points. Additionally, users meeting certain criteria can receive multipliers on their points as recognition for their special contributions. The total number of points will be a crucial metric for future airdrops.

<figure><img src="/files/N1rFRsn05Mte38nYUU8G" alt=""><figcaption></figcaption></figure>

### **How to Earn Points?**

Points can be earned through grid/DCA trading, inviting new users, participating in ranking competitions, and completing daily tasks.

1. **Participating in grid trading or DCA**  are the primary way to earn points. Grid orders earn 0.2 points per dollar per hour. Orders within specified price ranges earn triple the points, calculated hourly. If the DCA cycle is less than 7 days, and a DCA order is executed within 7 days, points will be awarded. DeltaPoints are earned based on the "amount already transacted + the amount to be transacted in the next 30 days".&#x20;

**Example:** Assume the specified NEAR/USDC price range is $5-$9, and a user creates 10 grids with a total investment of $1000, priced between $4 and $10. Eight grids are within the specified range, valuing $800, and two grids are outside the range, valuing $200. The points earned per hour would be 480 points for the range and 40 points for outside the range, totaling 520 points per hour.

<figure><img src="/files/96Sfn96ZA1b39atwM2Jy" alt=""><figcaption></figcaption></figure>

2. **Inviting new users.** The total value of grid orders placed by invited users within the specified price ranges counts towards the inviter’s asset, earning the inviter 0.2 points per USDC per hour.

**Example:** A invites B to trade on DeltaTrade, and B invests 1000USDC in grid orders, with 600USDC valued within the specified range. A earns 6 points per hour for the invitations.

<figure><img src="/files/JteDxGbk6pC31vpYli2R" alt=""><figcaption></figcaption></figure>

3. **Completing daily tasks**. Points rewards are available for completing specific tasks each day.

<figure><img src="/files/0dwe3lc1Vix7mTzKcYa2" alt=""><figcaption></figcaption></figure>

4. Additional points bonuses are awarded when total points reach a certain target.

<figure><img src="/files/eUGHhfoxDY9LsanDuIwc" alt=""><figcaption></figcaption></figure>

5. **Participating in ranking competitions.** DeltaTrade hosts weekly competitions for different trading pairs, covering 2 categories: weekly APR, weekly profit. Every user can participate in different competitions for various trading pairs.

<figure><img src="/files/srbC2dxtmJsrd0hDaHEI" alt=""><figcaption></figcaption></figure>

### **How to Earn Multipliers?**

Earn multipliers through holding DeltaDisk NFTs and earning profits from grid trading.

1. **Holding DeltaDisk NFTs**. DeltaDisk has five levels: Common, Fine, Rare, Epic, and Legendary, plus a category for those without an NFT, making six levels in total. An account can only bind one NFT, and if multiple DeltaDisk NFTs are present, the highest level NFT is used for the multiplier. The specific multipliers are 0, 0.02, 0.04, 0.06, 0.15, and 0.18.

<figure><img src="/files/F3luyO0bsSe6QFZB6dYo" alt=""><figcaption></figcaption></figure>

2. Earning profits in grid trading. Higher profits lead to larger multipliers.

<figure><img src="/files/hO6slqn3AivVthAKOlcU" alt=""><figcaption></figcaption></figure>

### **Points Calculation Rules**

Only points earned through grid trading and inviting new users are eligible for multipliers. Points from daily tasks and ranking competitions do not receive multipliers.

Multipliers are cumulative and updated hourly as conditions are met.

Points are calculated hourly based on real-time multipliers.

Example: A user holding a level 4 DeltaDisk, with a total multiplier of 1.15, continues the previous grid trading example. With an hourly point gain of 520 points plus 36 invitation points, the actual points received would be (520 + 36) \* 1.15 = 639.4 points. Once the trading strategy get profit of 98U, an additional 0.1 multiplier is earned. The user's new multiplier is 1.25, and subsequent points are enhanced by a factor of 1.25 per hour.


---

# 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.deltatrade.ai/activities/delta-points.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.
