> For the complete documentation index, see [llms.txt](https://stradall.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stradall.gitbook.io/docs/stradall-market/the-primary-market.md).

# The Primary Market

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

The first possibility to acquire a card on Stradall, is to bid on the primary market. Throughout the day, Stradall puts cards on sale via an auction system accessible to all the managers of the platform. As with any auction, the person who has placed the highest bid when the countdown ends wins the card.

#### How do I participate?

To take part in an auction, simply go to the "Market" tab in your main menu, click on "New cards" and look for a card that interests you. Once you have found the card, you will need to click on "Bid" to place your bid.

When you place a bid, you can:

* accept the next level of bidding that the Stradall platform offers you (usually slightly higher than the current bid)
* directly enter a custom amount to try to secure the card\
  \
  Chance" cards\
  They are put on sale with a fixed price but different according to the level of rarity to which it belongs .


---

# 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://stradall.gitbook.io/docs/stradall-market/the-primary-market.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.
