> 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/zheng-quan.md).

# 证券

Backpack 证券让您可以在与加密资产相同的 Backpack 账户中交易**真实的美国上市股票和 ETF**，以及**股票永续合约（Stock Perpetuals）**——同一个投资组合，以美元结算，无需单独的经纪账户登录。

**股票与股票永续合约是不同的产品。** 当您买入股票或 ETF 时，您持有真实的**证券权益**，享有与在 Schwab、Fidelity 或 Robinhood 等公司持有股份时相同的私人财产权益。**股票永续合约是衍生品合约，不提供标的股票的所有权。**

***

**从这里开始**

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

{% hint style="info" %}
Backpack 证券仅向符合条件的用户开放。不适用于美国、英国、阿联酋和日本，Backpack 欧盟版亦不提供此服务。完整资格要求请参阅[资格与访问权限](/support-docs/cn/zheng-quan/zi-ge-yu-fang-wen-quan-xian.md)。
{% 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://support.backpack.exchange/support-docs/cn/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.
