# FAQ

### Token Deployments

<details>

<summary>What networks / chains does Clanker support?</summary>

Please see [Deployed Contracts](/documentation/references/deployed-contracts.md) for a full list of contract deployments.

</details>

<details>

<summary>How can I find the Token Info page for a Clanker token that I deployed?</summary>

There are a handful of ways that you can find the Token Info page of Clanker tokens that you've deployed.

**Via desktop**

On the [Clanker token homepage](https://www.clanker.world/clanker), you can:

1. Search for tokens by token name, ticker, or Farcaster username of the creator.
2. Use the `Connect` button on the bottom left of the page to connect the wallet of your verified address, then press `my deployed clankers`.
3. Visit the [deployed by FID](https://www.clanker.world/clanker/deployed-by-fid) page and type in your FID. See [#how-do-i-find-my-farcaster-verified-address-custody-address-fid](#how-do-i-find-my-farcaster-verified-address-custody-address-fid "mention") for guidance on finding your FID.

**Via Warpcast mobile**

You can click on any frame that Clanker responds with (go to `Casts + Replies` of @clanker) and select your profile on the bottom left. Press `my deployed clankers` to view a list of all Clanker tokens you have created.

</details>

### Creator Rewards

<details>

<summary>How do I claim creator rewards?</summary>

Visit the token admin page `https://www.clanker.world/clanker/[TOKEN CONTRACT ADDRESS]/admin` , connect a wallet, and select `Claim Rewards`. This will prompt you to execute a transaction that will distribute creator rewards.

{% hint style="info" %}
Anyone can initiate the claim process for any token. Creator rewards will then be distributed to the token creator - not the wallet initiating the claim process.
{% endhint %}

</details>

<details>

<summary>What does Creator Earnings on the clanker.world Token Info page mean?</summary>

The Creator Earnings figure is an estimate of the total rewards that a token creator has accrued in the past 30 days. Please note that this is only an **estimate** and might not accurately reflect the current market value of the tokens included in creator rewards.

Unclaimed rewards represent the current balance of unclaimed rewards, not a 30 day estimate.

</details>

<details>

<summary>How can I check the balance of unclaimed rewards for a token?</summary>

Visit the bottom of the token info page to see an estimate of unclaimed rewards.

</details>

<details>

<summary>Why is my unclaimed rewards balance lower than expected?</summary>

Anyone can initiate the payout of creator rewards, so you might have already received creator rewards for tokens you deployed even without claiming the rewards yourself.

</details>

<details>

<summary>How can I determine the wallet address that creator rewards will be sent to?</summary>

For tokens created directly through interaction with the @clanker bot on Farcaster, the address set as the initial recipient for creator rewards is either:

1. Your latest Farcaster verified address
2. Your Farcaster custody address (if you do not have any Farcaster verified addresses)

See [#how-do-i-find-my-farcaster-verified-address-custody-address](#how-do-i-find-my-farcaster-verified-address-custody-address "mention") for guidance on finding your creator rewards address.

</details>

<details>

<summary>How do I find my Farcaster verified address / custody address / FID?</summary>

1. Using Warpcast on desktop, go to your `Profile` and on the top right, press the vertical ellipsis button and select `About`. On the Warpcast mobile app, select the `Information` icon on the top right of your `Profile`.

<figure><img src="/files/CWgCupqYgdyonTe19VWM" alt=""><figcaption></figcaption></figure>

2. If you have connected an Ethereum wallet, your verified address is the bottom of the list of `Connected Ethereum Wallets`. In the below example, there is only one wallet connected, so that is the verified address.<br>

   <figure><img src="/files/EcSZRhN9y3T3NRdqjLgT" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Claim X token deployment fees &#x26; transfer smart wallet balances to another account</summary>

Watch this video here: <https://x.com/JackDishman/status/2021651772016931161>

</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://clanker.gitbook.io/documentation/general/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.
