# About CLAUDIA

CLAUDIA is a DeFi intelligence platform on Base. It pairs an AI agent marketplace with a market scanner, portfolio tools, and a live trading bot — so that any holder of the `$CLAUDIA` token can act on on-chain signals without spending their day reading charts.

## What you get

Twelve built-in AI agents cover the most common questions a DeFi user has every day: chart reads, token fundamentals, yield opportunities, rug checks, memecoin momentum, gas optimization, airdrop hunting. Each agent is a specialist — you ask a question, you get back a short, decisive answer with the data it used to decide.

Beyond the agents, CLAUDIA runs a scanner every two hours against 60+ crypto pairs, publishes alpha alerts when something worth watching fires, tracks the alert through its lifecycle, and grades every published call against what actually happened. If the scanner is right 70% of the time, you'll see that number on the accuracy page. If it's wrong, you'll see that too.

## How access works

CLAUDIA is token-gated. Holding more `$CLAUDIA` unlocks more of the platform. See [Credits & tier gates](/getting-started/credits-tiers.md) for the exact thresholds.

Inside a tier, most actions cost a small number of credits — roughly $0.05 to $0.30 per agent run, paid either by purchasing credits directly or by swapping `$CLAUDIA` at a 10% discount. Every credit purchase burns half the tokens, so platform usage is deflationary by design.

## Contracts & links

| Thing                   | Value                                            |
| ----------------------- | ------------------------------------------------ |
| `$CLAUDIA` token (Base) | `0x98eBd4Ac5d4f7022140c51e03CAc39d9F94CDE9B`     |
| App                     | [app.claudia.wtf](https://app.claudia.wtf)       |
| Roast My Wallet         | [roast.claudia.wtf](https://roast.claudia.wtf)   |
| X / Twitter             | [@Claudiadev\_wtf](https://x.com/Claudiadev_wtf) |
| Farcaster               | [@claudiawtf](https://warpcast.com/claudiawtf)   |

## Where to go next

New here → [Connecting your wallet](https://github.com/rqy9mndwqw-a11y/claudia-docs/blob/main/platform/connecting-wallet.md). Want to know what each tier unlocks → [Credits & tier gates](/getting-started/credits-tiers.md). Building an agent → [Developer introduction](https://github.com/rqy9mndwqw-a11y/claudia-docs/blob/main/platform/developer-introduction.md).


---

# 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/getting-started/introduction.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.
