> 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/web3-tasks/link3-balance.md).

# Link3 balance

Link3 is a Web3 social network that utilizes NFTs for profile pictures and offers various social features. Encourage users to join the Link3 platform, participate in its ecosystem, or reward those who already hold Link3 tokens.

### Before you start

Make sure you have:

* A quest created within your campaign
* Knowledge of which blockchain network(s) support Link3 tokens
* A minimum Link3 token balance threshold determined

### Create the task

Follow the steps in[ Web3 tasks ](/tasks/web3-tasks.md)to navigate to the task creation screen, select **Web3** from the Groups section, and choose **Link3 Balance**.

### Task settings

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

**Completion points**: Set the number of points awarded when the user completes the task.

**Points multiplier (%)**: Add a percentage-based bonus to the total reward. For example, a 10% multiplier increases the final reward by 10%.

**Recurrence**: Control how often users can complete the task:

* **Once** – can only be completed one time per user
* **8h** – available once every eight hours
* **Daily** – available once every 24 hours
* **Weekly** – available once every 7 days
* **Multiple** – stays open and can be completed as many times as needed, one after another, without any waiting time

**Networks**: Select the blockchain network on which Link3 tokens are issued.

* Click **Add network** to add multiple networks if Link3 is available on multiple chains

**Amount**: Specify the minimum Link3 token balance required to complete the task. Example: Entering "100" would require users to hold at least 100 Link3 tokens in their wallet on the chosen network(s)

### **Pro tips**

* Provide a brief introduction to Link3 and its features within the task description for users who might not be familiar with the platform
* Include a link to your project's official Link3 profile to encourage users to connect with you there
* Align your reward structure with the value of holding Link3 tokens and participating in the Link3 ecosystem
* Consider offering exclusive access to events, content, or communities on the Link3 platform


---

# 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/web3-tasks/link3-balance.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.
