> For the complete documentation index, see [llms.txt](https://inthenextversion.gitbook.io/gravity-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inthenextversion.gitbook.io/gravity-finance/gfi-holder-benefits.md).

# GFI Holder Benefits

### General Eligibility and Benefits

GFI Tier benefits will vary between the Gravity products and for the most part will be access related. This means you would need to hold a specific tier to gain access to that product. As an example some vaults will be exclusive to certain GFI tiers (or higher). These vaults may offer performance fee discounts and/or exclusive vault strategies.

To obtain a GFI Tier status, the following criteria applies:

* Tier 1: 50,000 GFI or equivalent holdings in an Approved Gravity Smart Contract.
* Tier 2: 250,000 GFI  or equivalent holdings in an Approved Gravity Smart Contract.
* Tier 3: 500,000 GFI  or equivalent holdings in an Approved Gravity Smart Contract.

An “Approved Gravity Smart Contract” can consist of Exchange Liquidity Pools (LPs), Vaults and other future products. ***See the table below for the a list of contracts.***&#x20;

{% hint style="info" %}
If you are depositing your GFI into an approved smart contract, you must deposit it directly from your wallet. If  you are depositing into a third party smart contract such as an Adamant Vault, those GFI DO NOT contribute towards your eligibility.
{% endhint %}

Farms are not included in the eligibility test, however farming vaults (compounders) can be.&#x20;

GFI holdings in your personal wallet and approved smart contracts are combined to determine your tier.&#x20;

If you hold a T2 or T3, you can access all of the benefits of the lower tiers.&#x20;

### Special Events Eligibility (IDOs etc) and Benefits

To be eligible for exclusive special events (like IDO pools) the criteria is very similar to the “General Eligibility” however it is determined by a snapshot at a specific block (to prevent gaming the system).&#x20;

**The one specific difference is that GFI held in your personal wallet is not included in the eligibility test and only specific contract types are considered.**

The benefits offered for each IDO will vary and will be announced prior to each IDO.

### List of Approved Contracts and Eligibility Criteria

| Name           | Pool Type | General | Special Events | Address                                                                                          |
| -------------- | --------- | ------- | -------------- | ------------------------------------------------------------------------------------------------ |
| Wallet Balance | -         | Y       | N              |                                                                                                  |
| GFI-USDC       | LP        | Y       | N              | [0x96.....17ae](https://polygonscan.com/address/0x96d6f7afff161e7152bec4272b51cc007e4417ae#code) |
| GFI-WETH       | LP        | Y       | N              | [0x2a.....38eb](https://polygonscan.com/address/0x2aabda501253b3aeeb4bee0bf7b0d5fd87b038eb#code) |
| GFI-WMATIC     | LP        | Y       | N              | [0xf0.....23ee](https://polygonscan.com/address/0xf08c4ebae711242ca26c6c29116badbc9af123ee#code) |
| GFI-WBTC       | LP        | Y       | N              | [0x4a.....9c1c](https://polygonscan.com/address/0x4a56edb9f7ecf3fc710917265de58d9018309c1c#code) |
| GFI            | Vault     | Y       | Y              | [0xBc.....efC7](https://polygonscan.com/token/0xbccd20990cefd07f725409f80a41648126abefc7)        |
| GFI-USDC       | Vault     | Y       | Y              | [0xdB.....5C55](https://polygonscan.com/token/0xdBF9047AdF8A5147028A47Cf95922277C43e5C55)        |
| GFI-WETH       | Vault     | Y       | Y              | [0x6e.....Decf](https://polygonscan.com/token/0x6e6D10584f078210D199873A54Ac31da9bC3Decf)        |
| GFI-WMATIC     | Vault     | Y       | Y              | [0xfa.....1C50](https://polygonscan.com/token/0xfa37d42f497e0890315645a4650439471Ede1C50)        |
| GFI-WBTC       | Vault     | Y       | Y              | [0xA4.....3A34](https://polygonscan.com/token/0xA4F39A2c5D7b0437df06fF6f434f20b012673A34)        |

<br>


---

# 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://inthenextversion.gitbook.io/gravity-finance/gfi-holder-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.
