> For the complete documentation index, see [llms.txt](https://protofi.gitbook.io/protofi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protofi.gitbook.io/protofi-docs/electron-yield-system/fission.md).

# Fission

The **Fission pool** is one of the core innovations of the ProtoFi protocol and the current method used for dividend distribution. It allows investors to deposit ELCT and earn interest in StableCoins, which represent a share in the protocol and entitles its holders to receive dividends. In the near future, it will also enable to actively participate in the protocol’s governance model which aims to be the first to be truly operated by its users.

This is not the first time something like Fission has been attempted in the DeFi space, in particular, an infamous BSC dApp comes to mind. It was known as “Moneypot” and, since Uranium has been exploited twice, we have decided to re-implement an improved mechanism in order to guarantee a bullet-proof solution with superior performance.&#x20;

Fission is the core of the protocol’s current iteration. Together with our Quantum Supply, ProtoShield and ChronoLock, Fission in our opinion has the power to transform a standard yield farming fork - that are basically ponzi schemes doomed to die - into something sustainable.

Starting 3 days after farming start.

The team will start to deposit in the Fission a portion of the deposit and trading fees collected.

For more information about the collected deposit and trading fees you can have a look on the \
[Fees section](https://protofi.gitbook.io/protofi-docs/tokenomics/fees).

{% hint style="danger" %}
Only Electron holders can participate in the Fission pool and own a share of the ProtoFi protocol.
{% endhint %}


---

# 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://protofi.gitbook.io/protofi-docs/electron-yield-system/fission.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.
