# Bidding Pool

The GPU Bidding Pool allows providers to freely connect and disconnect their GPUs while participating in a direct market competition through a bidding system. Revenue is generated as GPUs are directly rented out. The bidding system takes into account the environment of each GPU provider and suggests a range of average market bids. The rental price is determined at the point where the supply from GPU providers meets the demand from users. This real-time bidding process enables users to rent GPUs at more competitive and efficient prices.

<figure><img src="/files/KjTvuYxpOEsZiGp4yCVC" alt=""><figcaption></figcaption></figure>

The bidding system manages all aspects of the bidding process, publishing both provider and user bid data. It monitors the status of connected GPUs, collects performance data, and creates market data. Using this information, the system can suggest appropriate bidding ranges. The process is completed by processing rental payments and settling earnings.

The GPU bidding system effectively leverages idle resources, offering economic benefits to both providers and users. With the flexibility of connection and disconnection and real-time bidding competition, the system ensures optimal resource allocation in line with market dynamics. This approach underpins the provision of microservices that deliver high performance at a low cost, creating a solid foundation for efficient and cost-effective operations.


---

# 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://gpgpu.gitbook.io/gpgpu/gpu-pool/bidding-pool.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.
