# Solar-Powered ASIC Miners

The physical infrastructure behind BaseTrove's buyback engine is a fleet of Bitcoin ASIC miners running entirely on renewable solar energy backed by battery storage.

***

## The Hardware

**ASIC miners** (Application-Specific Integrated Circuits) are purpose-built machines designed for one task: computing SHA-256 hashes to mine Bitcoin. They are the most efficient hardware for Bitcoin mining by orders of magnitude compared to GPUs or CPUs.

The BaseTrove mining fleet uses industrial-grade ASIC units selected for:

* **High hash rate** — maximum BTC output per unit
* **Energy efficiency** — measured in joules per terahash (J/TH)
* **Proven reliability** — hardware with established uptime track records

***

## The Power Setup

### Solar Generation

Solar panels convert sunlight into DC electricity. Array sizing is calculated to cover full miner load during daylight hours with surplus capacity for battery charging.

### Battery Storage

Lithium battery banks (LFP chemistry for longevity and safety) store excess solar energy generated during peak daylight. This stored energy powers the miners through the night and on overcast days.

### Result: True 24/7 Operation

Unlike grid-dependent mining setups that can be throttled or shut down by utility companies, the solar + battery configuration gives the BaseTrove fleet **energy independence**. The miners run every hour of every day regardless of grid conditions.

***

## Revenue Generation

Miners earn Bitcoin through block rewards and transaction fees as part of the global Bitcoin network. Mining revenue depends on:

* **Hash rate** — the computational power contributed
* **Network difficulty** — adjusts every \~2 weeks based on total global hash rate
* **BTC price** — affects USD/ETH value of earned BTC

Revenue is accumulated in BTC, then periodically converted to ETH on Base for deployment into the Vault and buyback mechanism.

***

## Expansion

Mining revenue compounds. A portion of early revenue can be reinvested into additional mining hardware — more panels, more batteries, more ASICs — increasing the daily buyback pressure on $TROVE over time.

The roadmap includes specific expansion milestones tied to mining profitability thresholds. Expansion decisions are transparent and announced to the community in advance.

***

## Why Not Just Mine ETH?

Ethereum moved to Proof of Stake in 2022. There is no longer ETH mining. Bitcoin remains the dominant Proof of Work chain with the deepest mining infrastructure, best hardware availability, and most liquid market for converting mining revenue.

BTC is mined → converted to ETH on Base → deployed into the protocol. The conversion is automatic and does not involve manual intervention or discretionary decisions.


---

# Agent Instructions: 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:

```
GET https://docs.basetrove.net/the-mining-engine/solar-asic-miners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
