> For the complete documentation index, see [llms.txt](https://cdex-swap.gitbook.io/cdex-swap-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cdex-swap.gitbook.io/cdex-swap-docs/readme/problem-statement.md).

# Problem Statement

Despite the exponential growth of the cryptocurrency industry, both centralized exchanges (CDEX SWAP) and decentralized exchanges (DEXs) continue to face major obstacles that hinder mass adoption. These issues affect retail traders, institutional investors, and the unbanked population who could benefit most from digital finance.

2.1 High Transaction Fees

CDEX SWAP and many existing DEXs impose disproportionately high transaction fees, cutting into user profits and discouraging frequent trading. For retail traders dealing with smaller volumes, these costs make participation unsustainable in the long run.

2.2 Security and Custody Risks

CDEX SWAP hold user funds in custody, creating centralized points of failure that are vulnerable to hacks, fraud, or mismanagement. The crypto industry has witnessed several high-profile exchange collapses that caused billions of dollars in losses, undermining trust in the ecosystem.

2.3 Privacy Concerns from Mandatory KYC

Many platforms enforce strict and mandatory Know Your Customer (KYC) policies, requiring users to share sensitive personal information. While regulatory compliance is important, a one-size-fits-all KYC model compromises user privacy and excludes individuals in regions with restrictive governments or limited access to documentation from participating in the digital economy.

2.4 Complexity of User Experience

Although DEXs offer security, they are often perceived as difficult to use. Complicated interfaces, technical jargon, and cumbersome processes make it intimidating for newcomers to participate with confidence. This creates a digital divide between experienced users and beginners.

2.5 Limited Accessibility for the Unbanked

Over 1.7 billion people worldwide remain unbanked and lack access to traditional financial services. Many crypto platforms still depend heavily on banking integrations or fiat gateways, leaving these populations excluded from participating in global digital markets.

2.6 Lack of Transparency and Centralization Issues

Even within decentralized ecosystems, problems such as hidden fees, opaque governance, and the concentration of power persist. These issues erode trust and contradict the fundamental principles of blockchain technology—transparency, fairness, and decentralization.


---

# 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:

```
GET https://cdex-swap.gitbook.io/cdex-swap-docs/readme/problem-statement.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.
