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

# Overview

**ClawEngine** is the premier agent creation and deployment platform for the [OpenClaw](https://openclaw.ai/) ecosystem on Solana.

Design, build, test, and deploy fully autonomous AI agents — no code required. Connect to 35+ platforms, equip agents with 30+ tools, and launch them to Solana mainnet with a single click.

***

### What You Can Do

🤖 **Build Agents** — Use our visual 9-step builder to design agents with custom goals, personalities, safety policies, tools, platform connectors, triggers, and memory systems.

🔗 **Connect Everything** — Integrate with Discord, Telegram, Twitter, GitHub, TradingView, DexScreener, Polymarket, and dozens more out of the box.

⚡ **Deploy Instantly** — Export your agent as an OpenClaw-compatible JSON config and deploy to Solana mainnet in seconds. Every action is verifiable on-chain.

🪙 **Token-Powered** — $CWE tokens power the entire ecosystem. Earn tokens, unlock premium features, export agents, and participate in governance.

📡 **Automate** — Set up cron schedules, webhook listeners, blockchain event monitors, and multi-agent pipelines that run 24/7 without intervention.

***

### Quick Links

| I want to...                       | Go here                                                                |
| ---------------------------------- | ---------------------------------------------------------------------- |
| Create my first agent in 5 minutes | [Quickstart](/overview/getting-started/quickstart.md)                  |
| Understand the 9-step builder      | [Agent Builder Overview](/overview/agent-builder/summary.md)           |
| See all available tools            | [Tools Reference](/overview/tools-and-integrations.md)                 |
| See all platform connectors        | [Connectors Reference](/overview/tools-and-integrations/connectors.md) |
| Learn about $CWE tokens            | [Token Overview](/overview/token-economy/tokenomics.md)                |
| Use the REST API                   | [API Overview](/overview/developer-api.md)                             |
| Set up my team                     | [Teams & Collaboration](/overview/platform/teams.md)                   |

***

### Built on Solana

|              |                                                |
| ------------ | ---------------------------------------------- |
| **Token**    | $CWE (ClawEngine)                              |
| **Network**  | Solana Mainnet                                 |
| **Mint**     | `67rFxB8DZPg3mbwDp9VZ1SanhYXjcULfDKAsXPYRpump` |
| **Website**  | [clawengine.app](https://clawengine.app/)      |
| **OpenClaw** | [openclaw.ai](https://openclaw.ai/)            |


---

# 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.clawengine.app/overview.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.
