> For the complete documentation index, see [llms.txt](https://docs.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ts.finance/tmx-airdrop-quick-guide-and-faq/checker-page.md).

# Checker Page

> **Note:** Allocations are final. All allocations are calculated from verified activity records as of the snapshot and cannot be adjusted. While we’re unable to accommodate individual change requests, we’re grateful for every contribution to the TermMax community.

## How It Works

### Step 1: Connect your wallet

Connect your wallet (the one you used on TermMax) to see your total TMX allocation.

### Step 2: Choose your plan

* **If your allocation is below the vesting threshold:** everything is directly claimable. Just pick Claim Now or Stake (+80% for 3 months / +180% for 6 months).
* **If your allocation is above the vesting threshold**:&#x20;
  * <mark style="color:$warning;">**Claim 30% Now:**</mark> Receive 30% with no vesting and choose to claim or stake it. The remaining 70% will be permanently forfeited.&#x20;
  * <mark style="color:$warning;">**Claim 15% Now + Vest 85%:**</mark> Choose a 3-month or 6-month vesting plan for the locked 85%, then separately choose whether to claim or stake the immediately available 15%.

### Step 3: Confirm

Your choice is final and cannot be changed.

⏳ **Please complete your selection by August 23 at 23:59 UTC**. If you don’t finish in time, the system will automatically assign you the longest lockup plan (6-month vesting + 6-month stake).

## FAQ

### **Q: Can I request a change to my TMX allocation shown on the Checker page?**

No. Allocations are final and cannot be changed. Each allocation is calculated based on verified activity records from the snapshot, and the displayed amount reflects the final result.

### **Q: Do I need to vest my allocation?**

There are two cases. If your allocation is below the vesting threshold, everything is directly claimable with no lockup required. If it is above the threshold, you choose between “Claim 30% Now” (the remaining 70% is forfeited) or “Claim 15% + Lock 85%” (the locked 85% earns a vesting bonus).

### **Q: Is staking required? What if I do not see the staking plan I want?**

Staking is optional. You may simply claim the available TMX and choose from the broader staking products on the TMX Management page, which will be released at TGE.\
If you choose a staking plan on the checker page, the rewards will follow the terms of the plan you select, giving you more certainty about the rewards you will receive.&#x20;

### **Q: How do selected plans and bonuses unlock?**

Your tokens will unlock according to the following schedule:

* 3-Month Plan: Unlocks at Month 3.
* 6-Month Plan: Unlocks at Month 3 and Month 6.

If you have both vesting and staking positions, the amounts unlocking on the same date will be grouped into a single entry, making it easier to view your total rewards.

### **Q: What happens if I don’t complete my selection before the deadline?**

The deadline is August 23 at 23:59 UTC. If you don’t complete your selection by then, the system will automatically assign you the longest lockup plan(6-month vesting + 6-month stake).&#x20;

### **Q: Can I change my plan after confirming?**

No. Once confirmed, it’s final.

### **Q: Where do I claim and track my selections?**

At TGE, the official TMX Management page URL will be published. Your confirmed selections carry over automatically and will appear on that page.

### **Q: I see a “Genesis Reward”. What is it, and is it extra on top?**

The Genesis Reward is a special reward granted to selected users in recognition of their early and long-term contributions to the TermMax ecosystem. If you have one, it is already included in your total TMX allocation shown at the top of the page.&#x20;

### **Q: What is the treasure chest?**

The treasure chest is the gateway to Leaderboard Season 1. Access is currently invitation-only and requires a valid invitation code.

If you don’t have one yet, you can connect with the TermMax community to look for an available invitation.

### **Q: Will I still be able to earn points after the TGE snapshot?**&#x20;

Yes. Points incentives will continue after the TGE snapshot and will carry over into Leaderboard Season 1. More details about Leaderboard Season 1 will be announced gradually through official TermMax channels, so stay tuned and keep an eye out for updates.&#x20;

### **Q: Why do some TMX amounts look slightly different across the page?**

Small differences may appear due to rounding and display precision. This is normal.


---

# 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.ts.finance/tmx-airdrop-quick-guide-and-faq/checker-page.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.
