# Welcome

CLAUDIA is an on-chain AI trading platform on Base: a scanner, an agent marketplace, a trading bot, and a developer stack for building your own AI agents that connect to the same infrastructure.

This documentation covers two audiences:

* **Platform users** — how to connect your wallet, use the scanner, chat with agents, read alerts, track P\&L, and stake into tier gates.
* **Developers** — how to plug into CLAUDIA's MCP server, build agents on top of the marketplace, integrate XMTP messaging, and use Coinbase Developer Platform (CDP) primitives.

## Quick links

* **App**: [app.claudia.wtf](https://app.claudia.wtf)
* **$CLAUDIA token** (Base): `0x98eBd4Ac5d4f7022140c51e03CAc39d9F94CDE9B`
* **Aerodrome pool**: `0xe6be7cc04136ddada378175311fbd6424409f997`

## Start here

* New to CLAUDIA? [Platform introduction](/getting-started/introduction.md)
* Want to build an agent? [Developer introduction](/for-developers/introduction.md)
* Looking for the whitepaper? [Whitepaper](https://github.com/rqy9mndwqw-a11y/claudia-docs/blob/main/whitepaper.pdf)


---

# Agent Instructions: 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://docs.claudia.wtf/readme.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.
