> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/jiao-yi/liquidity/lighter.md).

# Lighter

[Lighter](https://lighter.xyz/) 是一个零知识永续合约交易所。在 Minara 中，针对 Lighter 钱包下达的订单会路由到 Lighter 的链上订单簿。

## 信任模型

Lighter 是一个二层永续合约 DEX，其撮合与结算在零知识证明系统下运行。交易在链上执行，采用与底层链相同的信任模型，而不是托管型交易所后端。Minara 不运营 Lighter；它只是其之上的界面和执行层。

## 存款

Lighter 钱包通过 Arbitrum 接受 USDC 充值。来自其他网络或代币的充值不会记入该钱包，必须通过导出钱包的私钥来找回。

有关分步存款说明，请参见 [存款](/docs/minara-handbook/zh/kai-shi-shi-yong/deposit.md#deposit).

## 交易

Lighter 钱包支持与 Hyperliquid 钱包相同的订单类型、保证金模式和风险控制。可用资产列表来自 Lighter 的上架资产，并会在 Lighter 钱包处于激活状态时显示在永续合约交易页面的资产选择器中。


---

# 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://minara.ai/docs/minara-handbook/zh/jiao-yi/liquidity/lighter.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.
