> For the complete documentation index, see [llms.txt](https://xnet-mobile.gitbook.io/xnet-mobile-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/quickstart-1/approaching-local-businesses/site-host-agreement.md).

# Site Host Agreement

**This Agreement** is entered into on **\[Date]** by and between:

* **Site Owner:** \[Full Legal Name]\
  Address: \[Site Address]\
  Contact Phone: \[Phone Number]\
  Contact Email: \[Email Address]
* **XNET Mobile Deployer (Operator):** \[Full Legal Name]\
  Contact Phone: \[Phone Number]\
  Contact Email: \[Email Address]

#### 1. **Purpose**

Site Owner agrees to allow Operator to install and operate XNET Mobile wireless equipment at **\[Site Address]** to expand cellular network coverage.

***

#### 2. **Access & Removal**

* Operator will be granted access to the site with 72 hours prior notice as needed for installation, maintenance, and/or removal.
* Site Owner may request removal of equipment at any time with **30 days written notice** to Operator.
* Operator agrees to remove all equipment within that 30-day period at no cost to Site Owner.

***

#### 3. **Ownership & Liability**

* All equipment installed is owned solely by the Operator.
* Site Owner is fully responsible for any loss, theft, damage, or replacement costs.

#### **Installed Equipment List**

| Equipment Description        | Model          | Serial Number | Retail Value (USD) |
| ---------------------------- | -------------- | ------------- | ------------------ |
| Example: WiFi 6 Access Point | Alta Labs  XP6 | SN1234567890  | $450               |
|                              |                |               |                    |

#### 4. **Revenue Sharing & Payment Terms**&#x20;

*(#4 can be omitted if there is no proposed revenue sharing ocurring between parties)*

* Site Owner will receive **\[Insert %]** of gross network revenue generated from the Access Points at this location, paid monthly.
* Site Owner may choose to receive payment in **Crypto** or **Fiat**

**Crypto Payments**

* Paid in **$XNET Token**  CA: xNETbUB7cRb3AAu2pNG2pUwQcJ2BHcktfvSB8x1Pq6L
* Sent monthly to Site Owner’s Solana wallet address:
  * **Wallet Address will be exchanged digitally to ensure accuracy.**

**Fiat/USD Payments**

* Site Owner understands fiat payments are approx. **20% less** than crypto payouts due to fees, conversion, and handling.
* **Preferred Method**: Zelle
  * **Zelle Info:** \[Insert Email/Phone]
* **Other Options** (choose one or more):
  * CashApp: \[Insert $Cashtag]
  * Venmo: \[Insert @Handle]
  * PayPal: \[Insert Email]

***

#### 5. **Terms**&#x20;

* This agreement runs **month-to-month**.
* Either party may terminate with **30 days written notice**.
* This Agreement does not create an employer-employee or partnership relationship.
* Site Owner agrees to maintain a consistent high-speed ethernet connection at all times or risk stoppage of monthly payouts.
* Both parties agree to work in good faith to support this network location.

***

**Signed & Agreed:**

**Site Owner/Manager**\
Signature: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
Name: \[Full Name]\
Date: \[Date]

**Operator (Deployer)**\
Signature: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
Name: \[Full Name]\
Date: \[Date]

***

### Optional: 60-Day Incentivized Trial

If selected, both parties agree to the following **60-Day Trial Program**:

1. **Trial Outline**
   * If the Site Owner successfully completes the 60-day trial **without interruption or removal of the equipment**, and agrees to continue hosting beyond the trial period, they will receive a one-time fixed payment of **$\[Amount] USD**.
2. **Eligibility Conditions**
   * The **Bonus Payment** is **forfeited** if:
     * The Site Owner fails to keep the equipment online during the 60 days.
     * The Site Owner requests removal before the 60-day trial is completed.
     * The equipment is tampered with or removed without Operator coordination.
3. **No Ongoing Obligation**
   * After trial, Site Owner is under **no obligation** to continue unless they agree to do so.
   * If they choose not to continue, Operator will schedule removal at no cost to the Site Owner and Site Owner will forfeit any onboarding bonus payments.


---

# 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://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/quickstart-1/approaching-local-businesses/site-host-agreement.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.
