> For the complete documentation index, see [llms.txt](https://docs.airpuff.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airpuff.io/product-airdrop/buffs/points-rules.md).

# Points Rules

## EigenLayer Points

EigenLayer, the foundational protocol underlying Liquid Restaking protocols, introduces its points system. Users earn both LRT points and EigenLayer Points, with a consistent calculation method across all Liquid Restaking protocols. Users receive 1 point per hour for each ETH staked, and for nominal participation measurement, all staked tokens, including restaked native ETH and Liquid Staked ETH, are equivalently calculated.

The market has witnessed speculation regarding the value and utility of these points. While it's not clear how points will turn into airdrops, people are still excited in the market and want to collect more points. In this landscape, AirPuff bridges the gap, providing a platform to maximize the value for points farmers.

## Liquid Restaking Protocol Points

| Underlying Protocol Points | Corresponding Buffs                                              | Rules                                                                                                             |
| -------------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Ether.fi Loyalty Points    | <p>weETH (Arbitrum)<br>weETH (Ethereum)<br>Liquid (Ethereum)</p> | 1 point for every 0.01 ETH staked per day                                                                         |
| Kelp Miles                 | <p>rsETH (Arbitrum)<br>rsETH (Ethereum)</p>                      | (Amount of ETH worth of LST)×(Number of days)×10,000                                                              |
| Renzo ezPoints             | <p>ezETH (Arbitrum)<br>ezzETH (Ethereum)</p>                     | 1 Renzo ezPoint per hour for every ezETH they hold                                                                |
| BedRock Diamonds           | uniETH (Ethereum)                                                | 1 Bedrock Diamond per hour for each uniETH held.                                                                  |
| Vector Reserve vPoint      | svETH (Ethereum)                                                 | 1000 vPoints per 1 vETH or svETH                                                                                  |
| Swell Pearls               | mswETH (Ethereum)                                                | Receive 30 pearls per mswETH as a reward for your initial deposit, and earn up to 6 pearls daily for each mswETH. |
| EigenPie Points            | mswETH (Ethereum)                                                | 1 ETH Worth of LST Deposit = 1 Point / Hour                                                                       |

## Stablecoins

| Underlying Protocol Points | Corresponding Buffs | Rules                      |
| -------------------------- | ------------------- | -------------------------- |
| Ethena Sats                | sUSDe (Ethereum)    | 2.4 Sats per day per sUSDe |


---

# 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.airpuff.io/product-airdrop/buffs/points-rules.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.
