> For the complete documentation index, see [llms.txt](https://docs.chimpx.ai/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chimpx.ai/overview/superapp/how-chimpx-fixes-it.md).

# How ChimpX Fixes It

### Three things working together

{% columns %}
{% column %}
🤖

**Mojo AI Agent**

Your DeFi co-pilot. Talk to it like a human. It understands what you want and executes it across any protocol automatically.
{% endcolumn %}

{% column %}
🔑

**Universal Account**

One wallet. Every chain. No gas tokens needed — ever. Deposit USDC/USDT and you're ready to go.
{% endcolumn %}

{% column %}
🏗️

**Smart routing**

Every trade automatically finds the best price and lowest cost across all connected apps. You don't research. Mojo does.

<br>
{% endcolumn %}
{% endcolumns %}

### How It Compares

| Feature                  | Normal DeFi                   | ChimpX                           |
| ------------------------ | ----------------------------- | -------------------------------- |
| Network fees             | Pay manually on every action  | **Zero — handled automatically** |
| Apps needed              | 5–10+ different apps          | **Just ChimpX**                  |
| Moving between networks  | Manual, slow, error-prone     | **Automatic**                    |
| How you control it       | Complex buttons and approvals | **Plain English**                |
| Seeing your full balance | Scattered across apps         | **One dashboard**                |
| For a new user           | Overwhelming                  | **Type what you want, done**     |

{% hint style="success" icon="check" %}
**56,000+ people** are already connect to ChimpX. Solana waitlist went live on May 4, 2026.
{% endhint %}

***

<br>


---

# 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://docs.chimpx.ai/overview/superapp/how-chimpx-fixes-it.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.
