> 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/membership-nfts/genesis-nfts.md).

# Genesis NFTs

{% hint style="info" %}
There are 5,050 Genesis NFTs.

<https://opensea.io/collection/flippin-membership>
{% endhint %}

1. When a member wants to register they connect their wallet and burn the GENESIS NFT at registration.
2. Once the GENESIS Member PASS is burned the contract automatically mints another NFT called GENESIS Collective as a membership certificate.&#x20;

<figure><img src="/files/3XpNL9LGLbYOqTd4CZol" alt=""><figcaption><p>GENESIS Membership NFT</p></figcaption></figure>

### [👑](https://emojipedia.org/crown/) Membership Perks

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td>Exclusive Access on flippin.money <br>(no invitation needed)</td><td></td></tr><tr><td></td><td>4 Diamonds ($40) to participate in any Raffle</td><td></td></tr><tr><td><p></p><p> ETH Genesis Raffles</p></td><td></td><td></td></tr><tr><td></td><td>Exclusive Access to Rewards System <br>(crypto affiliate)</td><td></td></tr><tr><td></td><td>$FLIP coin Airdrop</td><td></td></tr><tr><td></td><td>Genesis Staking Pools</td><td></td></tr></tbody></table>

{% hint style="success" %}
The membership cost is fully given back to members as:&#x20;

1. Diamonds that can be used to buy Raffle tickets to incentivize members to participate in the ecosystem
2. $FLIP coin Airdrop
   {% 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://flippin.gitbook.io/docs/membership-nfts/genesis-nfts.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.
