> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-classic/defined-features/edit-token-info.md).

# Edit Token Info

At Defined, we don't believe in charging users or token devs to edit token information. This includes things like social links, circulating marketcap, token images, and more.

## How Do I Submit a Change?

To submit a proposal to edit token images or information, select the "Edit token info" button, which you can find just below the trading panel.

<figure><img src="/files/Tdy3QBLqsob3uevnGSI6" alt="" width="343"><figcaption><p>"Edit Token Info" button allows you to submit a change</p></figcaption></figure>

After selecting the Edit token button, you'll see the option to edit/replace various token fields:

<figure><img src="/files/HPkAaeLU6DdaxqORv54b" alt="" width="345"><figcaption></figcaption></figure>

Clicking the "Edit socials" drop-down will allow you to enter any number of links that are relevant to the token in question:

<figure><img src="/files/QEIWU12BgOcmFcfFUyL3" alt="" width="322"><figcaption></figcaption></figure>

Once you have made all desired changes to a token's image, links, etc. simply click the "Done editing" button to finalize your changes.

## How do I report a scam?

Selecting the "Report" button will allow you to flag a token as a suspected scam. Once we review the report, we will confirm or reject the proposals and flag it appropriately.

<figure><img src="/files/k61HuYXb7r4zoGEeB2S1" alt="" width="341"><figcaption></figcaption></figure>

## When do my changes appear?

When you edit a token's image or report a scam, an Admin at Defined must review your proposal before accepting it. This is usually done within 24hours, but feel free to ping an admin in our [Telegram channel](/defined-docs/contact-us.md) and we'll be happy to review it as soon as we are able.

We kindly ask that you do not submit multiple proposals for a token as it will not increase the speed or likelihood that it will be accepted.

## My proposal was rejected. What can I do?

We receive many token proposals each day, most of which are for scams. Occasionally we may reject a proposal by mistake if the token appears likely to be a scam, or we don't have enough information to verify legitimacy. [Contact us](/defined-docs/contact-us.md) in Telegram if we have rejected a change in error.


---

# 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://docs.defined.fi/defined-docs/defined-classic/defined-features/edit-token-info.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.
