> For the complete documentation index, see [llms.txt](https://bana.gitbook.io/bana-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bana.gitbook.io/bana-docs/en/sale-listing/listing-plan.md).

# LISTING ROADMAP

## Listing Roadmap

**Global Market Entry & Major Listing Strategy**

Based on the reliability of Real-World Assets (RWA), BANA aims to settle on global top-tier exchanges where worldwide liquidity is concentrated.

***

**1. Global Listing Targets**

* Tier 1 Exchanges: Driving confirmed entry into large-scale Centralized Exchanges (CEX) within the global top 10, such as MEXC Global.
* Global Expansion: Simultaneously pursuing sequential listings on local fiat currency exchanges across Korea, Southeast Asia, and Europe.

**2. Core Listing Preparation Process**

* Security Audit: Verification of smart contract integrity through global security firms like CertiK.
* Legal Opinion: Securing legal opinion letters for regulatory compliance in each country and strengthening overall compliance.
* Liquidity Partner: Collaborating with professional Market Making (MM) teams to secure a stable order book.

**3. Liquidity Provision Policy**

Immediately following the listing, the foundation will supply 5% of the total volume to the liquidity pool (LP). This ensures the stability of initial transactions and prevents sudden price distortion.


---

# 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://bana.gitbook.io/bana-docs/en/sale-listing/listing-plan.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.
