> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/chinese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/chinese/fund-selectors/issue-redeem-funds.md).

# 兑换/赎回基金

在本节中，我们将演示作为投资者如何兑换和赎回指数代币。

![](/files/-McSdEi10VMewJEgzk87)

## 兑换

投资者可以选择兑换或赎回代币，兑换时只需提供相应的抵押品即可。在下面的例子中，投资者需要提供WBTC和WETH的代币组合。

![](/files/-McSdMzkNmoOalUpZWy5)

投资者需点击确认按钮，给予Cook协议必要的许可，以便从钱包中获得代币。

![](/files/-McSdPP61hXuEt8DsuPS)

随后将出现以下页面，显示标的代币正在等待您的批准。此时投资者需耐心等待，直到链上交易成功完成。

![](/files/-McSdRs1-KV8RWr7fbEL)

交易获得批准后，即可看到钱包中各标的代币的余额。

![](/files/-McSdVhzYEvcvzJLzXR5)

输入您希望兑换的指数代币的数量，所需标的代币的数量将显示在“数量”一栏。点击“兑换”。

![](/files/-McSdYEGtMjFbmvZckGE)

MetaMask钱包将显示Gas费用并请求批准兑换。点击“确认”按钮即可。

![](/files/-McSdaW-mXx9-dnfKsS-)

您将看到以下交易待处理的对话框，直至兑换完成。

![](/files/-McSdcae56JXr4lPtuhB)

兑换成功后，您可以通过钱包验证余额是否准确。

## 赎回

投资者还可以随时赎回指数代币以换取标的代币。作为投资者，您可以输入您想赎回的指数代币的数量，便可得知相应的标的代币的数量。

![](/files/-McSdpckIawkLAAkHl8q)

点击“赎回“按钮后将弹出MetaMask钱包对话框，显示本次Gas费用并请求批准赎回。

![](/files/-McSdsmd5MxMySRUAZbf)

一旦您确认了钱包上的交易，并且交易在链上成功执行，标的代币将返还至您的钱包。


---

# 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://cook-protocol.gitbook.io/chinese/fund-selectors/issue-redeem-funds.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.
