> 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.md).

# Trade US Stock

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.

Read more about HIP-3 here: <https://hyperliquid.gitbook.io/hyperliquid-docs/hyperliquid-improvement-proposals-hips/hip-3-builder-deployed-perpetuals>, or see Defi App's perpetual market configuration here.

***

## 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)

***

## Oracle Sources

* Liam to get back
* <https://docs.trade.xyz/about-trade-xyz/hyperliquid-xyz-and-hip-3>

***

## Why It Matters <a href="#id-294d" id="id-294d"></a>

24/7 Trading: US markets close at 4pm. HIP-3 doesn’t. Trade stocks any time.

No Brokerage: No Robinhood. No TD Ameritrade. Just your Defi App account.

No KYC: Self-custody. Your keys. Your assets.

***

## Builder Market <a href="#id-05f9" id="id-05f9"></a>

### HIP-3

HIP-3 is Hyperliquid’s permissionless perpetual market system.

Defi App now supports HIP-3 markets.

You can trade perpetual contracts on stocks

Defi App now exposes these markets with the same UX you already know.

Read more here <https://hyperliquid.gitbook.io/hyperliquid-docs/hyperliquid-improvement-proposals-hips/hip-3-builder-deployed-perpetuals>

### Defi App Config

* Add this info

***

## Next Steps <a href="#e5b1" id="e5b1"></a>

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

Trade stock perpetuals the same way and through the same dashboard. On your Perpetuals dashboard, search for any supported stock as you would a crypto asset.

#### 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 HIP-3 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.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.
