# Claiming DAPP Tokens

### Automatic

The auto claim mechanism does not require participants to push an action themselves to claim the tokens. This is handled by the website automatically at the end of each cycle.

### Manual

The manual claim function is always available and participants can claim their DAPP Tokens immediately after the cycle ends by sending an explicit action depending on the track they selected.

[Instant Registration Track](https://bloks.io/account/instanttrack?tab=Actions\&action=claim\&loadContract=true\&payer=YOUR_ACCOUNT_HERE)

[Regular Registration Track](https://bloks.io/account/regulartrack?tab=Actions\&action=claim\&loadContract=true\&payer=YOUR_ACCOUNT_HERE)

Login with the wallet of your choice and enter your account in the “payer” field (**YOUR\_ACCOUNT\_HERE**) and hit “Push Transaction”.


---

# Agent Instructions: 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:

```
GET https://docs.liquidapps.io/liquidapps-documentation/introduction/the-dapp-token/claiming-dapp-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
