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

# SPARKLEX POINTS

SparkleX Points track your activity on the platform and decide how much of the token-generation-event (TGE) airdrop you’ll receive. **60%** of the initial liquidity is reserved for Point holders only. The more points you stack today, the larger your share tomorrow—simple as that.

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

### How to earn SparkleX Points?

| Action                  | Rule                                                                                                                     | Quick note                                                                                                    |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| Farm                    | Every $1 of liquidity earns **2 points** per 4-hour cycle (The system counts your full LP value and multiplies it by 2). | Make sure the AI Copilot is switched **on.** Points accrue only on automated positions.                       |
| Earn                    | Every $1 deposited in an Earning Vault earns **4 points** per 4-hour cycle.                                              | \_                                                                                                            |
| Early-user registration | Sign up at [sparklex.ai](https://sparklex.ai/) before mainnet launch and get an instant **2,000** points.                | It's a one-time bonus—claim it in less than a minute.                                                         |
| Referral                | Each $1 your friend deposits earns **3** points for both of you.                                                         | Grab your referral link at [app.sparklex.ai/referral](https://app.sparklex.ai/referral) and share it anywhere |


---

# 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://sparklexai.gitbook.io/docs/sparklex-points.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.
