# Claim Flow (Web2 to Web3)

Enable3 tracks activity-based rewards as Web2 points. These points represent token allocations and can be claimed on-chain by the user.

#### Claim Process

1. User initiates a **Claim** action
2. A withdrawal record is generated in the backend
3. The smart contract is called to begin claim execution
4. The **Oracle** checks backend data for unclaimed, valid transactions
5. Upon successful validation, the Oracle confirms with the smart contract
6. The smart contract transfers the corresponding token amount to the user's connected Web3 wallet

{% hint style="info" %}
Token value is determined at the moment of claim based on live market pricing.
{% endhint %}

***

<details>

<summary>Notes</summary>

* Only **Polygon**-based tokens listed on **Uniswap** are currently supported
* System features are designed to ensure secure token onboarding, validation, and claimability

</details>


---

# 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.enable3.io/enable3/web3-loyalty/claim-flow-web2-to-web3.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.
