> For the complete documentation index, see [llms.txt](https://docs.megaton.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.megaton.fi/zh-tw/products/shou-yi-nong-chang-yield-farm.md).

# 收益農場（Yield Farm）

### 提供流動性和LP代幣

\
流動性池是智能合約中持有的數字資產的集合，在去中心化交易所的運營中起著關鍵作用。用戶可以將他們的資產存入 Megaton Finance 的各種池中，並收到 LP 代幣作為證明。收到的 LP 代幣數量代表我在總池中的份額 (%)。

例如： 如果您在Megaton Finance的WTON-oUSDT池中存入10,000美元，則每價值5,000美元的資產將以WTON和oUSDT之間的50:50的比例添加到池中。 LP代幣數量等於WTON數量，並以此為基礎計算份額（%）。

### **BENEFITS**

* **MEGA分配獎勵**\
  &#x20;\
  如果您向MEGA獎勵池提供流動性，您將根據您在池中的LP股份獲得MEGA挖礦獎勵。\
  &#x20;
* &#x20;**交易手續費獎勵**\
  &#x20;\
  如果您向流動性池提供流動性，您將根據您在池中的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, and the optional `goal` query parameter:

```
GET https://docs.megaton.fi/zh-tw/products/shou-yi-nong-chang-yield-farm.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.
