# xFractal Task Instructions

### Task Instructions (selected one row as sample datapoints)

#### **TASK: Verify Cryptocurrency Price Prediction Accuracy**

**Instructions:** You are tasked with verifying whether a binary prediction (0 or 1) for cryptocurrency price movement is correct. A prediction of 1 means the price will go UP, a prediction of 0 means the price will go DOWN or stay the same.

**Your Task:** Calculate the price difference between 'price\_before' and 'price\_after' to determine if the prediction was accurate. If 'price\_after' is blank/missing, use the 'price\_before' value from the next day's row (since predictions are made at the same time daily).

#### **Verification Logic:**

* If price\_after > price\_before: actual result should be 1 (UP)
* If price\_after <= price\_before: actual result should be 0 (DOWN/SAME)
* Compare your calculated result with the given 'predicted' value
* Answer whether the prediction was CORRECT or INCORRECT

#### **Data for this task:**

Token: $HYPERSKIDS

Date Predicted: 01/05/2025 13:00:00

Date For: 02/05/2025 13:00:00

Price Before: $0.00756331

Price After: $0.00744087

Predicted: 0

**Question:** Based on the price movement from $0.00756331

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

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

#### Task summary

You're verifying if crypto price predictions are spot-on by crunching the numbers to see if the actual price movement matches the binary prediction!

#### **Task Descriptions**

You are provided with cryptocurrency price data including a before price, after price, and a binary prediction (0 for down/same, 1 for up). Please calculate the actual price direction and determine if the original prediction was correct or incorrect.

#### Reward Allocation

Once the labeling task is finished. A model pipeline will be applied and reward will be distributed by Sahara within 3 days.<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.saharaai.com/user-guide-data-services-platform/xfractal-task-instructions.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.
