> For the complete documentation index, see [llms.txt](https://academy.autonomys.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.autonomys.xyz/auto-suite/spaceacres-cli/farmers.md).

# Farmers | Store to Earn $AI3

## Background

A major barrier to mass adoption in web3 is often the technical expertise required to participate in decentralized networks. Running blockchain node software from a command line interface (CLI) on specialized hardware is particularly difficult for the average user. This accessibility hurdle threatens to limit some of the greatest benefits of the web3 ecosystem to a small number of highly technical individuals and enterprises.

## Space Acres

**Space Acres**, our [farmer node](/autonomys-network/nodes.md) running software, abstracts away these complexities through an intuitive graphical user interface (GUI) that allows anyone with a consumer-level computer to pledge SSD space to the Autonomys Network in exchange for [$AI3 rewards](/autonomys-network/rewards-and-fees.md), while Space Acres seamlessly handles the backend [consensus](/autonomys-network/consensus.md) and [DSN](/autonomys-network/distributed-storage-network.md) operations. This incentivization model scales rewards to contributors based on their amount of pledged storage, fostering a scalable decentralized data storage solution.

Space Acres provides several key features that simplify the farming process:

* **Configuration**: Users can easily configure their reward address, node location, multiple farms, and P2P ports through the user-friendly interface.
* **Node Sync**: The node synchronization process is displayed with progress, speed, and estimated time remaining (ETA), keeping users informed about the status.
* **Plotting and Farming**: Space Acres displays plotting/farming piece cache progress and replotting progress, and calculates the speed, giving users visibility into their farming operations.
* **Auditing and Proving**: Performance indicators for farmer auditing and proving are provided, allowing users to monitor their contribution to the network.
* **Sector State Visualization**: The state of farmers' sectors is visually represented, providing a clear overview of their storage contribution.

To learn more and **install Space Acres**, visit our [farming documentation](http://docs.autonomys.xyz/farming/space-acres/install/).

## Command Line Interface (CLI)

To start farming via CLI, visit our [farming documentation](https://docs.autonomys.xyz/farming/cli/install).


---

# 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://academy.autonomys.xyz/auto-suite/spaceacres-cli/farmers.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.
