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

# YFX Token

**YFX token is the platform's utility and governance token. Holding the token unlocks a variety of benefits, including 30% of the platform's transaction fees.**

**Learn more about YFX token:** [**https://yfx.com/coins-en.html**](https://yfx.com/coins-en.html)**.**

{% hint style="info" %}
YFX holders can earn platform-generated fees and vote on community proposals when V4 is released.
{% endhint %}

{% hint style="info" %}
YFX V3 and V4 will be released on the Arbitrum blockchain. After V3 is released, YFX will stop supporting YFX services on BSC, Heco, xDai, and Tron. Users should move their funds from these chains to Arbitrum using YFX Cross-chain Bridge.
{% endhint %}

## **YFX Token New Features:**

**YFX Token:** The platform's utility and governance token. Users can stake YFX to earn 30% of the platform's transaction fees.

**IYFX Token** (Immaturate YFX): Users can stake IYFX to earn rewards similar to regular YFX tokens, and users can vest IYFX to become actual YFX tokens over a period of one year. Note that users cannot transfer or trade their IYFX tokens.

{% hint style="info" %}
**YFX Token Contract Addresses**

ETH [0xf55a93b613d172b86c2ba3981a849dae2aecde2f](https://etherscan.io/token/0xf55a93b613d172b86c2ba3981a849dae2aecde2f)

Heco ~~0xf55a93b613d172b86c2ba3981a849dae2aecde2f~~

BSC ~~0xf55a93b613d172b86c2ba3981a849dae2aecde2f~~

TRON ~~TAP7qf8Ao26ZAKYS5E6SGozUNoSLvBHsGa~~

**Arbitrum**  [0x569deb225441FD18BdE18aED53E2EC7Eb4e10D93](https://arbiscan.io/token/0x569deb225441FD18BdE18aED53E2EC7Eb4e10D93)

OKExChain ~~0x5415dcc6281d64a946f84686a56e51330fb6d92a~~
{% endhint %}

| Name               | YFX Token                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------- |
| Symbol             | YFX                                                                                      |
| Standard           | ERC-20, Arbitrum, ~~TRC-20, BEP-20, HRC-20, KIP-20~~                                     |
| Total Supply       | 100,000,000                                                                              |
| Circulation Supply | [37,300,000 YFX](https://etherscan.io/token/0xf55a93b613d172b86c2ba3981a849dae2aecde2f]) |

## Initial Distribution

<table data-full-width="true"><thead><tr><th> Distribution</th><th>Total</th><th>Already in Circulation</th></tr></thead><tbody><tr><td>Community rewards</td><td>50,000,000</td><td>7,000,000</td></tr><tr><td>Founding team</td><td>18,750,000</td><td>18,750,000</td></tr><tr><td>Angel investors</td><td>6,250,000</td><td>6,250,000</td></tr><tr><td>IDO &#x26; Private Sale investors</td><td>15,000,000</td><td>15,000,000</td></tr><tr><td>Foundation reserve</td><td>10,000,000</td><td>2,300,000</td></tr></tbody></table>

<https://etherscan.io/address/0xf55a93b613d172b86c2ba3981a849dae2aecde2f>

### Fee Distribution

All fees generated in YFX are distributed to the community. ChainLink, Signer, and other fees are paid weekly. Buybacks and burns are executed periodically. The remaining fees are converted to ETH and distributed to the community through mining.

<table><thead><tr><th width="422"></th><th></th></tr></thead><tbody><tr><td>YFX, IYFX Holder</td><td>30%</td></tr><tr><td>YFX Buy Back</td><td>30%</td></tr><tr><td>YLP Holder</td><td>30%</td></tr><tr><td>YFX Locking Rewards</td><td>10%</td></tr></tbody></table>

## Burn History

{% embed url="<https://yfx.com/coins-en.html>" %}

## MutiSignature Addresses

YFX token has multi-signature addresses with mint authority and adopts a 3/5 multi-signature scheme:

| Public Chain | Multi-signature address with mint authority |
| ------------ | ------------------------------------------- |
| ETH          | 0xEf088E2D9760a8e459970df3B3eA20de73eB7A6b  |
| BSC          | 0x3F2a7D4535E212870321A57231e260580286C0B7  |
| Heco         | 0x830299564875b4659B805969Bf0E96588AbF8f4B  |
| Tron         | TMFrFfVc4CQ46JKjXnr7biKqFiMeae74m6          |
| Arbitrum One | 0xDb3A92a5CC57111FbD92991C49A7cF320152fAf9  |


---

# 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.yfx.com/yfx-token.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.
