# Token Logo Submission Guide

**Submission Methods**

**Method 1: Submit PR via GitHub**

1. **Visit Our GitHub Repository**
   1. Go to BulbaSwap Token Lists.

2. **Add Token Information**

   1. Find and edit the following file:
      * `tokens/morph-mainnet/list.json`
   2. Add your token information in the following format:
   3. `{"name": "Test",`
   4. `"symbol": "Test",`
   5. `"address": "0xxxx....",`
   6. `"chainId": 2818,`
   7. `"decimals": 6,`
   8. `"logo": "https://raw.githubusercontent.com/BulbaSwap/token-lists/main/assets/morph-mainnet/{address}/logo.{png/svg}"}`
   9. **Note:** The address must be all lowercase; simply add the Token you are submitting.

3. **Submit Logo**
   1. Create the {address} folder (token contract address in lowercase) under the assets/morph-mainnet folder and upload your logo file to the following path:
      * `assets/morph-mainnet/{address}/logo.(png/svg)`
   2. **Logo Requirements:**
      * Format: Rounded PNG or SVG
      * Size: 200 x 200 pixels
   3. **Submit Pull Request**

      1. After completing the above steps, please submit a PR, and we will review it.

**Method 2: Submit via Google Form**

1. **Prepare Logo File**
   1. Please ensure your Logo file meets the following requirements:
      * Format: Rounded PNG or SVG
      * Size: 200 x 200 pixels
2. **Submit the Form**
   1. Please visit the following link, fill in the relevant information, and upload your Logo:[ Submit Form](https://forms.gle/7CVmhb9HTjDYwGRy8)

#### Important Notes

* Ensure the information is accurate to avoid delays in review.
* After submission, please wait patiently; once approved, we will display your token logo in BulbaSwap.

Thank you for your participation! If you have any questions, please feel free to contact our support team. You can reach us via:

* **Telegram:** [BulbaSwapOfficial](https://t.me/BulbaSwapOfficial)
* **Twitter:** <https://x.com/BulbaSwap>

We look forward to your Token joining the Bulbaswap community!


---

# 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://docs.bulbaswap.io/mainnet-tutorial/token-logo-submission-guide.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.
