# Fees

Our fees system is the following:

* **0.5% deposit fees** on non-native *farms*: 75% to the Fission, 25% to the team
* **0.15% fees** on all [swaps](https://protofi.gitbook.io/protofi-docs/tokenomics/amm): 100% to the Fission (MoneyPot)

You can learn more about the Fission [here](https://protofi.gitbook.io/protofi-docs/electron-dividend-system/fission).

A transaction cost is a charge from the underlying network transport (i.e. the Fantom Network) for processing your wallet interactions with the Swap/AMM and Yield Farm features.

Technically, when you use the Swap/AMM and Yield Farm you are actually interacting with the Smart Contracts that are setup for each service.

An example is the Native Farms - when you stake your ProtoFi LPs in the farm, Harvest your ELCT or withdraw your ProtoFi LPs, you will have to pay a transaction cost. The cost depends on the complexity of the Smart Contract process/logic, however, you will always be able to review the proposed transaction and costs in advance, before approving it. If you are using MetaMask - a transaction window should be displayed in your browser, every time a transaction has to be processed.


---

# Agent Instructions: 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://protofi.gitbook.io/protofi-docs/what-makes-protofi-unique/fees.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.
