> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/backpack-securities/trading-stocks-and-stock-perpetuals.md).

# Trading Stocks & Stock Perpetuals

## Before You Start

Before placing your first trade, make sure:

* Your Backpack account is verified (KYC)
* You're located in a supported region
* You have available USD for purchases

There is no additional stocks-specific verification process.

For eligibility requirements and account access, see [**Eligibility & Access**.](/backpack-securities/eligibility-and-access.md)

***

## Important Notes

**No Margin Purchases**

* Stock purchases are funded using available USD.
* Backpack does not automatically borrow funds to fund stock purchases.
* If you want to use borrowed USD, borrow it first and then place your order.
* See [**Stock Trading Hours & Fees**](/backpack-securities/stock-trading-hours-and-fees.md) for details.

**Order Book & Execution**

* During the weekend trading session, eligible stocks trade through Backpack's Weekend Order Book.
* Shares bought or sold over the weekend are the same real U.S. securities traded during regular market hours.
* When the overnight session reopens, trading routes back to U.S. exchanges until the next weekend session begins.

**Real Ownership**

* **Stocks:** Filled stock trades represent real ownership held as a security entitlement.
* **Stock Perpetuals:** Stock Perpetuals are derivative contracts and do **not** provide ownership of the underlying stock.
* For more information, see [**Real Ownership & Legal Framework**.](/backpack-securities/real-ownership-and-legal-framework.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://support.backpack.exchange/backpack-securities/trading-stocks-and-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.
