> 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/ru-men/can-yu-zhe.md).

# 參與者

**Megaton Finance是一種即時交換協議，與鏈上流動性池一起運行，其中流動性由自動做市機制（AMM）保證。它是一種鏈上互換服務，允許任何擁有任何WTON或oToken類型加密貨幣的人成為流動性提供者並從交易手續費佣金中賺取收入。**

* **交易者（Trader）**：通過向Megaton Finance池支付費用，交易者可以立即兌換代幣。代幣價格在交易期間根據存入池中的配對資產的數量（兌換率）波動。
* **流通量提供者（Liquidity Provider）**: 指用戶將一對二代幣存入Megaton Finance礦池獲取收益。如果提供流動性，流動性提供者將收到 LP（流動性提供者）代幣，MEGA作為供應證明。他們將從各自的池中獲得費用的獎勵份額作為貢獻獎勵。
*

![](/files/K3rZDkNvSdTzKpWwIs6k) 請注意，基於AMM的掉期協議可能會出現滑點（交易時的估計價格與交易時的實際價格之間的差異）。此外，流動性提供者可能會經歷無常損失（與存放時相比存放資產的價格發生變化），因為池中的代幣價格在供應點之後由AMM機制進行調整。

請在提供流動性或進行交易時牢記這些風險。


---

# 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/ru-men/can-yu-zhe.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.
