# Factory Token

Factory token allow anyone to create a CW-20 token on Garuda DeFi by permissionless .

## **How to Create a CW-20 Token?**

1. On Garuda DeFi home, click more and find token factory or go in [this page ](https://garuda-defi.org/tokenfactory)
2. Click next on CW-20 token ( *9788 CW20 base is a standard fungible tokens in Cosmos ecosystem*)
3. FIl the token information :  Name, symbol/ticker and decimals (*typically 6 for cosmos ecosystem*)

<div><figure><img src="/files/0sqr4dQE0yuMB7BuvD8A" alt=""><figcaption><p>Token Factory in home page</p></figcaption></figure> <figure><img src="/files/50Br47CSokr8HREosjOV" alt=""><figcaption><p>9788 CW20 Base</p></figcaption></figure> <figure><img src="/files/jfwF1ztWll993Ib2P91m" alt=""><figcaption><p>Basic token information</p></figcaption></figure></div>

4. Provide address wallet and amount token for initial token distribution.&#x20;
5. **Optional** - provide address that have authority to minting new token and maximum supply (*You may skip this step if don't have plan to mint new token*)
6. **Optional** - provide project name, description, marketing address and logo (*You may skip this step and focus with token logo URL*) and click create token.

{% hint style="info" %}
Fee token factory = 800 GRDX. 50% for development, 50% for burn fees.
{% endhint %}

<div><figure><img src="/files/EnVrCFhix5kc08sLoQlC" alt=""><figcaption><p>Initial Distribution</p></figcaption></figure> <figure><img src="/files/DrpMjUTxdMdWzRB660l4" alt=""><figcaption><p>Minting configuration - oprional</p></figcaption></figure> <figure><img src="/files/jNLnf87rNaF8VtYHj8BP" alt=""><figcaption><p>Marketing Info and Logo</p></figcaption></figure></div>

After created token you will have option to [create pair](/products/factory-pool.md) and [provide initial liquidity](/products/factory-pool.md#how-to-provide-initial-liquidity) now or later. &#x20;

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

## How to Edit Token Info?

Edit token info only can be done if the token already have pair also allowed only for token owner\* and Garuda DeFi admin.&#x20;

{% hint style="info" %}
*If you don't have the authority to edit token info please contact us in* [*here*](https://t.me/Garudaverse99/141257)
{% endhint %}

1. Go to pair page, wheres the token located and click the update logo
2. Fill the info and click update token

<div><figure><img src="/files/T2ka7fckG91Q7bNZnt8v" alt=""><figcaption><p>Click update logo</p></figcaption></figure> <figure><img src="/files/jyJYKrpTePdkRLoCVWKG" alt=""><figcaption><p>Update token information</p></figcaption></figure></div>


---

# 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.garuda-defi.org/products/factory-token.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.
