> For the complete documentation index, see [llms.txt](https://flippin.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flippin.gitbook.io/docs/the-project/how-it-works.md).

# How it works?

### 1. $FLIP coin launch

{% hint style="info" %}
Every amount of $200 and over in total game fees is automatically sent to the Buyback contract which buys back the $FLIP token and automatically burns half and the other half is sent to the Treasury.&#x20;
{% endhint %}

Once $FLIP is launched the funds are used to buyback $FLIP for our Staking pools to share it with our community.

{% hint style="success" %}
**Treasury wallet address:** 0x4A0eE640239741EAd1f051C4acf784722C9989Ed
{% endhint %}

### 2. After $FLIP coin launch

* FLIPPIN was designed with economic sustainability in mind and aims to create an ecosystem that self-sustains.&#x20;
* FLIPPIN utility is the economic engine that powers the $FLIP token.

<figure><img src="/files/pMuVeFMYmVF5va6LSvCF" alt=""><figcaption><p>Flippin Ecosystem</p></figcaption></figure>

{% hint style="info" %}
As a member and stakeholder losing is not really losing.
{% endhint %}

When you lose in a game the 10% game fee is used to buyback the $FLIP token. You, as a project stakeholder, by holding the token will get a return proportional to the amount of token you have as the system is automatically using the game fees to buyback and burn the token. This means not only a small part of what you lost returns to you but also a small part from each game played by each member is returned to each member proportional to their stake.

<figure><img src="/files/kFSuT9Bh1r7snD3yuYSA" alt=""><figcaption><p>Game fees distribution</p></figcaption></figure>


---

# 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://flippin.gitbook.io/docs/the-project/how-it-works.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.
