> For the complete documentation index, see [llms.txt](https://docs.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ts.finance/termmax-doc-cn/xie-yi-ji-zhi/alpha-market.md).

# Alpha Market

## 什么是 TermMax Alpha

TermMax Alpha 是将「固定利率借贷」升级为「期权式杠杆交易」的创新金融工具，让用户以可预测成本参与杠杆交易，且完全无清算风险。它打通了可控风险与杠杆交易之间的桥梁，让用户以更简单、更安全、更高效的方式获取收益。

TermMax Alpha 与 Binance Alpha 生态深度协同：Binance 负责发现与上线新代币，TermMax Alpha 则在这些代币尚未登陆永续合约前，提供提前的价格发现、杠杆、对冲与收益策略。同时，TermMax Alpha 也是 BNB 生态重要的衍生品基础设施，通过期权机制帮助投资者捕捉代币早期波动红利，并助力项目方进一步激活社区、提升用户参与度。

## 平台核心术语

* **Long：**&#x5728; TermMax Alpha 指买进看涨期权
* **Short：**&#x5728; TermMax Alpha 指买进看跌期权
* **Dual Investment：**&#x4C;ong/Short 期权的对手方，实际上为期权卖家，为 Long/Short 期权提供流动性。
* **Maturity：**&#x671F;权到期日&#x20;
* **Strike Price ：**&#x662F;期权合约中约定的买入或卖出底层资产的价格，即行权价
* **Current Price ：**&#x5F53;前该代币在市场的价格
* **Max Cost：**&#x4E70;期权时支付的费用，即为权利金，同时也是用户在该仓位中可能损失的最大金额。（为方便阅读和理解，下文均以“权利金”表示 Max Cost）
* **Underlying Asset:** 标的资产，在 TermMax Alpha 指某一上架的 Alpha Token。&#x20;
* **Quote Asset:** 计价资产，用来表示标的资产价格的资产，包括行权价和结算价。当前在 TermMax Alpha 主要指 USDT。


---

# 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.ts.finance/termmax-doc-cn/xie-yi-ji-zhi/alpha-market.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.
