> 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/air-con/how-does-it-work.md).

# How does it work

AirPuff Containers (Air-con) are designed for users who prefer not to use leverage on their holdings. These containers are straightforward contracts that securely hold user deposits without the complexity and costs typically associated with DeFi. This approach allows users to deposit freely and with confidence, knowing there are **no hidden fees or complications.**

## APUFF Containers

The $APUFF Containers facilitate the deposit of $APUFF tokens without any lock-up periods, enabling users to freely manage their investments. Depositors earn AirPuff points based on their holdings, calculated in ETH units. Specifically, users earn 5 points per day for every 0.1 ETH worth of $APUFF tokens deposited. Points are tallied daily at random snapshot times to keep the rewards distribution fair and updated.

## LRT Containers

Each LRT Container operates as a 1x strategy on the user’s position, suitable for depositing specific Liquid Restaking Tokens (LRTs) like ezETH for Renzo, weETH for Etherfi, and rsETH for KelpDAO. These containers allow users to benefit from AirPuff multipliers and earn AirPuff points simultaneously, all without the need for leveraging or incurring borrowing costs.

## PT Containers

Recognizing the untapped potential of idle PT tokens, AirPuff PT Containers are specially designed to optimize these assets. Users can deposit their PT tokens into these containers and earn AirPuff points throughout the duration of their deposit. Flexibility is a key feature here, as users can withdraw their PT tokens at any time, providing them with full control over their investments.

Through these AirPuff Containers, we aim to provide our users with simple, cost-effective strategies to enhance their airdrop rewards while maintaining complete flexibility and control over their investments.


---

# 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/air-con/how-does-it-work.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.
