> 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/support-docs/cn/jiao-yi-suo/zheng-quan.md).

# 证券

## Backpack 证券

Backpack 证券让您可以在同一个 Backpack 账户内买卖**真实的美国上市股票和 ETF**，与加密资产共用同一投资组合，以美元结算，无需单独的经纪账户登录。买入成交后，股份将直接以余额的形式显示在您的其他资产旁边。

这些均为真实证券——并非合成产品、差价合约、永续合约或包装产品。股份以真实**证券权益**的形式为您持有：与您在 Schwab、Fidelity 或 Robinhood 等公司持有股份时享有的私人财产权益完全相同。每只股票均以其常规股票代码显示，例如 `AAPL` 或 `TSLA`。

交易**即时且基于报价**：Backpack 向您显示实时价格，您确认后余额随即更新——无需管理订单簿、挂单/吃单机制或滑点。股票和 ETF 在美国市场交易时段（周一至周五）内可进行交易。

> Backpack 证券目前处于**公开测试阶段**——面向符合条件的用户开放，支持网页端使用（移动端即将推出）。随着产品持续迭代，我们仍在不断新增功能。

***

**从这里开始**

* [**资格与访问权限**](/support-docs/cn/jiao-yi-suo/zheng-quan/zi-ge-yu-fang-wen-quan-xian.md)——使用条件、支持地区，以及首次交易前需完成的一次性协议。
* [**查找与研究股票**](/support-docs/cn/jiao-yi-suo/zheng-quan/cha-zhao-yu-yan-jiu-gu-piao.md)——浏览首页、按股票代码搜索，以及查看股票详情页：图表、财务数据、新闻和公司信息。
* [**如何在网页端买卖股票**](/support-docs/cn/jiao-yi-suo/zheng-quan/ru-he-zai-wang-ye-duan-mai-mai-gu-piao.md)——完整交易流程，从选择股票代码到确认成交。
* [**交易时段与手续费**](/support-docs/cn/jiao-yi-suo/zheng-quan/jiao-yi-shi-duan-yu-shou-xu-fei.md)——交易时段安排、市场状态指示器、零股规则、最低交易金额及手续费。
* [**您的持仓、股息与公司行动**](/support-docs/cn/jiao-yi-suo/zheng-quan/nin-de-chi-cang-gu-xi-yu-gong-si-xing-dong.md)——仓位如何在投资组合中显示、如何平仓，以及哪些股东功能仍在开发中。
* [**真实所有权与法律框架**](/support-docs/cn/jiao-yi-suo/zheng-quan/zhen-shi-suo-you-quan-yu-falkuang-jia.md)——您实际拥有什么：证券权益、Backpack 证券背后的受监管经纪商、托管及资产保护。
* [**常见问题**](/support-docs/cn/jiao-yi-suo/zheng-quan/chang-jian-wen-ti-jie-da.md)——常见问题的快速解答，并附有完整指南的链接。

> Backpack 证券仅向符合条件的用户开放。不适用于美国、英国、阿联酋和日本的用户，Backpack 欧盟版亦不提供此服务。完整资格要求详见"资格与访问权限"页面。


---

# 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/support-docs/cn/jiao-yi-suo/zheng-quan.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.
