> 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/kucoin-tasks.md).

# KuCoin tasks

## What are KuCoin Tasks?

KuCoin tasks allow users to connect their KuCoin 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 KuCoin data.

There are three main types of KuCoin tasks:

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

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

To set up the task

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

## Connect KuCoin 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 KuCoin.
4. Select Connect KuCoin 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/SwOElDHPLFdYY6TlW7dN" alt="" width="563"><figcaption></figcaption></figure>

* Completion points: Set the number of points awarded when the user successfully connects their KuCoin 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 KuCoin account and connect it to claimr.

Follow the official KuCoin documentation to generate this key: [How to create API keys on KuCoin?](https://www.kucoin.com/support/360015102174)

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

## KuCoin 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 KuCoin.
4. Select KuCoin 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 KuCoin 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 KuCoin 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 KuCoin.

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

## KuCoin 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 KuCoin.
4. Select KuCoin 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/dt8GHxkfdc55pD08vHiE" 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 KuCoin’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/kucoin-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.
