> 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/mojo-ai.md).

# Mojo AI

### What Mojo does

When you type a request, Mojo does five things without you doing anything:

1. **Understands what you're asking** - figures out if you want to swap, stake, earn, borrow, or something else
2. **Pulls out the details** - which tokens, how much, which network, any preferences you mentioned
3. **Builds a plan** - if your request involves multiple steps, Mojo sequences them in the right order
4. **Finds the best route** - checks all connected platforms for the best price and lowest cost
5. **Executes** - sends the transaction, covers fees automatically, sends you a confirmation

### What makes Mojo more than a basic AI chatbot

🧠

**Multi-step strategies**

Describe an outcome. "Swap 10 SOL to USDC, lend half on Kamino, stake the rest" - Mojo breaks it down and executes each step in order.

⏰

**Automated orders**

Set conditions in plain English. "Buy SOL if it drops below $140." Mojo watches the price and executes when the moment hits.

🔍

**Market awareness**

Mojo tracks what large wallets are doing, what's trending, and what's happening across the market - so you don't have to.

🛡️

**Safety before it acts**

Before any automatic buy, Mojo checks if the token is safe - ownership, liquidity locks, concentration risk. You see a summary first.

{% hint style="success" %}
Mojo executes on your behalf but **never controls your money**. You own your account. Mojo can only do what you've allowed it to do, and every action is logged.
{% endhint %}


---

# 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/mojo-ai.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.
