# GPU Renting Marketplace

**GPU Renting Marketplace:** AI practitioners often require access to high-performance GPUs for training their models. However, purchasing and maintaining these GPUs can be costly and impractical, especially for individual researchers or small teams. TensorHub Token addresses this issue by providing a decentralized marketplace where users can rent GPU resources on a pay-per-use basis.

Through smart contracts, users can browse available GPUs, specify their requirements (e.g., GPU type, memory, compute power), and initiate rental agreements seamlessly. The platform employs an escrow mechanism to ensure that both parties fulfill their obligations, thereby mitigating the risk of fraud or default.


---

# 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://tensorhub.gitbook.io/documentation/development-and-ecosystem/gpu-renting-marketplace.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.
