> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/degen-mode.md).

# Degen Mode

Degen 交易模式为交易者提供了一种相较于传统交易方式的替代交易方式。那些倾向于减少分析市场的屏幕时间、偏好更省心交易方式的交易者可以选择此交易模式。在高波动期间，交易者可以通过 0 滑点、高杠杆和极低费用来最大化收益。在低波动期间，交易者可以对微小的价格波动进行投机。

最初，Degen 交易模式将适用于 BTCUSD，支持做多和做空市价单最高 1001x 的杠杆。交易者必须在开仓前输入本金（抵押品金额），即可实现零滑点开仓。

Degen Mode 在永续合约 V2 的 BNB Chain、Arbitrum、opBNB 和 Base 链上均可使用。

### Degen Mode 格式

Degen Mode 为我们的永续合约交易者提供以下玩法特点和好处：

**高杠杆，更低的前期抵押品 -** 通过高达 1001x 的杠杆，用户可以通过 Degen Mode 参与并放大他们的交易策略。用户现在可以在无需投入大量前期抵押品的情况下享受更高的上涨空间。

**更低的费用 -** 通过零滑点交易，用户可以享受更好的交易体验。用户不会被收取开仓费用。这增加了用户的交易上涨空间，因为开仓费用现在可以节省下来并用作抵押品。

**动态费用结构 -** Degen Mode 独有定制的平仓动态费用结构经过精心设计，根据盈亏（PnL）收取费用。有关动态费用结构的更多信息，请点击[此处](/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/degen-mode/degen-mode-dynamic-fee.md)。

**交易对供应 -** Degen Mode 适用于 BNB Chain、Arbitrum、opBNB 和 Base 链上的 BTCUSD。

### 工作原理

1. 前往 <https://perp.pancakeswap.finance/en/futures/v2/>，或在我们的主页上选择"Perpetuals"。
2. 在屏幕右上角，选择"做多"或"做空"仓位，然后点击杠杆编辑器选择 1001x 杠杆。
3. 选择金额和合适的杠杆。
4. 选择止盈金额（介于 50% 和 300% 之间），然后选择**开仓**。
5. 你的仓位将显示在屏幕底部的"仓位"标签中。
6. 要平仓，请点击仓位旁边的"关闭"按钮。否则，Degen Mode 平仓将在止盈或清算时自动执行。如需更多信息，请参阅 [旧版模式术语表](/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/perpetuals-glossary.md) 和 [旧版模式常见问题解答](/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/perpetual-trading-faq.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://docs.pancakeswap.finance/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/degen-mode.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.
