> For the complete documentation index, see [llms.txt](https://docs.wingbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingbits.com/get-started/hardware-needed.md).

# Hardware needed

### About Your Station

The hardware you deploy is manufactured by a third-party partner and is fully compatible with the Wingbits network. While the physical device itself is produced and maintained by the manufacturer, once it’s connected it becomes a **Wingbits station,** contributing real-time data to the network and earning rewards.

* **Manufacturer**: Responsible for building the devices, managing supply chain operations (distributors/sales/shipping), handling firmware updates, and addressing hardware issues.
* **Wingbits**: Provides the network, reward system, and community support to ensure your station’s data is put to work.

This means your device is both a product of the manufacturer and a Wingbits station: the manufacturer makes the hardware, Wingbits powers what it does.

### Current Hardware Options

* HYFIX [WB200](https://www.businesswire.com/news/home/20240903536757/en/Wingbits-and-GEODNET-Enter-Partnership-to-Revolutionize-Global-Aviation-Flight-Tracking-Infrastructure) (Wingbits solo miner)
* HYFIX [MGW310](https://www.businesswire.com/news/home/20240903536757/en/Wingbits-and-GEODNET-Enter-Partnership-to-Revolutionize-Global-Aviation-Flight-Tracking-Infrastructure) (Wingbits / GEODNET dual miner)

These devices are currently available to purchase from a variety of [distributors](/project/wingbits-approved-distributors.md).  Distributors may have different lead times on orders.

{% hint style="info" %}
If you are a manufacturer and would like to join the Wingbits Approved Hardware program you can [view all the details here](/project/wingbits-approved-hardware-program.md).
{% endhint %}


---

# 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.wingbits.com/get-started/hardware-needed.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.
