> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/token-icon.md).

# Token Icon

**Step 1: Enter the Contract Address**

* Locate the Enter Contract Address field.
* Paste the unique contract address associated with your token.
  * ***Example format:*** 0xAdAC17F958D2ee523a2206206994597C13D831ec7
* Ensure that the address is accurate and corresponds to the contract you own.

**Step 2: Enter the Image URL**

* Locate the Enter URL field.
  * This is where you provide the URL for the token icon image.
* Paste the direct image URL for the token icon. Requirements:
  * The URL must link to a valid image *(e.g., PNG or JPG)*.
  * Ensure the link is accessible and correctly formatted.
* If the URL is invalid, an error message will appear: Invalid image URL. Double-check and correct the URL if necessary.

**Step 3: Submit the Information**

* Click the Submit button located below the fields.
* Once submitted:
  * The platform will verify the ownership of the provided contract address.
  * The submitted token icon will undergo validation.
* If successful, your token icon will be added to the TICS Scan explorer.

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

{% hint style="info" %}

* <mark style="color:blue;">Ownership Verification: Ensure the provided contract address belongs to you. Ownership is typically verified through signature or wallet validation.</mark>
* <mark style="color:blue;">Image Guidelines:</mark>
  * <mark style="color:blue;">**Recommended dimensions:**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">256x256 pixels.</mark>
  * <mark style="color:blue;">**Maximum file size:**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">1MB.</mark>
  * <mark style="color:blue;">URL must point to a publicly accessible image file.</mark>
* <mark style="color:blue;">Errors and Troubleshooting:</mark>
  * <mark style="color:blue;">**Invalid Image URL:**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">Ensure the link is functional and formatted correctly.</mark>
  * <mark style="color:blue;">If submission fails, verify all input fields and retry.</mark>
    {% endhint %}


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/token-icon.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.
