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

# Seeds auction

In the [Become a host node miner section of TEA Profitability document](/_1_ecosystem/7_profitability.md#become-a-hosting-node-miner), we provided insights into generating profits through hosting a node. The hosting node requires a CML seed to be planted for operation, and these CML seeds can be obtained through the [Seed Auction](/_5_tapps/tapps-core.md#seed-auction).

## Table columns

![Pasted image 20231217211414.png](/files/O0pKHTwy9gJYSZ5bpu0U)

* **Detail**: Click to view the properties of the CML NFT.
* **CML Key**: The unique NFT ID (ERC721).
* **Current Bid**: The present price of this seed.
* **High Bidder**: The current leading bidder.
* **End Time**: The auction concludes at this specified time. Any higher bid will extend this end time. If no higher bid is placed by this time, the current highest bidder secures ownership of the seed.
* **Min Bid Price**: A new bid must surpass this minimum price.
* **Status**: Designated as "New" if the seed is currently on bid, or "Sold" if the seed has been successfully sold.
* **Sold At**: Indicates the time at which the seed was sold.
* **Actions**: "Bid" to place a higher bid. After the **End Time**, the winner gains the option to "Claim" ownership.

## Rules

During the bidding period, anyone can offer a bid higher than the **Min Bid Price** before the specified **End Time**. Each time a new higher bid is accepted, the **End Time** is extended by one hour. If no higher offer is placed before the **End Time**, the current highest bid prevails, securing ownership of the seed.


---

# 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.teaproject.org/_2_user_manual/_3_seeds-auction.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.
