> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/trade-and-earn/trade-perpetuals/trade-us-stock-perpetuals.md).

# Trade US Stock Perpetuals

You can trade perpetual contracts that track the price of U.S. stocks using Defi App.

Defi App offers builder-deployed perpetuals via Hyperliquid's permissionless perpetual market system, outlined in [HIP-3](https://hyperliquid.gitbook.io/hyperliquid-docs/hyperliquid-improvement-proposals-hips/hip-3-builder-deployed-perpetuals).

***

## Supported Markets (Stocks) <a href="#a0da" id="a0da"></a>

Defi App currently supports the following stocks via HIP-3 perpetuals:

{% hint style="info" %}
Defi App will add additional markets as they launch on Hyperliquid.
{% endhint %}

* TSLA (Tesla)
* NVDA (Nvidia)
* AAPL (Apple)
* GOOGL (Google)
* META (Meta)
* MSFT (Microsoft)
* PLTR (Palantir)
* XYZ100 (Nasdaq 100 index equivalent)

***

## Impact <a href="#id-294d" id="id-294d"></a>

Trade on US stock prices at any time on Defi App. US markets close at 4pm.

***

## Start Trading <a href="#e5b1" id="e5b1"></a>

Trade stock perpetuals the same way and through the same dashboard that you trade crypto assets. On your Perpetuals dashboard, search for any supported stock.

#### Compete in Battle Royale <a href="#id-9c02" id="id-9c02"></a>

[Battle Royale Season 1](/knowledge-base/reference/past-events/battle-royale.md) is live, and trading stock through Defi App counts toward your rank.


---

# 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.defi.app/knowledge-base/trade-and-earn/trade-perpetuals/trade-us-stock-perpetuals.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.
