> For the complete documentation index, see [llms.txt](https://docs.flowx.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowx.finance/protocol/earning-protocol-fee.md).

# Earning Protocol Fee

Users deposit xFLX tokens on FlowX Finance to earn protocol fees, which include trading fees.

Stake here: <https://flowx.finance/stake>

Protocol fees will be converted into Sui on a regular basis and added to the reward pool. The converted fees will then be distributed to users at the end of each Epoch.

FlowX team also committed to using half of protocol revenue to buy back and burn $FLX weekly.

Protocol Fee Address: [0x31f02af26aeb374d2fe1bd1d5eaf4a6ac4a01e78c27f71363b70f2a5fec8111b](https://suiexplorer.com/address/0x31f02af26aeb374d2fe1bd1d5eaf4a6ac4a01e78c27f71363b70f2a5fec8111b)

<figure><img src="https://3458959336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpEOgAVtfjtpMXMM550M8%2Fuploads%2FAWxTaOFzZfHjeywSy9PM%2Fimage.png?alt=media&amp;token=c89b23d3-d4f1-4fd2-ba8c-8b039cf8fb36" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When making a withdrawal, users' xFLX will be prepared and available to be claimed to their wallets in the next epoch.
{% endhint %}

{% hint style="danger" %}
Please note that users will not receive any rewards for the withdrawn amount xFLX during this epoch.
{% 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://docs.flowx.finance/protocol/earning-protocol-fee.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.
