> For the complete documentation index, see [llms.txt](https://docs.lumerinprocotol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumerinprocotol.org/the-lumerin-hashpower-marketplace.md).

# The Lumerin Hashpower Marketplace

<figure><img src="https://docs.lumerinai.pro/~gitbook/image?url=https%3A%2F%2F4288702293-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu8a3cfGCiPpkjH9Iv1Fp%252Fuploads%252FYSL113jRNhjXYVC6bg7S%252Fimage.png%3Falt%3Dmedia%26token%3D681a80a7-ddd4-4898-ac2f-facf7aa87dbd&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=1e1770a1&#x26;sv=2" alt=""><figcaption></figcaption></figure>

The Lumerin Hashpower Marketplace is a decentralized application that enables users to buy and sell crypto mining hashpower. By using Lumerin’s validation modules and smart contracts, the platform ensures security and enforces good behavior in every trade, as well as assuring the integrity of both the hashpower and the assets used to purchase it. The marketplace works like many other dApps, in which users have to connect using a web3 wallet such as MetaMask. Miners willing to sell their hashpower in the Lumerin Hashpower Marketplace will be able to create specific offers in the form of smart contracts. These contracts will require them to determine the conditions of the deal, namely:

1. How much hashpower they are offering.
2. For how long they will provide that hashpower.
3. How many LAI tokens they are asking for.

Buyers will be able to view these terms in advance. Should they accept, they will lock their LAI tokens into the contract as payment. The smart contract will act as an escrow service that will gradually deliver the funds and hashpower to the respective parties.

Once the deal is locked, the seller will start routing their hashpower to whatever mining pool the buyer indicates. The Lumerin nodes will facilitate the hashpower routing from the mining rigs themselves to the actual location of the pool, enforcing honest behavior. They will verify and prove hashpower delivery to ensure the contract terms are fulfilled and both the hashpower and funds are delivered accordingly.


---

# 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.lumerinprocotol.org/the-lumerin-hashpower-marketplace.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.
