# FAQ

Below are common questions about Mainnet and claiming.

<details>

<summary>Will I have to setup the Wingbits token in my wallet?</summary>

No, Wingbits will handle the process. When you claim rewards it will require no additional action.

</details>

<details>

<summary>My dashboard shows different amount than devnet wallet balance, is that normal?</summary>

Before TGE, various testing phases created cases where your "All" rewards total differed significantly from your devnet wallet balance, even if you claimed all your unclaimed rewards. This is expected.  You can abandon your devnet token as all rewards are now being redistributed on mainnet.

</details>

<details>

<summary>When can I claim my rewards?</summary>

Mainnet claiming opened on April 22, 2026. You can claim your rewards now.

</details>

<details>

<summary>What if I don't claim for several days?</summary>

When you claim is entirely up to you and how you wish to manage them for tax purposes.

</details>

<details>

<summary>What happens to unclaimed rewards?</summary>

All earned rewards will be visible as "Unclaimed rewards" in the claim panel until you claim. Once you claim they will move to "Total claimed".

</details>

<details>

<summary>What happens if a rewards claim fails?</summary>

Any claim failures due to wallet issues or blockchain issues will result in those rewards being in an unclaimed but unclaimable state, which requires dev team intervention. No tokens are lost. Contact support via the chat link on the bottom right of any [dashboard](https://wingbits.com/dashboard) page.

</details>

<details>

<summary>Who pays the Solana fees on rewards claims?</summary>

The Wingbits project, as the sender of the tokens, will pay Solana fees for the transaction.

</details>

<details>

<summary>Can I change my wallet address?</summary>

You can [change your wallet](/general-help/add-wallet-address-to-your-account.md) at any time. Claims will be performed against the wallet that is saved in the system at the time of claiming.

</details>

<details>

<summary>Can I claim to a different wallet than my registered one?</summary>

For owner rewards, any claims will be sent to your owner wallet. Host rewards will be sent to the wallet setup either by the owner (for anonymous host setup) or by the host (for hosts with accounts).\
\
If you have lost access to your current wallet or it has been compromised, the wallet can be updated before claiming any unclaimed tokens by using [the normal process](/general-help/add-wallet-address-to-your-account.md#wallet-setup-steps).

</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.wingbits.com/tge-mainnet/faq.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.
