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

# What CanHav is

**Available now** for Token Launch and Projects on testnet. Accounts and AI/IDE are **in development**. Agent / ERC-8004 is **not started**.

## What CanHav is

CanHav is a research-led platform for EVM builders and capital-markets practitioners.

* **Research** on [canhav.com](https://canhav.com): ecosystem intelligence and sector context.
* **Token Launch**: a testnet launchpad on Robinhood Chain Testnet for fixed-supply tokens, journeys, vesting, escrow, sales, and a minimal AMM.
* **Projects**: two independent ideation tracks (Product and Token) so teams can design, publish, and optionally link before or instead of deploying.

Everything in these docs that describes product surfaces is **testnet only** unless a page says otherwise.

## What CanHav is not

* Not affiliated with Robinhood Markets, Inc. Robinhood Chain does not distribute to Robinhood brokerage customers. See [Welcome](/getting-started/welcome-to-canhav.md).
* Not a mainnet product yet.
* Not financial, legal, or investment advice.
* Not a paid tier product today: surfaces described here are free.
* Not a guarantee of token performance, liquidity, or user acquisition.
* Not custodial: CanHav does not hold your keys.
* Not an Agent / ERC-8004 product yet (that track is not started).

## Who it is for

* Founders and protocol engineers shipping on testnets
* Teams that want verifiable on-chain commitments instead of PDF-only claims
* Teams that need to design a product, a token, or both honestly before they deploy
* Practitioners reading research who also want to inspect how launches are structured

## Related

* [Litepaper](/getting-started/litepaper.md)
* [The two ideation tracks](/getting-started/two-tracks.md)
* [Token Launch overview](/token-launch/overview.md)


---

# 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.canhav.com/getting-started/what-canhav-is.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.
