# Make your own drinks on MojitoSwap

![](/files/Z9CIp8EB8dZKOT5t1hwD)

### **MojitoSwap Mainnet:** <a href="#mojito-chuan-logo-liu-cheng-makeyourowndrinksonmojitoswapmojitoswapmainnet" id="mojito-chuan-logo-liu-cheng-makeyourowndrinksonmojitoswapmojitoswapmainnet"></a>

`Mainnet Deployed @` [`https://app.mojitoswap.finance/#/`](https://app.mojitoswap.finance/#/)

**Router Address**: 0x8c8067ed3bC19ACcE28C1953bfC18DC85A2127F7&#x20;

**Factory Address**:  0x79855A03426e15Ad120df77eFA623aF87bd54eF3&#x20;

**WKCS Address**: 0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521

### MojitoSwap Testnet: <a href="#mojito-chuan-logo-liu-cheng-mojitoswaptestnet" id="mojito-chuan-logo-liu-cheng-mojitoswaptestnet"></a>

**Router Address**: 0x59a4210Dd69FDdE1457905098fF03E0617A548C5 &#x20;

**Factory Address**: 0x0B9427F175EfB95C3EbB7b9009B12dc685F517E6&#x20;

**WKCS Address:** 0x5512Ae5E7eE55869dA7dc2a5D2F74a5Df65683B8

### How to get your own drinks( **token** :)) LOGO on MojitoSwap: <a href="#mojito-chuan-logo-liu-cheng-howtogetyourowndrinkstokenlogoonmojitoswap" id="mojito-chuan-logo-liu-cheng-howtogetyourowndrinkstokenlogoonmojitoswap"></a>

#### 1. Image for the Token Logo  <a href="#mojito-chuan-logo-liu-cheng-1.imageforthetokenlogo" id="mojito-chuan-logo-liu-cheng-1.imageforthetokenlogo"></a>

* **File Extension**: `png` . Uppercase `PNG` is considered invalid
* **File Name**：`logo.png`
* **Size**: `256px by 256px`
* **Background**: Preferably transparent

#### 2. Token Information File  <a href="#mojito-chuan-logo-liu-cheng-2.tokeninformationfile" id="mojito-chuan-logo-liu-cheng-2.tokeninformationfile"></a>

* **File Extension**: `json` . Uppercase `JSON` is considered invalid
* **File Name**：`mjtTokenList.json`

The following example shows the information that must be included in the `mjtTokenList.json` file. Please ensure that the details are accurate and in the format required. The contract address shall follow the checksum address format (see next requirement).<br>

```
{
"name": "MojitoToken",
"website": "https://app.mojitoswap.finance/#/"
"explorer": "https://explorer.kcc.io/token/0x2ca48b4eea5a731c2b54e7c3944dbdb87c0cfb6f",
"type": "KRC20",
"symbol": "MJT",
"decimals": 18,
"status": "active",
"address": "0x2ca48b4eea5a731c2b54e7c3944dbdb87c0cfb6f"
"description": "MJT is a native token of MojitoSwap",
}
```

#### 3.How to get your LOGO Approved[#](https://docs.kuswap.finance/protocol/building-on-kuswap#how-to-get-your-logo-approved) <a href="#mojito-chuan-logo-liu-cheng-3.howtogetyourlogoapproved" id="mojito-chuan-logo-liu-cheng-3.howtogetyourlogoapproved"></a>

Fork and Submit @ <https://github.com/MojitoFinance/mjtTokenList>

The Pull request will be screened before it gets added to the repository. In order to get approved, your submission must meet the following requirements.

* Your project has a website.&#x20;
* Detailed Token Information.&#x20;
* Has a social media presence.such asTwitter,Medium or others.&#x20;
* Verified Contract on KCC Explorer.

Tips：

1. The name of the token logo and the symbol should be consistent and it's lowercase.
2. The token contract address and link should be subject to the block browser.

**Enjoy yourself just in mojitoswap！👏**

##

<br>


---

# 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.mojitoswap.finance/q-and-a/make-your-own-drinks-on-mojitoswap.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.
