> For the complete documentation index, see [llms.txt](https://docs.20lab.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.20lab.app/solana-features/metadata.md).

# Metadata

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

### Token logo

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

Your metadata can contain extensive information about your token, with the token logo being one of the most important visual elements. You can easily add a logo using our generator, and both the uploaded image file and all metadata are securely stored on IPFS where they cannot be removed.

#### IPFS Storage Benefits

* **Permanent storage**: Your logo and metadata cannot be deleted or lost
* **Decentralized hosting**: No single point of failure
* **Cost efficiency**: Saves on Solana fees by storing data off-chain
* **Global accessibility**: Available worldwide through IPFS network

#### Technical Requirements

* **Maximum size**: 1 MB
* **Supported formats**: PNG, JPG, or WEBP
* **Recommended format**: Square image (1:1 aspect ratio)

### Token description

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

The description field allows you to provide detailed information about your token and project. This text appears in wallets, explorers, and other platforms that display token information.

#### What to Include

* **Project purpose**: Clearly explain what your token does
* **Use cases**: Describe how people can use your token
* **Unique features**: Highlight what makes your project special
* **Community information**: Include relevant community details
* **Utility explanation**: Explain the token's role in your ecosystem

### Website & Social links

Add important links to your project that will be publicly included in the metadata file. These links help users find more information about your project and connect with your community.

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

#### Essential Links to Consider

* **Official website**: Your main project website or landing page
* **Documentation**: Links to technical docs or whitepapers
* **Social media**: Twitter, Discord, Telegram, or other community platforms
* **GitHub repository**: For open-source projects or technical transparency
* **Medium/Blog**: For project updates and announcements

### Immutable metadata

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

In the 20lab generator, the metadata update authority is assigned to your deployer address by default. This allows you to correct mistakes or update information later through the token owner dashboard. However, if you're confident everything is correct, you can revoke the metadata update authority by setting it as immutable from the start.

{% hint style="warning" %}
**Important:** We recommend that you revoke the metadata update authority when everything is ready, because the metadata in SPL tokens also controls the name and symbol of your token!
{% 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:

```
GET https://docs.20lab.app/solana-features/metadata.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.
