> 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/using-trover/trade-stock-tokens.md).

# trade stock tokens

## trade stock tokens

trover supports routed trading for eligible tokenized stock instruments on robinhood chain.

### what a stock token represents

a supported stock token is an onchain instrument. it is not necessarily a share issued by the underlying public company.

unless an issuer explicitly says otherwise, don’t assume the token provides:

* legal ownership of the underlying equity
* shareholder voting rights
* direct dividend rights
* redemption with the public company
* identical market hours, liquidity, or pricing

jurisdictional restrictions may apply.

### request formats

| action                    | example                            |
| ------------------------- | ---------------------------------- |
| buy by spend amount       | buy $AAPL with 100 USDG            |
| buy an exact token amount | buy 2 AAPL                         |
| sell an amount            | sell 2 AAPL                        |
| sell part of a balance    | sell 25% of $AAPL                  |
| sell the full balance     | sell all $AAPL                     |
| rotate a position         | rotate half of my $AAPL into $TSLA |

trover resolves canonical stock tickers through the robinhood registry. explicit contract addresses are checked for deployed bytecode and erc-20 metadata before quoting.

### routing

trover compares enabled routes and uses the best valid result available under current settings. routes may include hosted uniswap liquidity and verified local venues. quotes expire, and the final output can change with price, gas, liquidity, or slippage.

{% hint style="danger" %}
similar tickers and token names can refer to different contracts. a cashtag is convenient, but the contract address is the final identity.
{% endhint %}


---

# 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/using-trover/trade-stock-tokens.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.
