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

# welcome to trover

## what is trover?

trover is an ai assisted interface for discovering, checking, and carrying out onchain actions across robinhood chain and supported evm networks.

you can use trover from the web app or through supported x interactions to:

* ask about robinhood chain, account setup, and safety controls
* submit stock-token trades
* prepare relay-powered bridges and cross-chain swaps
* launch a token through pons
* review queued activity from your account

### how it works!

trover turns a supported natural-language request into a structured intent. the system then applies the authentication, account, recipient, route, slippage, allowlist, denylist, liquidity, and feature checks relevant to that action.

a request may be rejected, queued, held for confirmation, returned for a wallet signature, or sent through delegated execution. the result depends on your wallet mode and the safety settings active at that time.

### start here

1. [connect your account and wallet](/getting-started/connect-your-account-and-wallet.md)
2. [make your first trade](/getting-started/make-your-first-trade.md)
3. learn how to [chat with the trover agent](/using-trover/chat-with-the-trover-agent.md) or [use trover through x](/using-trover/use-trover-through-x.md)
4. read [wallet security](/safety-and-controls/wallet-security.md) and [fees, routes, and risks](/safety-and-controls/fees-routes-and-risks.md)

### availability

features depend on current network support, assets, liquidity, account configuration, provider availability, and product controls. a valid command does not guarantee that a route or execution will be available.

trover is experimental community software for a memecoin ecosystem. tokens and onchain actions are highly risky and may lose all value. nothing here is financial, investment, legal, or tax advice.

trover is not affiliated with or endorsed by robinhood markets, x corp., privy, uniswap, relay, or pons unless that party expressly says otherwise. tokenized stock products are onchain instruments and do not necessarily provide ownership, voting, dividend, or issuer-redemption rights in an underlying company.


---

# 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.trover.tech/welcome-to-trover.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.
