> For the complete documentation index, see [llms.txt](https://docs.langx.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.langx.io/litepaper/learn-2-earn/claim-your-tokens.md).

# Claim Your Tokens

To complete the process on our claim website, follow these steps: First, **Connect Your Wallet** by connecting your wallet to the website. Second, verify your eligibility by clicking the **Check Eligibility** button. If eligible, you can then proceed to click the **Claim** button. Lastly, **Sign the Transaction** using your wallet to finalize the process.

To complete the process on our claim website

1. **Connect Your Wallet**: Begin by connecting your wallet to the website.
2. **Check Eligibility**: Click the **Check Eligibility** button to verify if you're eligible.
3. **Claim**: If eligible, proceed to click the **Claim** button.
4. **Sign Transaction**: Finally, sign the transaction using your wallet to complete the process.

**Important Note:** Prior to moving forward with the **Claim** action on our website, it is essential that you complete the [Know Your Customer (KYC)](/litepaper/library/technology/kyc.md) process. This step is a vital part of our security measures designed to protect both you and the integrity of the transactions. The [KYC](/litepaper/library/technology/kyc.md) process helps in preventing fraud, money laundering, and other illicit activities by verifying the identity of our users. Please ensure that you have all necessary identification documents ready for submission. This might include a government-issued ID, proof of address, and possibly a recent photograph. Completing this process is mandatory for all users wishing to claim, and we greatly appreciate your cooperation in keeping our platform secure and trustworthy.


---

# 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.langx.io/litepaper/learn-2-earn/claim-your-tokens.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.
