> For the complete documentation index, see [llms.txt](https://orca-so.gitbook.io/orca-docs-zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orca-so.gitbook.io/orca-docs-zh/yi-nan-jie-da/wo-bu-neng-jie-chu-shuang-wa-huo-ti-qu-wo-de-liu-dong-xing.md).

# 我不能解除双挖或提取我的流动性！

场景:你试图结束或提取流动性，但无法做到这一点。

## 我应该怎么做？

首先，确保您的钱包中有足够的SOL -建议您保持0.05 SOL余额来支付网络费用，如果您的SOL余额低于此值，请再次尝试。如果你的钱包里有足够的SOL，那么这个问题可能会像如下这样解决。

如果是解除双挖：

* 导航到“你的流动性”栏找到你出现问题的那个池子。
* 点击“存入”然后再这个池中添加任意数量的流动性（可以是任何值）。
* 在你的钱包中授权然后返回“双挖”栏。
* 再一次尝试解除双挖。

如果是提取流动性：

* 确保你的钱包中有这个池子交易对的两种代币。
* 如果没有的话可以去交易获得，然后存入这个交易对中。
* 再一次尝试提取你的流动性

如果这个解决方案没有解决你的问题，那么可以尝试在discord中联系社区经理。

警告：当你提出你的疑问后，我们的社区经理永远不会主动私信你，r如果你收到了任何人的私信，那一定是骗子，不要相信并立即在[Discord](https://discord.gg/orca-so)中举报。

## 为什么会发生这种情况？

为了让Solana钱包地址与SPL令牌交互，它必须为该令牌拥有一个“令牌账户”。令牌帐户是在您第一次与给定的令牌交互时创建的，需要支付一小笔可退还的费用，这笔费用在关闭帐户时返还。您的流动性“双挖”时，您的水族农场LP将会被换成双挖LP，使水族农场LP令牌帐户为空。空的代币账户可能会被Solana关闭，有时也会被用户关闭。当你解除双挖的时候你的双挖LP将会被换成水族农场LP. 但是，如果水族农场 LP令牌账户丢失，则不能将LP返回到您的钱包，因此无法处理交易。存入少量LP到池中，重新打开水族农场 LP令牌帐户，允许您正常撤消双挖。


---

# 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:

```
GET https://orca-so.gitbook.io/orca-docs-zh/yi-nan-jie-da/wo-bu-neng-jie-chu-shuang-wa-huo-ti-qu-wo-de-liu-dong-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
