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

# NFT Benefits

{% hint style="info" %}
**Meta Signal NFTs** are a separate asset from MSIG tokens. This section covers NFT-specific benefits only. For token staking benefits, see [Token Utilities](/tokenomics/token-utilities.md).\
\
The values and parameters on this page are preliminary and subject to change before launch.
{% endhint %}

The Meta Mafioso NFT gives the earliest supporters of Meta Signals access to exclusive benefits.

## Community Voting

All NFT holders will participate in a vote to decide whether NFTs should remain soulbound or become transferable. The majority decision applies to all NFTs by default.

## NFT Revenue Share

Soulbound NFT holders are entitled to participate in the distribution of Meta Signals subscription revenue through a dedicated revenue-sharing mechanism. The aggregate size of the revenue-sharing pool is limited to a maximum of **100,000 MSIG tokens**.

{% hint style="warning" %}
An NFT must be **soulbound** to qualify for revenue sharing, while transferable NFTs are not eligible for this benefit.
{% endhint %}

## Eligibility Summary

Eligibility requirements for NFT revenue share:

* **Hold a Meta Mafioso NFT which is also soulbound**

{% hint style="success" %}
Once eligible, revenue share is automatically **activated**.
{% endhint %}

## Token Sale Eligibility

NFT holders receive priority access to earlier token sale rounds that offer more favorable pricing. Holding 2 NFTs grants access to the lowest-priced round.

### NFT Holder Access

| NFTs Held | Eligible Round | Entry FDV |
| --------- | -------------- | --------- |
| 1 NFT     | Strategic      | $22.5M    |
| 2 NFTs    | Private        | $15M      |

### Token Sale Rounds

<table><thead><tr><th width="156.5999755859375">Tier</th><th width="130.5999755859375">FDV</th><th width="129.4000244140625">Total Raise</th><th>Vesting</th></tr></thead><tbody><tr><td>Private</td><td>$15M</td><td>$600k</td><td>10% TGE + 3mo cliff + 12mo linear</td></tr><tr><td>Strategic</td><td>$22.5M</td><td>$1.35M</td><td>15% TGE + 2mo cliff + 10mo linear</td></tr><tr><td>Community</td><td>$30M</td><td>$3M</td><td>20% TGE + 1mo cliff + 8mo linear</td></tr></tbody></table>

{% hint style="info" %}
**Community Presale** is open to all participants regardless of NFT ownership. NFT holders gain access to Private and Strategic rounds.
{% endhint %}

{% hint style="warning" %}
Token sale terms are subject to change based on market conditions.
{% 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://token.metasignals.io/tokenomics/nft-benefits.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.
