> For the complete documentation index, see [llms.txt](https://delysium.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delysium.gitbook.io/whitepaper/technical-overview/community-and-initiatives/incentive-programs/loyalty-program.md).

# Loyalty Program

The Delysium Loyalty Program is a system designed to gauge community engagement using the Delysium Loyalty Score. This score reflects a user's level of activity and involvement in the Delysium ecosystem.

To participate, simply register on the[ Delysium official website](https://auth.delysium.com/register?redirect_url=https://www.delysium.com/). It's free to join.

Engaging in Delysium activities and achieving set goals will earn users Loyalty Scores. These scores represent a user's growth and contribution within the Delysium ecosystem.

Loyalty Score

The Loyalty Score is a cumulative metric that tracks user engagement. It's earned through various activities such as holding DMA, referring others, staking $AGI and AGI-USDT LP, participating in community campaigns like Galxe, and more.

While the Loyalty Score doesn't currently offer direct rewards, it may serve as a criterion for future benefits. Potential benefits include airdrops, voting rights, enhanced staking rewards, and more.

The Loyalty Score formula, developed in consultation with the Delysium community, uses Linear Contribution Aggregation. This method provides a balanced view by assigning weights to different activities.

Formula:

Loyalty Score = Σ Wi \* f(xi)

Where:

* Wi = Weight for each activity
* f(xi) = Measurement of metrics for different activities

Specifically:

Loyalty Score = W1 \* f(DMA) + W2 \* f(LP) + W3 \* f(AGI) + W4 \* f(OAT)

With:

* f(DMA) representing DMA purchases and referrals
* f(LP staking) representing LP holding amount adjusted for staking duration
* f(AGI) representing AGI holding amount
* f(Galxe OAT) representing OAT holding amount

W1, W2, W3, and W4 are weights for each activity, while K1, K2, K3, and K4 are constants that measure net inflow based on initial listing prices.

Higher Loyalty Scores can be achieved by holding more DMAs, referring more users, staking AGI-USDT LP tokens, and holding $AGI for extended periods. Active participation in Delysium community events and obtaining on-chain credentials, like Galxe OAT, will also boost one's Loyalty Score.

As Delysium introduces more AI products in the future, there will be numerous opportunities for users to enhance their Loyalty Scores and benefit from the growing ecosystem.


---

# 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://delysium.gitbook.io/whitepaper/technical-overview/community-and-initiatives/incentive-programs/loyalty-program.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.
