> For the complete documentation index, see [llms.txt](https://cryptodee.gitbook.io/ausd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptodee.gitbook.io/ausd/overview/about-us.md).

# About us

We created AUSD StableCoin to function as a medium of exchange for users globally, minimizing the limitations tied to international transactions.

## 🚀 Main-Chain

Works on Binance smart chain (BSC) for maximum reach and liquidity and secure

<figure><img src="https://aomfund.com/wp-content/uploads/2025/07/Screenshot_1.png" alt=""><figcaption></figcaption></figure>

## **📈** Stable & Secure

1:1 USD peg, transparent reserves, and audited smart contracts

<figure><img src="https://aomfund.com/wp-content/uploads/2025/08/stable-ausd.fw_-2.png" alt=""><figcaption></figcaption></figure>

## **📈** Fast & Accessible

Instant, low-cost, censorship-resistant transfers for DeFi and payments.

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

{% content-ref url="/pages/7LK9S4SYBB5GdxlIlWTI" %}
[Fast track plan](/ausd/roadmap-and-timeline/fast-track-plan.md)
{% endcontent-ref %}

{% content-ref url="/pages/r0KnUlx5xL5A1FKNXy5v" %}
[Listing Plan (CEX)](/ausd/roadmap-and-timeline/listing-plan-cex.md)
{% endcontent-ref %}

Listing your crypto token on an **exchange** (DEX or CEX) is a key step to gaining liquidity, investors, and visibility. Here's a complete breakdown to guide you:

***

### ✅ 1. Decide Where to List: **DEX vs CEX**

| Feature             | DEX (Decentralized)             | CEX (Centralized)                      |
| ------------------- | ------------------------------- | -------------------------------------- |
| Examples            | Uniswap, PancakeSwap, SushiSwap | Binance, KuCoin, MEXC, Gate.io         |
| Listing Fees        | Low or none                     | Medium to very high                    |
| KYC Required        | No                              | Yes                                    |
| Smart Contract Req. | Must be audited, compatible     | Must meet exchange's tech requirements |
| Liquidity           | You must provide it             | Provided by exchange                   |

***

### 🧩 2. Requirements Before Listing

#### 🛠 Token Checklist:

* ✅ Token deployed (ERC20, BEP20, TRC20, etc.)
* ✅ Verified on **Etherscan**, **BscScan**, etc.
* ✅ Logo & metadata uploaded
* ✅ Whitepaper or project website
* ✅ Tokenomics defined (supply, distribution)
* ✅ Liquidity locked (if DEX)
* ✅ Smart contract audited (recommended for CEX)

***

### 🌐 3. Listing on a DEX (like Uniswap / PancakeSwap)

#### How to list:

1. Go to a DEX (e.g., pancakeswap.finance)
2. Click **"Liquidity" > "Add Liquidity"**
3. Choose your token and pair it (e.g., BNB or USDT)
4. Add your token + matching base currency
5. Once added, your token is tradable

**Optional:**

* Lock liquidity via **Unicrypt**, **PinkLock**, etc.
* Register token info on **TrustWallet**, **MetaMask**, **DEXTools**, **DexScreener**

***

### 🏦 4. Listing on a CEX (like MEXC, BitMart, etc.)

#### General Process:

1. Prepare documents:
   * Project whitepaper
   * Website & roadmap
   * Tokenomics
   * Smart contract audit
   * Legal compliance docs (for bigger exchanges)
2. Apply through official listing page:
   * ✅ MEXC Listing
   * ✅ BitMart Listing
   * ✅ Gate.io Listing
3. Wait for approval, pay listing fee (ranges $5k–$100k+)
4. Exchange creates trading pair, adds liquidity, announces listing

***

### 💰 Estimated Listing Fees (CEX)

| Exchange    | Est. Cost        |
| ----------- | ---------------- |
| **Binance** | $250K–$1M+       |
| **KuCoin**  | $50K–$150K       |
| **MEXC**    | $10K–$30K        |
| **BitMart** | \~$10K           |
| **XT.com**  | $5K–$15K         |
| **LBank**   | Often negotiable |

***

### 📈 5. After Listing: Promote

* Add token to **CoinMarketCap** & **CoinGecko**
* Update **explorer info** (e.g., BscScan)
* Announce on Twitter, Telegram, Discord
* Start community incentives, airdrops, and staking


---

# 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://cryptodee.gitbook.io/ausd/overview/about-us.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.
