> For the complete documentation index, see [llms.txt](https://degentechxtz.gitbook.io/aliensfarm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://degentechxtz.gitbook.io/aliensfarm/master.md).

# Alien'sFarm

**Alien'sFarm** is an **open-source** platform with a couple of farming products on Tezos blockchain aimed to bring fresh financial abstractions to the network and open up new economic opportunities for community members who are eager for yield mechanics.

Currently, there are 3 solutions:

1. **Staking** provides a simple staking pool mechanism where users can stake their PAUL tokens and earn new PAUL tokens in every block proportionally to their share in the pool. Also, users can earn and reinvest earned PAUL tokens. The deposit and reward can be withdrawn anytime.
2. **Farming** gave the name to the platform and is the underlying platform's functionality. The protocol encourages the users by distributing the constant amount of PAUL tokens every block among all stakers proportionally to their share in the harvest pool. The deposit and reward can be withdrawn anytime.
3. **Vault** that enables auto reinvestment to augment the income. Reinvestment of the whole pool rewards can be done by anyone who is willing to pay the transaction fee and earn 3% of the yielded tokens. The protocol charges an insignificant dev fee (0.3%) for deposit withdrawals.


---

# 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://degentechxtz.gitbook.io/aliensfarm/master.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.
