> For the complete documentation index, see [llms.txt](https://tokenfi.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs/uploading-token-logo-to-ipfs.md).

# Uploading Token Logo to IPFS

If you choose to deploy your Token Logo via a URL instead of uploading it directly, you can follow this guide to ensure you are doing it right!\
\
This guide goes into detail, specifically on how to upload your Token Logo to IPFS.\
\
**Step 1:** Create an account on <https://nft.storage/>\
**Step 2:** Download the NFTUP Desktop Application: <https://nft.storage/docs/how-to/nftup/>\
**Step 3:** Prepare your Token Logo image for upload.

<figure><img src="/files/eYj4tEmgkWo0DvQPd39C" alt=""><figcaption><p>Floki Token Logo Example</p></figcaption></figure>

It is important that you use a .png format before uploading these images. If your images are currently .jpg, you can use the tool below to convert it to a proper.png format.

{% embed url="<https://jpg2png.com/>" %}

***If you don't use the .png format there is a risk your images will not appear properly!***

**Step 4:** Uploading Your Image.

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

Drag and drop your image for upload.

You might be asked to enter an API key, if you are you can create it with the link below.

API Key Creation Page: <https://nft.storage/manage/>\
\
**Step 5:** Click on the Gateway URL

<figure><img src="/files/UAmW0FnJDbJRNtykrmEb" alt=""><figcaption><p>Upload Success Screen</p></figcaption></figure>

Once your image is uploaded, **click on the Gateway URL** which will open up your browser.

**Step 6:** Click on the Image Name

<figure><img src="/files/z8Ialu58bWlvAOef5UhG" alt=""><figcaption><p>IPFS Directory Screen on Chrome</p></figcaption></figure>

Once your brower is open **Click on the Image Name** highlighted in the image above.&#x20;

This will open up another tab with your image visible on the screen.

**Step 7:** Copy the https\:// URL

<figure><img src="/files/pK4FyBFNZa0dIlovG7lj" alt=""><figcaption><p>Token Logo Image Screen on Chrome</p></figcaption></figure>

Copy the full Image URL as seen in the image above.

**Valid Token Logo URL Example:**&#x20;

```typescript
ipfs://bafybeicoc3wpzzxsnpshlvw6aativcarbw773d43jykrfkalb5q53mdfvm/FLK721.png
```

It **must** start with a valid `ipfs://` URL and ends with `.png`

Submit the IPFS URL to the QuickLaunch Bot `Token Logo` field.


---

# 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://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs/uploading-token-logo-to-ipfs.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.
