> For the complete documentation index, see [llms.txt](https://docs.magicsquare.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magicsquare.io/magic-store/for-users/magic-board.md).

# Magic Board

<figure><img src="/files/3kVyJOkh2OqznjQTYyeF" alt=""><figcaption><p>Magic Board</p></figcaption></figure>

## What is [Magic Board](https://magicsquare.io/store/magic-board)?

The [Magic Board](https://magicsquare.io/store/magic-board) is an exclusive feature for Magic Store users where you can complete various tasks to earn exclusive benefits and rewards. Each task requires a Proof-of-Work submission, which is reviewed by the respective project. Tasks fall into various categories, including:

* Social Media
* Content Creation
* Magic Store Related Tasks
* Participating in Airdrops/Road-to-IDO Campaigns
* Learn-to-Earn
* Bug Bounties
* Other

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

## How to Participate in Magic Board Tasks?

## 1. Select a Task

Choose a task from the Magic Board. Ensure you meet all the participation requirements, which may include having enough Karma points or fulfilling other pre-existing conditions. Submissions can be either limited or unlimited. For limited submissions, make sure there are available spots. Some submissions might be under review, which could prevent you from securing a spot. To avoid missing out, frequently check the Magic Board.

## 2. Read Instructions

Carefully read the instructions on the task page. Ensure you submit all required information as specified.

<figure><img src="/files/0dupBqjqDV4JOw1cLmDF" alt="" width="563"><figcaption></figcaption></figure>

## 3. Submit Proof-of-Work

Once you complete the task, submit your Proof-of-Work (Proof-of-Work is a system where you complete a task to demonstrate that you have accomplished it). You cannot make changes to your submission until it is reviewed. If your submission is rejected, you can resubmit.

## 4. Review Process

Magic Square or the project creator will review your Proof-of-Work. Allow up to three business days for your submission to be reviewed, excluding weekends. We appreciate your patience and request that you refrain from contacting support during this period. If approved, you will be rewarded.

<figure><img src="/files/HFJEyeAu10QsnPywicmg" alt="" width="563"><figcaption></figcaption></figure>

## Where Can I Track My Activity?

After submitting Proof-of-Work for a task on the Magic Board, it will move to the Activity section. Here, you can track all tasks with their current statuses (In Review, Rejected, Approved).

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

## How do Submissions work?

The displayed numbers include both approved and pending submissions. Pending submissions that do not meet the criteria will be rejected, and the count will decrease. This approach ensures that users do not mistakenly think there are available spots when, in reality, the maximum number of submissions has already been reached.

{% hint style="success" %}
If you’re completing content creation tasks, such as posting on X (Twitter), it’s essential to link your X account to your Magic ID. This ensures your submission can be verified and approved.
{% endhint %}

### Rewards

For each successfully completed task, you will be rewarded with Magic Karma points, $SQR, and/or SQRp. Rewards will be distributed to your Magic Store account and can be found in the [Karma & Rewards Dashboard](https://magicsquare.io/store/profile/karma).

### Support

If you encounter any issues with the Magic Board, please open a support ticket on [Discord](https://discord.gg/magicsquareio) or [Telegram](https://t.me/magicsquare_official).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.magicsquare.io/magic-store/for-users/magic-board.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
