> For the complete documentation index, see [llms.txt](https://cattoverse-1.gitbook.io/cattoverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cattoverse-1.gitbook.io/cattoverse/roadmap/faq.md).

# FAQ

**❓ What exactly is Catto?**

Catto is a personal AI investment agent for crypto. It's a system of 12 specialized AI agents, each with a distinct personality and domain expertise, that monitors the market, discovers opportunities, executes trades, and delivers intelligence reports on your behalf, 24/7.

***

**❓ Is Catto non-custodial? Does it hold my funds?**

Yes, fully non-custodial. Catto never holds your private keys or takes custody of your funds. All execution flows through wallet-native signing, you always hold the final signature. Your funds remain under your cryptographic control at all times.

***

**❓ How much autonomy does Catto have?**

You control the autonomy dial. Options range from "notify only" (Catto alerts you, you execute manually) to "conditional auto-execute" (Catto fires within pre-authorized strategy rules you've set). The default is always the most conservative setting, you have to actively expand permissions.

***

**❓ What are the 12 Catto agents and what do they do?**

Each agent has a specialized function: Wizard detects narrative trends, Ninja tracks whale movements, Knight monitors portfolio risk, Cowboy hunts airdrops, Vampire reads fear and greed, Astronaut watches macro flows, Punk catches meme momentum, Elf finds niche signals, Scientist validates alpha quality, British analyzes tokenomics, Lawyer decodes governance, and Pirate explores new L2s. They work together, when multiple agents signal the same opportunity, confidence is higher and the recommendation is prioritized.

***

❓ **Which chains does Catto support?**

Catto is currently deployed on BNB Smart Chain, with multi-chain expansion planned in Phase 2 and Phase 3 of the roadmap. Cross-chain execution, bridge operations, and expanded chain coverage are core roadmap items.

***

❓ **How does pricing work?**

Catto operates on a subscription model (Free, Pro, Agent, Institutional) plus a small execution fee on agent-executed transactions. Subscriptions can be paid in fiat, stablecoins, or $CS token, with a discount for $CS payments. All fees are shown transparently before any action is executed.

***

**❓ Do I need crypto experience to use Catto?**

No. Catto is designed to work across experience levels. New users can use Catto as a guided entry point, letting agents explain opportunities and execute safely within guardrails. Power users can configure complex multi-strategy concurrent execution. The interface is conversational, describe what you want in plain language.

***

**❓ Where can I learn more or join the community?**

Visit cattoverse.com for the full product, join the community on Telegram (t.me/catto\_verse), follow updates on X (@Catto\_Verse), and read the full whitepaper on GitBook (cattoverse-1.gitbook.io).


---

# 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://cattoverse-1.gitbook.io/cattoverse/roadmap/faq.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.
