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

# MEXC tasks

## What are MEXC Tasks?

MEXC tasks allow users to connect their MEXC account to claimr, verify KYC status, and track trading volume directly from the exchange.

These tasks enable claimr to validate account ownership, confirm user verification, and calculate activity-based rewards using MEXC data.

There are three main types of MEXC tasks:

* Connect MEXC Account: Link a user’s MEXC account via API key.
* MEXC KYC: Verify that the connected account has completed KYC verification.
* MEXC Trading Volume: Track the user’s total trading volume on MEXC.

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

All MEXC tasks belong to the **Onchain Actions** category and the **MEXC** group.

To set up the task

1. Go to the Onchain Actions category.
2. Select MEXC to filter the available options.
3. Considering your aim, select the specific task type.

## Connect MEXC account

1. Go to your quest and click **+Create new task.**
2. Under the Category section, select **Onchain Actions.**
3. In the Groups list, choose **MEXC**.
4. Select **Connect MEXC Account** from the list of task types.
5. Click **Continue** to proceed to task settings.

Now move on to configuring the specific settings for your task.

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

* Completion points: Set the number of points awarded when the user successfully connects their MEXC account.
* Points multiplier (%): Add a percentage-based bonus to the total reward. Example: a 10% multiplier increases the final reward by 10%.

Users must create an API key in their MEXC account and connect it to claimr.

Follow the official MEXC documentation to generate your key: [How to create API keys on MEXC?](https://www.mexc.com/announcements/article/mexc-api-opening-tutorial-360055933652)

Once connected, claimr automatically verifies the account and marks the task as complete.

### MEXC KYC

1. Go to your quest and click **+Create new task.**
2. Under the Category section, select **Onchain Actions.**
3. In the Groups list, choose **MEXC**.
4. Select **MEXC KYC** from the list of task types.
5. Click **Continue** to proceed to task settings.

Now move on to configuring the specific settings for your task.

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

* Completion points: Set the number of points awarded when the user’s MEXC account is verified through KYC.
* Points multiplier (%): Add a percentage-based bonus to the total reward. Example: a 5% multiplier increases the final reward by 5%.

This task confirms that the connected MEXC account has successfully completed Know Your Customer (KYC) verification. This serves as an anti-sybil measure, confirming that the user is real and verified through MEXC.

claimr doesn't receive KYC data directly, only the verified status.

### MEXC Trading Volume

1. Go to your quest and click **+Create new task.**
2. Under the Category section, select **Onchain Actions.**
3. In the Groups list, choose **MEXC**.
4. Select **MEXC Trading Volume** from the list of task types.
5. Click **Continue** to proceed to task settings.

Now move on to configuring the specific settings for your task.

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

* Completion points: Set the number of points awarded when the user reaches the required trading volume.
* Points multiplier (%): Add a percentage-based bonus to the total reward. Example: a 10% multiplier increases the final reward by 10%.
* Symbol: Enter the trading pair symbol you want to track (for example, “BTC/USDT”). The exact symbol must match MEXC’s naming convention.
* Volume: Define the total trading volume the user must reach for this task to be considered complete.
* Is progressive reward? (optional): Enable this option to scale rewards based on how much the user exceeds the required trading volume.
  * Example: if 10 USD equals 2 points, then 20 USD equals 4 points.
  * The final reward increases proportionally with higher trading volumes.
* Max progressive amount (optional): Set the maximum trading volume used to calculate progressive rewards.
  * Example: if the limit is 100 000 USD and the user trades 1 000 000 USD, they still receive the reward calculated for 100 000 USD.
  * This cap prevents disproportionate rewards for extremely large trading volumes.
* Is continuous (optional): Enable this option to keep the task open after completion. Users can continue earning points each time they meet the task conditions again.


---

# 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.claimr.io/tasks/mexc-tasks.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.
