> For the complete documentation index, see [llms.txt](https://whitepaper.interlinklabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.interlinklabs.ai/interlink-network/interlink-app.md).

# InterLink App

The InterLink App is the primary gateway for users to access the InterLink ecosystem. It serves as the interface where users manage their InterLink ID, explore and use decentralized mini-apps, track token rewards, and participate in governance, all through a secure, human-first experience.

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

Users can actively contribute to AI model training by completing designated tasks and selecting partner organizations to work with. Their contributions generate valuable insights, for which they receive rewards. Additionally, the platform enables users to share computing power, allowing AI models to be trained directly on their devices without exposing raw data. This decentralized approach enhances security, preserves privacy, and ensures fair compensation for user participation. A resource-sharing dashboard provides transparency, enabling users to monitor and manage their contributions while supporting ecosystem growth.

InterLink ID enables seamless authentication, granting secure access to various applications with low-fee transactions. The platform also integrates mini-apps, a dynamic leaderboard, and social tasks to drive engagement. Users can earn daily rewards, securely manage digital assets with the built-in wallet, and stay updated with real-time crypto news.


---

# 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://whitepaper.interlinklabs.ai/interlink-network/interlink-app.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.
