> For the complete documentation index, see [llms.txt](https://exaprotocol.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exaprotocol.gitbook.io/home/getting-started-with-exacompute/rent-your-machine.md).

# Rent Your Machine

ExaCompute allows users to rent out their machines and contribute to the decentralized cloud network. Follow these steps to add your machine and start earning by sharing your compute resources.

### Steps to Rent Out Your Machine

### Step 1: Access the "Rent Your Machine" Section

<figure><img src="/files/1RI7xVAW37JeLVviUgEx" alt="" width="375"><figcaption></figcaption></figure>

* Log in to the ExaCompute Dashboard.
* Navigate to the **"Rent Your Machine"** section from the sidebar.

### Step 2: Add a New Machine

<figure><img src="/files/ixp0U3Wn1GpGtfeQOHap" alt="" width="375"><figcaption></figcaption></figure>

1. **Click on "Add Machine"**:
   * Locate and click the **Add Machine** button.
2. **Fill in Machine Details**:
   * **Machine Name**: Enter a name for your machine (3–63 characters). Example: `Home Computer`.
   * **Machine Description**: Provide a short description (3–63 characters). Example: `Home computer with GPU RTX 307, 16GB RAM`.
3. **Verify reCAPTCHA**:
   * Check the box for **"I'm not a robot"** to complete the verification process.
4. **Submit**:
   * Click on the **Add Machine** button to register your machine.

### Step 3: Generate and Use the Machine Token

<figure><img src="/files/xDIJ4HVYnZ9vSrUFblMF" alt="" width="375"><figcaption></figcaption></figure>

* After successfully adding your machine, a **Machine Token** will be generated.
* Use this token to configure your machine for ExaCompute participation. The token ensures secure communication between your machine and the ExaCompute network.

### Notes

* There is no limit to the number of machines you can add.
* Ensure that your machine meets the minimum hardware requirements for participation in the decentralized network.
* Regularly check your earnings and machine status in the dashboard.

By following these steps, you can easily rent out your machine and become an active participant in ExaCompute's decentralized cloud network.


---

# 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://exaprotocol.gitbook.io/home/getting-started-with-exacompute/rent-your-machine.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.
